You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Eric Redmond (JIRA)" <ji...@codehaus.org> on 2006/01/02 05:09:12 UTC

[jira] Created: (ARCHETYPE-22) Always generates groupId directories

Always generates groupId directories
------------------------------------

         Key: ARCHETYPE-22
         URL: http://jira.codehaus.org/browse/ARCHETYPE-22
     Project: Maven Archetype
        Type: Wish

    Reporter: Eric Redmond
 Assigned to: 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (ARCHETYPE-22) Always generates groupId directories

Posted by "Eric Redmond (JIRA)" <ji...@codehaus.org>.
    [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (ARCHETYPE-22) Always generates groupId directories

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/ARCHETYPE-22?page=comments#action_54673 ] 

Brett Porter commented on ARCHETYPE-22:
---------------------------------------

you mean ${package}, not ${groupId} ?

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org