From: Chris M. <cm...@us...> - 2006-10-02 12:49:23
|
User: cmicali Date: 06/10/02 05:49:23 Modified: distribution pom.xml Log: - Added copy 2 website target in dist module Revision Changes Path 1.3 +6 -0 plugins/distribution/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/distribution/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 29 Aug 2006 02:44:12 -0000 1.2 +++ pom.xml 2 Oct 2006 12:49:23 -0000 1.3 @@ -29,6 +29,12 @@ <property name="maven1.repository" value="${maven1Repository}"/> <property name="maven2.repository" value="${settings.localRepository}"/> </ant> + <ant dir="src/antrun" antfile="copy-2-website.xml"> + <property name="website.dir" value="${websiteDir}"/> + <property name="maven1.repository" value="${maven1Repository}"/> + <property name="maven2.repository" value="${settings.localRepository}"/> + <property name="distribution.output.directory" value="${project.build.directory}"/> + </ant> <echo message="Copy and install of m2 to m1 artifacts done."/> </tasks> </configuration> |