Use of wildcards in archetype.xml
---------------------------------

                 Key: ARCHETYPE-108
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-108
             Project: Maven Archetype
          Issue Type: Improvement
          Components: Archetypes
         Environment: All OS
            Reporter: Felipe Lang


I could be great if  we could use wildcards to specify the sources, 
testsources, resources and so on in the archetype.xml file.

ie:
<archetype>
        <id>my-archetyp</id>
        <sources>
                <source>src/main/java/com/company/*.java</source>
                <source>src/main/java/com/company/**.*</source>
        </sources>
        <resources>
            <resource>src/main/resources/*.*</resource>
  </resources>
</archetype>


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