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

Adolfo Garcia commented on ARCHETYPE-22:
----------------------------------------

I came across this issue while writing an archetype for web applications that 
use Hibernate. I wanted to place the example entity Entity.java in the package  
${groupId}.entity, i.e. in the directory 
<source>/src/main/java/${groupId}/entity/Entity.java</source>, but was unable 
to do it. What I got was the package entity.${groupId}, which may no be 
desirable.


> 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

Reply via email to