Author: rwinston
Date: Sat Oct 11 10:06:18 2008
New Revision: 703684

URL: http://svn.apache.org/viewvc?rev=703684&view=rev
Log:
Delegate to parent

Modified:
    commons/proper/net/branches/NET_2_0/pom.xml

Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=703684&r1=703683&r2=703684&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Sat Oct 11 10:06:18 2008
@@ -133,20 +133,6 @@
 
        <build>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>attach-sources</id>
-                                               <phase>verify</phase>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-
 
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
@@ -258,19 +244,6 @@
                                        <minSeverity>info</minSeverity>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.4</version>
-                               <configuration>
-                                       <linksource>true</linksource>
-                                       <links>
-                                               
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                                       </links>
-                                       
<excludePackageNames>examples.*</excludePackageNames>
-                               </configuration>
-                       </plugin>
-
                </plugins>
        </reporting>
 


Reply via email to