Author: snoopdave
Date: Tue Nov 20 12:01:16 2007
New Revision: 596805
URL: http://svn.apache.org/viewvc?rev=596805&view=rev
Log:
Patch from David Jencks to improve Maven publishing portions of build process.
http://opensource.atlassian.com/projects/roller/browse/ROL-1613
Added:
roller/trunk/apps/planet/pom_ant_planet.xml
roller/trunk/apps/planet/pom_ant_planet_business.xml
roller/trunk/apps/planet/pom_ant_planet_web.xml
roller/trunk/apps/weblogger/pom_ant_weblogger_business.xml
roller/trunk/apps/weblogger/pom_ant_weblogger_web.xml
Modified:
roller/trunk/apps/weblogger/nbproject/project.xml
roller/trunk/apps/weblogger/pom_ant_weblogger.xml
roller/trunk/build.xml
Added: roller/trunk/apps/planet/pom_ant_planet.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/planet/pom_ant_planet.xml?rev=596805&view=auto
==============================================================================
--- roller/trunk/apps/planet/pom_ant_planet.xml (added)
+++ roller/trunk/apps/planet/pom_ant_planet.xml Tue Nov 20 12:01:16 2007
@@ -0,0 +1,26 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>org.apache.roller</groupId>
+ <artifactId>roller-planet</artifactId>
+ <name>Roller :: Planet :: WAR</name>
+
+ <version>4.0</version>
+
+ <packaging>war</packaging>
+
+ <url>http://roller.apache.org/</url>
+ <description>The roller planet war built using ant</description>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/roller</connection>
+ <url>https://svn.apache.org/viewvc/roller</url>
+ </scm>
+</project>
\ No newline at end of file
Added: roller/trunk/apps/planet/pom_ant_planet_business.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/planet/pom_ant_planet_business.xml?rev=596805&view=auto
==============================================================================
--- roller/trunk/apps/planet/pom_ant_planet_business.xml (added)
+++ roller/trunk/apps/planet/pom_ant_planet_business.xml Tue Nov 20 12:01:16
2007
@@ -0,0 +1,26 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>org.apache.roller</groupId>
+ <artifactId>planet-business</artifactId>
+ <name>Roller :: Planet Business:: JAR</name>
+
+ <version>4.0</version>
+
+ <packaging>jar</packaging>
+
+ <url>http://roller.apache.org/</url>
+ <description>The roller planet business jar built using ant</description>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/roller</connection>
+ <url>https://svn.apache.org/viewvc/roller</url>
+ </scm>
+</project>
\ No newline at end of file
Added: roller/trunk/apps/planet/pom_ant_planet_web.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/planet/pom_ant_planet_web.xml?rev=596805&view=auto
==============================================================================
--- roller/trunk/apps/planet/pom_ant_planet_web.xml (added)
+++ roller/trunk/apps/planet/pom_ant_planet_web.xml Tue Nov 20 12:01:16 2007
@@ -0,0 +1,26 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>org.apache.roller</groupId>
+ <artifactId>planet-web</artifactId>
+ <name>Roller :: Planet Web:: JAR</name>
+
+ <version>4.0</version>
+
+ <packaging>jar</packaging>
+
+ <url>http://roller.apache.org/</url>
+ <description>The roller planet business jar built using ant</description>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/roller</connection>
+ <url>https://svn.apache.org/viewvc/roller</url>
+ </scm>
+</project>
\ No newline at end of file
Modified: roller/trunk/apps/weblogger/nbproject/project.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/nbproject/project.xml?rev=596805&r1=596804&r2=596805&view=diff
==============================================================================
--- roller/trunk/apps/weblogger/nbproject/project.xml (original)
+++ roller/trunk/apps/weblogger/nbproject/project.xml Tue Nov 20 12:01:16 2007
@@ -10,6 +10,16 @@
</properties>
<folders>
<source-folder>
+ <label>web</label>
+ <type>doc_root</type>
+ <location>web</location>
+ </source-folder>
+ <source-folder>
+ <label>WEB-INF</label>
+ <type>web_inf</type>
+ <location>web/WEB-INF</location>
+ </source-folder>
+ <source-folder>
<label>src</label>
<type>java</type>
<location>src/java</location>
@@ -20,14 +30,9 @@
<location>test/java</location>
</source-folder>
<source-folder>
- <label>web</label>
- <type>doc_root</type>
- <location>web</location>
- </source-folder>
- <source-folder>
- <label>WEB-INF</label>
- <type>web_inf</type>
- <location>web/WEB-INF</location>
+ <label>docs/examples/plugins/pluginmodel/src</label>
+ <type>java</type>
+ <location>docs/examples/plugins/pluginmodel/src</location>
</source-folder>
</folders>
<ide-actions>
@@ -93,6 +98,10 @@
<label>test/java</label>
<location>test/java</location>
</source-folder>
+ <source-folder style="packages">
+ <label>docs/examples/plugins/pluginmodel/src</label>
+
<location>docs/examples/plugins/pluginmodel/src</location>
+ </source-folder>
<source-file>
<location>${ant.script}</location>
</source-file>
@@ -112,6 +121,7 @@
<compilation-unit>
<package-root>src/java</package-root>
<package-root>test/java</package-root>
+
<package-root>docs/examples/plugins/pluginmodel/src</package-root>
<classpath
mode="compile">../../tools/lib/commons-codec-1.3.jar:../../tools/lib/commons-collections-3.2.jar:../../tools/lib/commons-digester-1.6.jar:../../tools/lib/commons-httpclient-2.0.2.jar:../../tools/lib/commons-id-0.1-SNAPSHOT.jar:../../tools/lib/commons-lang-2.1.jar:../../tools/lib/commons-logging-1.0.4.jar:../../tools/lib/concurrent-1.3.2.jar:../../tools/lib/guice-1.0.jar:../../tools/lib/jaxen-full.jar:../../tools/lib/jdom.jar:../../tools/lib/log4j-1.2.11.jar:../../tools/lib/lucene-1.4.3.jar:../../tools/lib/rome-0.9.jar:../../tools/lib/rome-fetcher-0.9.jar:../../tools/lib/saxpath.jar:../../tools/lib/taglibs-string.jar:../../tools/lib/velocity-1.5.jar:../../tools/hibernate-3.1/hibernate3.jar:../../tools/openjpa-0.9.7/geronimo-j2ee-connector_1.5_spec-1.0.1.jar:../../tools/openjpa-0.9.7/geronimo-jpa_3.0_spec-1.0.jar:../../tools/openjpa-0.9.7/geronimo-jta_1.0.1B_spec-1.0.1.jar:../../tools/openjpa-0.9.7/openjpa-0.9.7-incubating.jar:../../tools/openjpa-0.9
.7/serp-1.11.0.jar:../../tools/xmlrpc-3.0/lib/ws-commons-util-1.0.1.jar:../../tools/xmlrpc-3.0/lib/xmlrpc-client-3.0.jar:../../tools/xmlrpc-3.0/lib/xmlrpc-common-3.0.jar:../../tools/xmlrpc-3.0/lib/xmlrpc-server-3.0.jar:../../tools/spring-1.2/acegi-security-1.0.3.jar:../../tools/spring-1.2/spring.jar:../../tools/roller-core/roller-core.jar:../../tools/roller-planet/roller-planet-business.jar:../../tools/struts-1.2.4/lib/antlr.jar:../../tools/struts-1.2.4/lib/commons-beanutils.jar:../../tools/struts-1.2.4/lib/commons-digester.jar:../../tools/struts-1.2.4/lib/commons-validator.jar:../../tools/struts-1.2.4/lib/jakarta-oro.jar:../../tools/struts-1.2.4/lib/struts-el.jar:../../tools/struts-1.2.4/lib/struts.jar:../../tools/buildtime/tomcat-5.0.28/jsp-api.jar:../../tools/buildtime/tomcat-5.0.28/servlet-api.jar:../../tools/buildtime/activation.jar:../../tools/buildtime/mail.jar:../../tools/jakarta-taglibs-standard-1.1.2/lib/jstl.jar:../../tools/jakarta-taglibs-standard-1.1.2/lib/seria
lizer.jar:../../tools/jakarta-taglibs-standard-1.1.2/lib/standard.jar:../../tools/jakarta-taglibs-standard-1.1.2/lib/xalan.jar:../../tools/hibernate-3.1/lib/asm-attrs.jar:../../tools/hibernate-3.1/lib/asm.jar:../../tools/hibernate-3.1/lib/cglib-2.1.3.jar:../../tools/hibernate-3.1/lib/dom4j-1.6.1.jar:../../tools/hibernate-3.1/lib/ehcache-1.1.jar:../../tools/hibernate-3.1/lib/jdbc2_0-stdext.jar:../../tools/hibernate-3.1/lib/jta.jar:../../tools/buildtime/junit-4.1.jar:../../tools/buildtime/ant-1.7.0/ant.jar:../../tools/buildtime/derbyclient.jar:../../tools/buildtime/derby.jar:../../tools/buildtime/derbyclient.jar:../../tools/buildtime/derbynet.jar:../../tools/buildtime/mockrunner-0.35/lib/mockrunner-servlet.jar:../../tools/buildtime/mockrunner-0.35/lib/mockrunner-struts.jar:../../tools/buildtime/mockrunner-0.35/lib/mockrunner.jar:../../tools/buildtime/mockrunner-0.35/lib/nekohtml.jar:../../tools/struts-2.0.9/lib/antlr-2.7.2.jar:../../tools/struts-2.0.9/lib/commons-beanutils-1.6
.jar:../../tools/struts-2.0.9/lib/commons-chain-1.1.jar:../../tools/struts-2.0.9/lib/commons-fileupload-1.2.jar:../../tools/struts-2.0.9/lib/commons-io-1.3.1.jar:../../tools/struts-2.0.9/lib/commons-validator-1.3.0.jar:../../tools/struts-2.0.9/lib/freemarker-2.3.8.jar:../../tools/struts-2.0.9/lib/ognl-2.6.11.jar:../../tools/struts-2.0.9/lib/oro-2.0.8.jar:../../tools/struts-2.0.9/lib/struts2-core-2.0.9.jar:../../tools/struts-2.0.9/lib/struts2-spring-plugin-2.0.9.jar:../../tools/struts-2.0.9/lib/struts2-tiles-plugin-2.0.9.jar:../../tools/struts-2.0.9/lib/tiles-api-2.0.4.jar:../../tools/struts-2.0.9/lib/tiles-core-2.0.4.jar:../../tools/struts-2.0.9/lib/tiles-jsp-2.0.4.jar:../../tools/struts-2.0.9/lib/xwork-2.0.4.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
Modified: roller/trunk/apps/weblogger/pom_ant_weblogger.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/pom_ant_weblogger.xml?rev=596805&r1=596804&r2=596805&view=diff
==============================================================================
--- roller/trunk/apps/weblogger/pom_ant_weblogger.xml (original)
+++ roller/trunk/apps/weblogger/pom_ant_weblogger.xml Tue Nov 20 12:01:16 2007
@@ -1,11 +1,26 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.roller</groupId>
- <artifactId>roller-weblogger</artifactId>
- <name>Roller :: Weblogger :: Ant-WAR</name>
- <version>4.0-SNAPSHOT</version>
- <packaging>war</packaging>
-
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>org.apache.roller</groupId>
+ <artifactId>roller-weblogger</artifactId>
+ <name>Roller :: Weblogger :: WAR</name>
+
+ <version>4.0</version>
+
+ <packaging>war</packaging>
+
+ <url>http://roller.apache.org/</url>
+ <description>The roller weblogger war built using ant</description>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/roller</connection>
+ <url>https://svn.apache.org/viewvc/roller</url>
+ </scm>
</project>
Added: roller/trunk/apps/weblogger/pom_ant_weblogger_business.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/pom_ant_weblogger_business.xml?rev=596805&view=auto
==============================================================================
--- roller/trunk/apps/weblogger/pom_ant_weblogger_business.xml (added)
+++ roller/trunk/apps/weblogger/pom_ant_weblogger_business.xml Tue Nov 20
12:01:16 2007
@@ -0,0 +1,26 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>org.apache.roller</groupId>
+ <artifactId>roller-business</artifactId>
+ <name>Roller :: Weblogger Business:: JAR</name>
+
+ <version>4.0</version>
+
+ <packaging>jar</packaging>
+
+ <url>http://roller.apache.org/</url>
+ <description>The roller weblogger business jar built using
ant</description>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/roller</connection>
+ <url>https://svn.apache.org/viewvc/roller</url>
+ </scm>
+</project>
\ No newline at end of file
Added: roller/trunk/apps/weblogger/pom_ant_weblogger_web.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/pom_ant_weblogger_web.xml?rev=596805&view=auto
==============================================================================
--- roller/trunk/apps/weblogger/pom_ant_weblogger_web.xml (added)
+++ roller/trunk/apps/weblogger/pom_ant_weblogger_web.xml Tue Nov 20 12:01:16
2007
@@ -0,0 +1,26 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>4</version>
+ </parent>
+
+ <groupId>org.apache.roller</groupId>
+ <artifactId>roller-web</artifactId>
+ <name>Roller :: Weblogger Web:: JAR</name>
+
+ <version>4.0</version>
+
+ <packaging>jar</packaging>
+
+ <url>http://roller.apache.org/</url>
+ <description>The roller weblogger business jar built using
ant</description>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/roller</connection>
+ <url>https://svn.apache.org/viewvc/roller</url>
+ </scm>
+</project>
\ No newline at end of file
Modified: roller/trunk/build.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/build.xml?rev=596805&r1=596804&r2=596805&view=diff
==============================================================================
--- roller/trunk/build.xml (original)
+++ roller/trunk/build.xml Tue Nov 20 12:01:16 2007
@@ -38,25 +38,86 @@
<ant dir="apps/planet" target="test" />
<ant dir="apps/weblogger" target="tests" />
</target>
-
- <target name="mvn-init">
- <xmlproperty file="pom.xml" prefix="pom.xml" />
- <path id="maven-ant-tasks.classpath"
path="tools/buildtime/maven/maven-ant-tasks-2.0.7.jar" />
- <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
uri="urn:maven-artifact-ant"
- classpathref="maven-ant-tasks.classpath" />
- </target>
-
- <!--This target will place the roller-weblogger.war file in a maven
repository alongside with its
- corresponding pom.xml file. Before deploying be sure to check the
version tag in the
- pom_ant_weblogger.xml file.
- For real usage change the repository url to
http://www.ibiblio.org/maven2 or some other
- public repository of your choice. To test deployment localy use
somting like file://localhost/xxx -->
- <target name="mvn-deploy" depends="build, mvn-init">
- <artifact:pom id="maven.project"
file="apps/weblogger/pom_ant_weblogger.xml" />
- <artifact:deploy
file="apps/weblogger/dist/webapp/roller-weblogger.war">
- <remoteRepository url="file://localhost/maven/deploy/test"/>
- <pom refid="maven.project"/>
- </artifact:deploy>
- </target>
+
+ <!-- get the ant maven tasks. I wish I could understand ant logic so we
could run this whenever the jar is missing -->
+ <target name="mvn-get">
+ <mkdir dir="tools/buildtime/maven"/>
+ <get
src="http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.0.7/maven-ant-tasks-2.0.7.jar"
dest="tools/buildtime/maven/maven-ant-tasks-2.0.7.jar"/>
+ </target>
+
+ <target name="mvn-init">
+ <echo>If this fails with a message like ' [typedef] Could not load
definitions from resource org/apache/maven/artifact/ant/antlib.xml. It could
not be found.' try running mvn-get first.</echo>
+ <xmlproperty file="pom.xml" prefix="pom.xml"/>
+ <path id="maven-ant-tasks.classpath"
path="tools/buildtime/maven/maven-ant-tasks-2.0.7.jar"/>
+ <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
uri="urn:maven-artifact-ant"
+ classpathref="maven-ant-tasks.classpath"/>
+ </target>
+
+ <!--This target will place the roller-weblogger.war file in a maven
repository alongside with its
+ corresponding pom.xml file. Before deploying be sure to check
the version tag in the
+ pom_ant_weblogger.xml file.
+ For real usage change the repository url to
http://www.ibiblio.org/maven2 or some other
+ public repository of your choice. To test deployment localy use
somting like file://localhost/xxx -->
+ <target name="mvn-deploy" depends="build, mvn-init">
+ <artifact:install-provider artifactId="wagon-ssh"
version="1.0-alpha-5"/>
+ <artifact:pom id="maven.project.weblogger.business.jar"
file="apps/weblogger/pom_ant_weblogger_business.xml"/>
+ <artifact:deploy file="apps/weblogger/dist/lib/roller-business.jar">
+ <remoteRepository
url="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
+ <pom refid="maven.project.weblogger.business.jar"/>
+ </artifact:deploy>
+ <artifact:pom id="maven.project.weblogger.web.jar"
file="apps/weblogger/pom_ant_weblogger_web.xml"/>
+ <artifact:deploy file="apps/weblogger/dist/lib/roller-web.jar">
+ <remoteRepository
url="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
+ <pom refid="maven.project.weblogger.web.jar"/>
+ </artifact:deploy>
+ <artifact:pom id="maven.project.weblogger.war"
file="apps/weblogger/pom_ant_weblogger.xml"/>
+ <artifact:deploy
file="apps/weblogger/dist/webapp/roller-weblogger.war">
+ <remoteRepository
url="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
+ <pom refid="maven.project.weblogger.war"/>
+ </artifact:deploy>
+ <artifact:pom id="maven.project.planet.business.jar"
file="apps/planet/pom_ant_planet_business.xml"/>
+ <artifact:deploy
file="apps/planet/dist/lib/roller-planet-business.jar">
+ <remoteRepository
url="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
+ <pom refid="maven.project.planet.business.jar"/>
+ </artifact:deploy>
+ <artifact:pom id="maven.project.planet.web.jar"
file="apps/planet/pom_ant_planet_web.xml"/>
+ <artifact:deploy file="apps/planet/dist/webapp/roller-planet-web.jar">
+ <remoteRepository
url="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
+ <pom refid="maven.project.planet.web.jar"/>
+ </artifact:deploy>
+ <artifact:pom id="maven.project.planet.war"
file="apps/planet/pom_ant_planet.xml"/>
+ <artifact:deploy file="apps/planet/dist/webapp/roller-planet.war">
+ <remoteRepository
url="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
+ <pom refid="maven.project.planet.war"/>
+ </artifact:deploy>
+ </target>
+
+ <!-- Install roller-weblogger.war in the local maven repository -->
+ <target name="mvn-install" depends="build, mvn-init">
+ <artifact:pom id="maven.project.weblogger.business.jar"
file="apps/weblogger/pom_ant_weblogger_business.xml"/>
+ <artifact:install file="apps/weblogger/dist/lib/roller-business.jar">
+ <pom refid="maven.project.weblogger.business.jar"/>
+ </artifact:install>
+ <artifact:pom id="maven.project.weblogger.web.jar"
file="apps/weblogger/pom_ant_weblogger_web.xml"/>
+ <artifact:install file="apps/weblogger/dist/lib/roller-web.jar">
+ <pom refid="maven.project.weblogger.web.jar"/>
+ </artifact:install>
+ <artifact:pom id="maven.project.weblogger.war"
file="apps/weblogger/pom_ant_weblogger.xml"/>
+ <artifact:install
file="apps/weblogger/dist/webapp/roller-weblogger.war">
+ <pom refid="maven.project.weblogger.war"/>
+ </artifact:install>
+ <artifact:pom id="maven.project.planet.business.jar"
file="apps/planet/pom_ant_planet_business.xml"/>
+ <artifact:install
file="apps/planet/dist/lib/roller-planet-business.jar">
+ <pom refid="maven.project.planet.business.jar"/>
+ </artifact:install>
+ <artifact:pom id="maven.project.planet.web.jar"
file="apps/planet/pom_ant_planet_web.xml"/>
+ <artifact:install file="apps/planet/dist/lib/roller-planet-web.jar">
+ <pom refid="maven.project.planet.web.jar"/>
+ </artifact:install>
+ <artifact:pom id="maven.project.planet.war"
file="apps/planet/pom_ant_planet.xml"/>
+ <artifact:install file="apps/planet/dist/webapp/roller-planet.war">
+ <pom refid="maven.project.planet.war"/>
+ </artifact:install>
+ </target>
</project>