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 2011/06/21 20:01:09 UTC

svn commit: r1138111 - /cayenne/main/branches/STABLE-3.0/pom.xml

Author: aadamchik
Date: Tue Jun 21 18:01:09 2011
New Revision: 1138111

URL: http://svn.apache.org/viewvc?rev=1138111&view=rev
Log:
Maven 3.0 requires this for 'deploy'

Modified:
    cayenne/main/branches/STABLE-3.0/pom.xml

Modified: cayenne/main/branches/STABLE-3.0/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/pom.xml?rev=1138111&r1=1138110&r2=1138111&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/pom.xml Tue Jun 21 18:01:09 2011
@@ -585,6 +585,14 @@
 	<build>
 		<defaultGoal>install</defaultGoal>
 		
+		<extensions>
+		    <extension>
+		      <groupId>org.apache.maven.wagon</groupId>
+		      <artifactId>wagon-ssh</artifactId>
+		      <version>1.0-beta-7</version>
+		    </extension>
+		</extensions>
+		
 		<plugins>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>