Author: niallp
Date: Fri May 16 14:35:19 2008
New Revision: 657222
URL: http://svn.apache.org/viewvc?rev=657222&view=rev
Log:
Add JNet developers and link to JDK api
Modified:
commons/sandbox/jnet/trunk/pom.xml
Modified: commons/sandbox/jnet/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/jnet/trunk/pom.xml?rev=657222&r1=657221&r2=657222&view=diff
==============================================================================
--- commons/sandbox/jnet/trunk/pom.xml (original)
+++ commons/sandbox/jnet/trunk/pom.xml Fri May 16 14:35:19 2008
@@ -38,6 +38,17 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/jnet/trunk</developerConnection>
</scm>
+ <developers>
+ <developer>
+ <name>Carsten Ziegeler</name>
+ <id>cziegeler</id>
+ </developer>
+ <developer>
+ <name>Reinhard Poetz</name>
+ <id>reinhard</id>
+ </developer>
+ </developers>
+
<properties>
<maven.compile.source>1.3</maven.compile.source>
<maven.compile.target>1.3</maven.compile.target>
@@ -45,4 +56,19 @@
<commons.jira.componentid>12312331</commons.jira.componentid>
</properties>
+ <reporting>
+ <plugins>
+ <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>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>