[ http://jira.codehaus.org/browse/ARCHETYPE-22?page=comments#action_54924 ] 

Eric Redmond commented on ARCHETYPE-22:
---------------------------------------

Whichever. What I was getting at is that a groupId directory structure is 
inserted by default. have ${package} would make more sense within the 
archetype.xml file, but it would also make someone type:

mvn archetype:create -DartifactId=aid -DgroupId=group.i.d -Dpackage=group/i/d

Since it effectively uses groupId to create a default package path anyway, I 
just figure groupId would be fine.

> Always generates groupId directories
> ------------------------------------
>
>          Key: ARCHETYPE-22
>          URL: http://jira.codehaus.org/browse/ARCHETYPE-22
>      Project: Maven Archetype
>         Type: Wish

>     Reporter: Eric Redmond
>     Assignee: Jason van Zyl

>
>
> I'd like to see the source directories explicity define groupId based 
> directory structure. For example:
> <source>/src/main/java/App.java</source>
> would generate /src/main/java/App.java,
> But something similar to <source>/src/main/java/${groupId}/App.java</source>
> would generate the directory structure as it is generated today.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to