Author: jvanzyl
Date: Wed Oct 1 06:08:04 2008
New Revision: 700759
URL: http://svn.apache.org/viewvc?rev=700759&view=rev
Log:
o start making additions for the CLI metadata generator tool so that we can
start getting rid of the hand-bombed component descriptors
Modified:
maven/components/trunk/build.xml
Modified: maven/components/trunk/build.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=700759&r1=700758&r2=700759&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Wed Oct 1 06:08:04 2008
@@ -82,7 +82,14 @@
<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">