[ 
http://jira.codehaus.org/browse/ARCHETYPE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95301
 ] 

Michael Greifeneder commented on ARCHETYPE-67:
----------------------------------------------

I have installed Maven 2.0.6 and would like to create a j2ee-simple project with

mvn archetype:create -DgroupId=my.group.id -DartifactId=MyArtifact 
-DarchetypeArtifactId=maven-archetype-j2ee-simple

However it's missing a site project and names aren't set correctly in POM file 
in my opinion: 

org.apache.maven.reactor.MavenExecutionException: Could not find the model file 
'/tmp/MyRoot/MyArtifact/site/pom.xml'.

<project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>root</groupId>
   <version>1.0</version>
   <artifactId>project</artifactId>
   <packaging>pom</packaging>
   <name>project</name>




> j2ee archetype unbuildable
> --------------------------
>
>                 Key: ARCHETYPE-67
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-67
>             Project: Maven Archetype
>          Issue Type: Bug
>          Components: Archetypes
>    Affects Versions: 1.0
>            Reporter: Eric Redmond
>
> The archetype pom contains a "site" module that is not created when running 
> the archetype. Please remove.

-- 
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

        

Reply via email to