Provide the archetype plugin the ability to filter a group id into a 
dynamically created source path
----------------------------------------------------------------------------------------------------

                 Key: ARCHETYPE-315
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-315
             Project: Maven Archetype
          Issue Type: Wish
          Components: Archetypes
            Reporter: Ian Simpson


I'm not sure if this feature exists in a form that I'm not aware of, or if it's 
on a roadmap, or not feasible at all...

What I'd like is if there was an ability to dynamically create the path for 
your source files based on a filtered version of the package information.

Currently, here's what would happen:
My archetype is set up as
src/main/resources/archetype-resources/src/main/java/__package__/Sample.java

When this is filtered, you would get in your project:
myproj/src/main/com.myproj/Sample.java

What would be very useful is if you could filter that somehow so that you 
instead end up with:
myproj/src/main/com/myproj/Sample.java



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