Author: davidillsley
Date: Fri Feb 29 14:28:05 2008
New Revision: 632465
URL: http://svn.apache.org/viewvc?rev=632465&view=rev
Log:
Modifying pom to enable better site staging
Modified:
webservices/axis2/trunk/java/modules/documentation/pom.xml
Modified: webservices/axis2/trunk/java/modules/documentation/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/pom.xml?rev=632465&r1=632464&r2=632465&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/pom.xml Fri Feb 29
14:28:05 2008
@@ -377,4 +377,33 @@
</plugin>
</plugins>
</build>
+ <profiles>
+ <profile>
+ <activation>
+ <property>
+ <name>site-stage</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+
<xdocDirectory>${basedir}/xdocs</xdocDirectory>
+
<resourcesDirectory>${basedir}/xdocs/resources</resourcesDirectory>
+ </configuration>
+ <executions>
+ <execution>
+ <phase></phase>
+ <goals>
+ <goal>stage</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]