You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2011/04/12 11:56:45 UTC

svn commit: r1091353 - in /cayenne/main/trunk: ./ build-tools/cayenne-test-utilities/ build-tools/maven-cayenne-doc-plugin/ framework/cayenne-di-unpublished/ framework/cayenne-jdk1.5-unpublished/ framework/cayenne-lifecycle/ framework/cayenne-project-u...

Author: amaniatis
Date: Tue Apr 12 09:56:45 2011
New Revision: 1091353

URL: http://svn.apache.org/viewvc?rev=1091353&view=rev
Log:
We only need to define plugin settings once in the parent pom and not in every pom.

Modified:
    cayenne/main/trunk/build-tools/cayenne-test-utilities/pom.xml
    cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml
    cayenne/main/trunk/framework/cayenne-di-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-lifecycle/pom.xml
    cayenne/main/trunk/framework/cayenne-project-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-tools/pom.xml
    cayenne/main/trunk/framework/cayenne-wocompat-unpublished/pom.xml
    cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml
    cayenne/main/trunk/itests/cayenne-runtime-itest/pom.xml
    cayenne/main/trunk/itests/cayenne-tools-itest/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-generic-ext/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler/pom.xml
    cayenne/main/trunk/modeler/maven-cayenne-modeler-plugin/pom.xml
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/build-tools/cayenne-test-utilities/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/cayenne-test-utilities/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/cayenne-test-utilities/pom.xml (original)
+++ cayenne/main/trunk/build-tools/cayenne-test-utilities/pom.xml Tue Apr 12 09:56:45 2011
@@ -52,10 +52,6 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Modified: cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml (original)
+++ cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml Tue Apr 12 09:56:45 2011
@@ -64,12 +64,7 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Modified: cayenne/main/trunk/framework/cayenne-di-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-di-unpublished/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-di-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-di-unpublished/pom.xml Tue Apr 12 09:56:45 2011
@@ -27,12 +27,7 @@
 		</resources>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml Tue Apr 12 09:56:45 2011
@@ -129,12 +129,7 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>

Modified: cayenne/main/trunk/framework/cayenne-lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-lifecycle/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-lifecycle/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-lifecycle/pom.xml Tue Apr 12 09:56:45 2011
@@ -47,6 +47,9 @@
 	<build>
 		<plugins>
 			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+			</plugin>
+			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-source-plugin</artifactId>
 				<executions>
@@ -81,17 +84,5 @@
 				</executions>
 			</plugin>
 		</plugins>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<configuration>
-						<source>1.5</source>
-						<target>1.5</target>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
 	</build>
 </project>

Modified: cayenne/main/trunk/framework/cayenne-project-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-project-unpublished/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-project-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-project-unpublished/pom.xml Tue Apr 12 09:56:45 2011
@@ -61,12 +61,7 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Modified: cayenne/main/trunk/framework/cayenne-tools/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-tools/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-tools/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-tools/pom.xml Tue Apr 12 09:56:45 2011
@@ -114,6 +114,9 @@
 
     <build>
         <plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+			</plugin>
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <executions>
@@ -135,17 +138,7 @@
                     </execution>
                 </executions>
             </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
                 <executions>
                     <execution>

Modified: cayenne/main/trunk/framework/cayenne-wocompat-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-wocompat-unpublished/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-wocompat-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-wocompat-unpublished/pom.xml Tue Apr 12 09:56:45 2011
@@ -55,15 +55,9 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-source-plugin</artifactId>
 				<executions>
 					<execution>
@@ -76,7 +70,6 @@
 				</executions>
 			</plugin>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-deploy-plugin</artifactId>
 				<configuration>
 					<skip>true</skip>

Modified: cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml (original)
+++ cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml Tue Apr 12 09:56:45 2011
@@ -112,12 +112,7 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 		</plugins>
 	</build>

Modified: cayenne/main/trunk/itests/cayenne-runtime-itest/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/cayenne-runtime-itest/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/itests/cayenne-runtime-itest/pom.xml (original)
+++ cayenne/main/trunk/itests/cayenne-runtime-itest/pom.xml Tue Apr 12 09:56:45 2011
@@ -68,14 +68,8 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
-
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-deploy-plugin</artifactId>
 				<configuration>
 					<skip>true</skip>

Modified: cayenne/main/trunk/itests/cayenne-tools-itest/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/cayenne-tools-itest/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/itests/cayenne-tools-itest/pom.xml (original)
+++ cayenne/main/trunk/itests/cayenne-tools-itest/pom.xml Tue Apr 12 09:56:45 2011
@@ -72,14 +72,8 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
-
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-deploy-plugin</artifactId>
 				<configuration>
 					<skip>true</skip>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-generic-ext/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-generic-ext/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-generic-ext/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-generic-ext/pom.xml Tue Apr 12 09:56:45 2011
@@ -71,12 +71,7 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml Tue Apr 12 09:56:45 2011
@@ -66,12 +66,7 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Modified: cayenne/main/trunk/modeler/cayenne-modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler/pom.xml Tue Apr 12 09:56:45 2011
@@ -132,6 +132,9 @@
 	<build>
 		<plugins>
 			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+			</plugin>
+			<plugin>
 				<artifactId>maven-remote-resources-plugin</artifactId>
 				<executions>
 					<execution>
@@ -152,15 +155,6 @@
 					</execution>
 				</executions>
 			</plugin>
-
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
 			<plugin>
             	<groupId>org.apache.maven.plugins</groupId>
             	<artifactId>maven-source-plugin</artifactId>

Modified: cayenne/main/trunk/modeler/maven-cayenne-modeler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/maven-cayenne-modeler-plugin/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/maven-cayenne-modeler-plugin/pom.xml (original)
+++ cayenne/main/trunk/modeler/maven-cayenne-modeler-plugin/pom.xml Tue Apr 12 09:56:45 2011
@@ -87,12 +87,7 @@
 	<build>
 		<plugins>
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
 			</plugin>
 		</plugins>
 	</build>

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=1091353&r1=1091352&r2=1091353&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Tue Apr 12 09:56:45 2011
@@ -529,6 +529,10 @@
 				<plugin>
 					<artifactId>maven-compiler-plugin</artifactId>
 					<version>2.3.2</version>
+					<configuration>
+						<source>1.5</source>
+						<target>1.5</target>
+					</configuration>
 				</plugin>
 				<plugin>
 					<artifactId>maven-deploy-plugin</artifactId>