[ 
http://jira.codehaus.org/browse/ARCHETYPE-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_126285
 ] 

Gert Vanthienen commented on ARCHETYPE-145:
-------------------------------------------

Looks like you can already do this now by simple specifying a subdirectory of 
the local repository as the {{repository}} parameter value.  Something like:

{code}
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-archetype-plugin</artifactId>
   ..
   <configuration>
       
<repository>${settings.localRepository}/org/apache/servicemix/tooling</repository>
       
<catalogFile>${project.build.directory}/archetype-catalog.xml</catalogFile>
   </configuration>
</plugin>
{code}

> Allow archetype:crawl to crawl only a specific part of the local repository
> ---------------------------------------------------------------------------
>
>                 Key: ARCHETYPE-145
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-145
>             Project: Maven Archetype
>          Issue Type: Improvement
>          Components: Plugin
>    Affects Versions: 2.0-alpha-2
>            Reporter: Gert Vanthienen
>            Priority: Minor
>
> The use case for this feature request would be to create a project-specific 
> archetype catalog.  
> Cfr. 
> http://www.nabble.com/Tool-for-generating-an-archetype-catalog-to15799921s177.html

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