[ 
http://jira.codehaus.org/browse/ARCHETYPE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132638#action_132638
 ] 

raphael edited comment on ARCHETYPE-162 at 4/25/08 10:23 AM:
---------------------------------------------------------------------

Put your java class in
src/main/resources/archetype-resources/src/main/java/another/package


      was (Author: raphael):
    Put your java class in
src/main/resources/archetype-resources/src:main/java/another/package

  
> Prepend java package declaration to the java file path
> ------------------------------------------------------
>
>                 Key: ARCHETYPE-162
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-162
>             Project: Maven Archetype
>          Issue Type: Improvement
>          Components: Creator
>    Affects Versions: 2.0-alpha-2
>            Reporter: Bruno Bieth
>
> If I define a java class like that :
> {code:java}
> package ${package}.another.package;
> public class AClass {
> ...
> }
> {code}
> Then I would expect to see this class in folder 
> src/main/java/${package}/another/package
> and not in src/main/java/${package}

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