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/08/21 13:47:17 UTC

svn commit: r806509 - in /cayenne/main/trunk: assembly/ build-tools/ build-tools/cayenne-regression-profiler/ build-tools/maven-cayenne-build-plugin/ build-tools/maven-cayenne-doc-plugin/ docs/ docs/doc/ docs/quick-start-rop/ docs/quick-start-rop/cayen...

Author: aadamchik
Date: Fri Aug 21 11:47:15 2009
New Revision: 806509

URL: http://svn.apache.org/viewvc?rev=806509&view=rev
Log:
setting build deploy properties

Modified:
    cayenne/main/trunk/assembly/pom.xml
    cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml
    cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml
    cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml
    cayenne/main/trunk/build-tools/pom.xml
    cayenne/main/trunk/docs/doc/pom.xml
    cayenne/main/trunk/docs/pom.xml
    cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
    cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml
    cayenne/main/trunk/docs/quick-start-rop/pom.xml
    cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml
    cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml
    cayenne/main/trunk/framework/pom.xml
    cayenne/main/trunk/itests/cayenne-api/pom.xml
    cayenne/main/trunk/itests/itest-common/pom.xml
    cayenne/main/trunk/itests/jpa-chapter2/pom.xml
    cayenne/main/trunk/itests/jpa-chapter3/pom.xml
    cayenne/main/trunk/itests/jpa-chapter4/pom.xml
    cayenne/main/trunk/itests/jpa-chapter5/pom.xml
    cayenne/main/trunk/itests/jpa-chapter6/pom.xml
    cayenne/main/trunk/itests/jpa-chapter9/pom.xml
    cayenne/main/trunk/itests/pojo/pom.xml
    cayenne/main/trunk/itests/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml
    cayenne/main/trunk/modeler/pom.xml

Modified: cayenne/main/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/assembly/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/assembly/pom.xml (original)
+++ cayenne/main/trunk/assembly/pom.xml Fri Aug 21 11:47:15 2009
@@ -178,6 +178,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

Modified: cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml (original)
+++ cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml Fri Aug 21 11:47:15 2009
@@ -72,6 +72,13 @@
 					<scanIntervalSeconds>20</scanIntervalSeconds>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 	<profiles>

Modified: cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml (original)
+++ cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml Fri Aug 21 11:47:15 2009
@@ -94,6 +94,18 @@
 		</dependency>
 
 	</dependencies>
+	
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 
 	<repositories>
 		<repository>
@@ -121,4 +133,5 @@
 			</releases>
 		</repository>
 	</repositories>
+
 </project>

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=806509&r1=806508&r2=806509&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 Fri Aug 21 11:47:15 2009
@@ -70,6 +70,13 @@
 					<target>1.5</target>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

Modified: cayenne/main/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/pom.xml (original)
+++ cayenne/main/trunk/build-tools/pom.xml Fri Aug 21 11:47:15 2009
@@ -38,4 +38,16 @@
 		<module>maven-cayenne-build-plugin</module>
 		<module>maven-cayenne-doc-plugin</module>
 	</modules>
+	
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: cayenne/main/trunk/docs/doc/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/pom.xml (original)
+++ cayenne/main/trunk/docs/doc/pom.xml Fri Aug 21 11:47:15 2009
@@ -227,6 +227,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

Modified: cayenne/main/trunk/docs/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/docs/pom.xml (original)
+++ cayenne/main/trunk/docs/pom.xml Fri Aug 21 11:47:15 2009
@@ -38,4 +38,16 @@
 	<modules>
 		<module>doc</module>
 	</modules>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml Fri Aug 21 11:47:15 2009
@@ -174,6 +174,14 @@
 
       </plugin>
 
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+
     </plugins>
 
   </build>

Modified: cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml Fri Aug 21 11:47:15 2009
@@ -140,6 +140,14 @@
 
       </plugin>
 
+		<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+
     </plugins>
 
   </build>

Modified: cayenne/main/trunk/docs/quick-start-rop/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start-rop/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start-rop/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start-rop/pom.xml Fri Aug 21 11:47:15 2009
@@ -40,4 +40,16 @@
     <module>cayenne-rop-server-tutorial</module>
   </modules>
 
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml Fri Aug 21 11:47:15 2009
@@ -79,7 +79,17 @@
     </dependency>
 
   </dependencies>
-
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 
 
 </project>

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=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml Fri Aug 21 11:47:15 2009
@@ -237,6 +237,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
@@ -262,4 +269,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml Fri Aug 21 11:47:15 2009
@@ -82,6 +82,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

Modified: cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml Fri Aug 21 11:47:15 2009
@@ -81,6 +81,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml Fri Aug 21 11:47:15 2009
@@ -81,6 +81,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/framework/pom.xml (original)
+++ cayenne/main/trunk/framework/pom.xml Fri Aug 21 11:47:15 2009
@@ -29,6 +29,18 @@
 	<artifactId>cayenne-framework-parent</artifactId>
 	<name>Cayenne Framework Aggregator Project</name>
 	<packaging>pom</packaging>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 	<profiles>
 		<profile>
 			<id>generic</id>

Modified: cayenne/main/trunk/itests/cayenne-api/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/cayenne-api/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/cayenne-api/pom.xml (original)
+++ cayenne/main/trunk/itests/cayenne-api/pom.xml Fri Aug 21 11:47:15 2009
@@ -73,6 +73,13 @@
 					<target>1.5</target>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/itests/itest-common/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/itest-common/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/itest-common/pom.xml (original)
+++ cayenne/main/trunk/itests/itest-common/pom.xml Fri Aug 21 11:47:15 2009
@@ -95,6 +95,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/itests/jpa-chapter2/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter2/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter2/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter2/pom.xml Fri Aug 21 11:47:15 2009
@@ -74,6 +74,13 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 
 		</plugins>
 	</build>

Modified: cayenne/main/trunk/itests/jpa-chapter3/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter3/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter3/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter3/pom.xml Fri Aug 21 11:47:15 2009
@@ -75,6 +75,13 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/itests/jpa-chapter4/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter4/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter4/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter4/pom.xml Fri Aug 21 11:47:15 2009
@@ -75,6 +75,13 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/itests/jpa-chapter5/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter5/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter5/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter5/pom.xml Fri Aug 21 11:47:15 2009
@@ -79,6 +79,13 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/itests/jpa-chapter6/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter6/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter6/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter6/pom.xml Fri Aug 21 11:47:15 2009
@@ -79,6 +79,13 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>

Modified: cayenne/main/trunk/itests/jpa-chapter9/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter9/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter9/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter9/pom.xml Fri Aug 21 11:47:15 2009
@@ -75,6 +75,13 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 
 		</plugins>
 	</build>

Modified: cayenne/main/trunk/itests/pojo/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/pojo/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/pojo/pom.xml (original)
+++ cayenne/main/trunk/itests/pojo/pom.xml Fri Aug 21 11:47:15 2009
@@ -70,6 +70,13 @@
 					</argLine>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 
 		</plugins>
 	</build>

Modified: cayenne/main/trunk/itests/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/itests/pom.xml (original)
+++ cayenne/main/trunk/itests/pom.xml Fri Aug 21 11:47:15 2009
@@ -46,4 +46,15 @@
       <module>jpa-chapter6</module>
       <module>jpa-chapter9</module>
     </modules>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml Fri Aug 21 11:47:15 2009
@@ -82,6 +82,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

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=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml Fri Aug 21 11:47:15 2009
@@ -40,4 +40,15 @@
 			<version>${version}</version>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml Fri Aug 21 11:47:15 2009
@@ -93,6 +93,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

Modified: cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml Fri Aug 21 11:47:15 2009
@@ -85,6 +85,13 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 

Modified: cayenne/main/trunk/modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/pom.xml?rev=806509&r1=806508&r2=806509&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/pom.xml (original)
+++ cayenne/main/trunk/modeler/pom.xml Fri Aug 21 11:47:15 2009
@@ -34,6 +34,17 @@
 	<name>Cayenne Modeler Parent</name>
 	<packaging>pom</packaging>
 
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 	<profiles>
 		<profile>
 			<id>generic</id>