mcconnell 2003/09/09 15:20:58
Modified: meta maven.xml
Log:
Add the plugin to the binary distribution.
Revision Changes Path
1.6 +6 -0 avalon-sandbox/meta/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven.xml 9 Sep 2003 22:00:42 -0000 1.5
+++ maven.xml 9 Sep 2003 22:20:58 -0000 1.6
@@ -87,6 +87,11 @@
banner="Installing plugin:"
ignoreFailures="false"
/>
+ <ant:copy todir="${maven.build.dir}">
+ <ant:fileset dir="${basedir}/plugin/target">
+ <ant:include name="${pom.artifactId}-plugin-${pom.currentVersion}.jar"/>
+ </ant:fileset>
+ </ant:copy>
</goal>
<goal name="avalon:dist" prereqs="avalon:plugin,avalon:site,xdist"/>
@@ -126,6 +131,7 @@
<ant:include name="${pom.artifactId}-spi-${pom.currentVersion}.jar"/>
<ant:include name="${pom.artifactId}-impl-${pom.currentVersion}.jar"/>
<ant:include name="${pom.artifactId}-tools-${pom.currentVersion}.jar"/>
+ <ant:include name="${pom.artifactId}-plugin-${pom.currentVersion}.jar"/>
</ant:fileset>
<ant:fileset dir="${basedir}/site/target">
<ant:include name="docs/**"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]