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:05:12 UTC

[jira] Created: (ARCHETYPE-21) Unecessary java directory creation

Unecessary java directory creation
----------------------------------

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

  Components: maven-archetype-plugin  
    Reporter: Eric Redmond
 Assigned to: Jason van Zyl 
    Priority: Trivial


Whether specified in the archetype.xml or not, the plugin will generate the path /src/main/java if <source> tags are used. It would be nice if it only honored the specified source dirs.

-- 
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-21) Unecessary java directory creation

Posted by "Rahul Thakur (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/ARCHETYPE-21?page=comments#action_54670 ] 

Rahul Thakur commented on ARCHETYPE-21:
---------------------------------------

I had a patch submitted for this a while ago and I see the relevant code is still in there in org.apache.maven.archetype.DefaultArchetype.java (see processTemplates(...) method )

Are you using a custom Archetype? Where are you trying to specify your source directory/directories? 

> Unecessary java directory creation
> ----------------------------------
>
>          Key: ARCHETYPE-21
>          URL: http://jira.codehaus.org/browse/ARCHETYPE-21
>      Project: Maven Archetype
>         Type: Improvement

>   Components: maven-archetype-plugin
>     Reporter: Eric Redmond
>     Assignee: Jason van Zyl
>     Priority: Trivial

>
>
> Whether specified in the archetype.xml or not, the plugin will generate the path /src/main/java if <source> tags are used. It would be nice if it only honored the specified source dirs.

-- 
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-21) Unecessary java directory creation

Posted by "Eric Redmond (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/ARCHETYPE-21?page=comments#action_54925 ] 

Eric Redmond commented on ARCHETYPE-21:
---------------------------------------

It's possible I am using old code. Let me check. I'll cancel this issue if that is the case.

> Unecessary java directory creation
> ----------------------------------
>
>          Key: ARCHETYPE-21
>          URL: http://jira.codehaus.org/browse/ARCHETYPE-21
>      Project: Maven Archetype
>         Type: Improvement

>   Components: maven-archetype-plugin
>     Reporter: Eric Redmond
>     Assignee: Jason van Zyl
>     Priority: Trivial

>
>
> Whether specified in the archetype.xml or not, the plugin will generate the path /src/main/java if <source> tags are used. It would be nice if it only honored the specified source dirs.

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