Author: jcarman
Date: Tue Feb 19 09:06:23 2008
New Revision: 629165
URL: http://svn.apache.org/viewvc?rev=629165&view=rev
Log:
Added javadoc links.
Modified:
commons/proper/proxy/branches/proxy-1.0-work/pom.xml
Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=629165&r1=629164&r2=629165&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Tue Feb 19 09:06:23
2008
@@ -17,7 +17,8 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<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">
+<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.commons</groupId>
@@ -138,6 +139,7 @@
</plugin>
</plugins>
</build>
+
<dependencies>
<dependency>
<groupId>cglib</groupId>
@@ -226,6 +228,22 @@
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+
+ <configuration>
+ <linksource>true</linksource>
+ <links>
+ <link>http://java.sun.com/j2se/1.3/docs/api/</link>
+ <link>http://ws.apache.org/xmlrpc/apidocs/</link>
+
<link>http://www.csg.is.titech.ac.jp/~chiba/javassist/html</link>
+ <link>http://aopalliance.sourceforge.net/doc/</link>
+ <link>http://gee.cs.oswego.edu/dl/classes/</link>
+ </links>
+ </configuration>
+
</plugin>
</plugins>
</reporting>