Author: trustin
Date: Mon Dec 4 18:29:20 2006
New Revision: 482462
URL: http://svn.apache.org/viewvc?view=rev&rev=482462
Log:
Removed unused part of the POM
Modified:
mina/trunk/pom.xml
Modified: mina/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/pom.xml?view=diff&rev=482462&r1=482461&r2=482462
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Mon Dec 4 18:29:20 2006
@@ -115,41 +115,6 @@
</executions>
</plugin>
<plugin>
- <inherited>false</inherited>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>site</phase>
- <configuration>
- <tasks>
- <javadoc destdir="target/site/apidocs" author="true"
use="true" windowtitle="Apache MINA API Documentation" encoding="UTF-8"
docencoding="UTF-8" locale="en_US">
- <package name="org.apache.mina.*"/>
- <excludepackage name="**.support"/>
-
- <sourcepath>
- <dirset dir=".">
- <include name="*/src/main/java" />
- <exclude name="example/**" />
- </dirset>
- </sourcepath>
-
- <classpath refid="maven.dependency.classpath" />
-
- <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
- <link
href="http://static.springframework.org/spring/docs/1.2.x/api/" />
- <link href="http://www.slf4j.org/api/" />
- <link
href="http://gleamynode.net/dev/tl-netty2/docs/apidocs/" />
- </javadoc>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptor>release.xml</descriptor>