You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/07/31 05:08:43 UTC

svn commit: r561225 - in /webservices/axis2/branches/java/1_3: modules/documentation/ modules/documentation/src/ modules/documentation/xdocs/ pom.xml src/ xdocs/

Author: dims
Date: Mon Jul 30 20:08:42 2007
New Revision: 561225

URL: http://svn.apache.org/viewvc?view=rev&rev=561225
Log:
Solve chicken-and-egg problem with site/doc generation by adding another maven module (part of AXIS2-2966)

Added:
    webservices/axis2/branches/java/1_3/modules/documentation/
    webservices/axis2/branches/java/1_3/modules/documentation/src/
      - copied from r561213, webservices/axis2/branches/java/1_3/src/
    webservices/axis2/branches/java/1_3/modules/documentation/xdocs/
      - copied from r561213, webservices/axis2/branches/java/1_3/xdocs/
Removed:
    webservices/axis2/branches/java/1_3/src/
    webservices/axis2/branches/java/1_3/xdocs/
Modified:
    webservices/axis2/branches/java/1_3/pom.xml

Modified: webservices/axis2/branches/java/1_3/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/pom.xml?view=diff&rev=561225&r1=561224&r2=561225
==============================================================================
--- webservices/axis2/branches/java/1_3/pom.xml (original)
+++ webservices/axis2/branches/java/1_3/pom.xml Mon Jul 30 20:08:42 2007
@@ -69,6 +69,7 @@
 		  </property>
 		</activation>
 			<modules>
+				<module>modules/documentation</module>
 				<module>modules/distribution</module>
 			</modules>
 	    </profile>	
@@ -264,37 +265,4 @@
 			</plugin>
 		</plugins>
 	</build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <configuration>
-                    <xdocDirectory>${basedir}/xdocs</xdocDirectory>
-                    <resourcesDirectory>${basedir}/xdocs/resources</resourcesDirectory>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <aggregate>true</aggregate>
-                    <links>
-                        <link>http://java.sun.com/j2ee/1.4/docs/api</link>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-                        <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
-                        <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
-                        <link>http://www.junit.org/junit/javadoc/</link>
-                        <link>http://logging.apache.org/log4j/docs/api/</link>
-                        <link>http://jakarta.apache.org/regexp/apidocs/</link>
-                        <link>http://jakarta.apache.org/velocity/api/</link>
-                    </links>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org