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 2009/10/16 22:08:26 UTC

svn commit: r826063 - in /cayenne/main/trunk: docs/doc/pom.xml pom.xml

Author: aadamchik
Date: Fri Oct 16 20:08:25 2009
New Revision: 826063

URL: http://svn.apache.org/viewvc?rev=826063&view=rev
Log:
pom cleanup

* moving plugin version declaration to the top pom
* removing/updating stale Javadocs links

Modified:
    cayenne/main/trunk/docs/doc/pom.xml
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/docs/doc/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/pom.xml?rev=826063&r1=826062&r2=826063&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/pom.xml (original)
+++ cayenne/main/trunk/docs/doc/pom.xml Fri Oct 16 20:08:25 2009
@@ -197,7 +197,6 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.6</version>
 				<configuration>
 					<!-- must use ${project.build.directory}, as using relative path "target/sources" confuses the plugin -->
 					<sourcepath>${project.build.directory}/sources</sourcepath>

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=826063&r1=826062&r2=826063&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Fri Oct 16 20:08:25 2009
@@ -546,20 +546,6 @@
 				<enabled>true</enabled>
 			</releases>
 		</pluginRepository>
-		<pluginRepository>
-			<id>plugin-snapshots</id>
-			<name>Apache Snapshots Repository</name>
-			<url>http://repository.apache.org/snapshots/</url>
-			<layout>default</layout>
-			<snapshots>
-				<enabled>true</enabled>
-				<updatePolicy>weekly</updatePolicy>
-				<checksumPolicy>ignore</checksumPolicy>
-			</snapshots>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-		</pluginRepository>
 	</pluginRepositories>
 
 	<build>
@@ -574,6 +560,10 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.6</version>
+			</plugin>
 		</plugins>
 	</build>
 
@@ -633,16 +623,9 @@
 					<showPackage>false</showPackage>
 					<links>
 						<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-						<link>
-							http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/
-						</link>
-						<link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
-						<link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
-						<link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
-						<link>http://jakarta.apache.org/commons/logging/api/</link>
-						<link>http://jakarta.apache.org/commons/pool/apidocs/</link>
-						<link>http://www.junit.org/junit/javadoc/</link>
-						<link>http://jakarta.apache.org/regexp/apidocs/</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>