You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/21 17:36:15 UTC

svn commit: r1505402 - /cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Sun Jul 21 15:36:15 2013
New Revision: 1505402

URL: http://svn.apache.org/r1505402
Log:
cleaning up Javadocs configs

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=1505402&r1=1505401&r2=1505402&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sun Jul 21 15:36:15 2013
@@ -719,26 +719,7 @@
 			<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
 		</repository>
 	</distributionManagement>
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.7</version>
-				<configuration>
-					<detectOfflineLinks>false</detectOfflineLinks>
-					<showProtected>true</showProtected>
-					<showPackage>false</showPackage>
-					<links>
-						<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-						<link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_1/</link>
-						<link>http://commons.apache.org/dbcp/apidocs/</link>
-						<link>http://commons.apache.org/logging/commons-logging-1.1.1/apidocs/</link>
-					</links>
-				</configuration>
-			</plugin>
-		</plugins>
-	</reporting>
+	
 	<profiles>
 
 		<!-- Profile that generates assemblies after the build -->