You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gildas Cuisinier (JIRA)" <ji...@codehaus.org> on 2010/06/09 22:07:12 UTC

[jira] Created: (ARCHETYPE-316) Strange behavior on installing/deploying archetype on Mac Os X

Strange behavior on installing/deploying archetype on Mac Os X
--------------------------------------------------------------

                 Key: ARCHETYPE-316
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-316
             Project: Maven Archetype
          Issue Type: Bug
          Components: Archetypes, Plugin
    Affects Versions: 2.0-alpha-5
         Environment: 
Maven version: 2.0.9 or 2.2
Java version: 1.6.0_20 64Bit
OS name: "mac os x" version: "10.6.3" arch: "x86_64" Family: "mac"

            Reporter: Gildas Cuisinier


When I install (mvn install) or deploy (mvn deploy) an archetype under Mac
Os x, it seems that Maven do not use .jar extention but an .maven-archetype
extention.

The next problem is that when trying to create a project from the archetype,
maven seeks the archetype.jar.
So the command fails.

I've try the same operation under windows, everything is ok. mvn install ou
mvn deploy generate a jar file.

Does somebody can reproduce the bug on its Mac ?
Step to reproduce :


   - mvn archetype:generate ( select anyone archetype )
   - cd <myproject>
   - mvn archetype:create-from-project
   - cd target/generated-source/archetype
   - mvn install



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira