[ 
http://jira.codehaus.org/browse/ARCHETYPE-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=134341#action_134341
 ] 
mahesh kumar commented on ARCHETYPE-108:
----------------------------------------

Hi,
I have tried to use wildcard in my archetype.xml.
But still it is not working. 
I have tried the following versions - 2.0-alpha-1, 2.0-alpha-2 and 2.0-alpha-3


> 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
>             Fix For: 2.0-alpha-1
>
>
> 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