o start making additions for the CLI metadata generator tool so that we can start getting rid of the hand-bombed component descriptors

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@700759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-10-01 13:08:04 +00:00
parent e8bf60f962
commit dd8ed6637f
1 changed files with 7 additions and 0 deletions

View File

@ -82,7 +82,14 @@ TODO:
<artifact:dependencies pathId="modello.pathid" filesetId="modello.fileset" verbose="${verbose}">
<localRepository path="${maven.repo.local}"/>
<dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="1.0-alpha-20"/>
</artifact:dependencies>
<!-- Pull the dependencies for the MetadataGenerator CLI -->
<artifact:dependencies pathId="pmdg.pathid" filesetId="pmdg.fileset" verbose="${verbose}">
<localRepository path="${maven.repo.local}"/>
<dependency groupId="org.codehaus.plexus" artifactId="plexus-component-metadata" version="1.0-beta-1"/>
</artifact:dependencies>
</target>
<target name="generate-sources" depends="pull" description="generates Java sources from Modello mdo model files">