You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/04/11 14:11:10 UTC

svn commit: r1324725 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Wed Apr 11 12:11:09 2012
New Revision: 1324725

URL: http://svn.apache.org/viewvc?rev=1324725&view=rev
Log:
no needs to ssh deploy, binaries can be voted on Nexus directly

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1324725&r1=1324724&r2=1324725&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Wed Apr 11 12:11:09 2012
@@ -894,33 +894,6 @@
               </execution>
             </executions>
           </plugin>
-
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>wagon-maven-plugin</artifactId>
-            <version>${wagon-maven-plugin.version}</version>
-            <dependencies>
-              <dependency>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-ssh</artifactId>
-                <version>${wagon-ssh.version}</version>
-              </dependency>
-            </dependencies>
-            <executions>
-              <execution>
-                <phase>deploy</phase>
-                <goals>
-                  <goal>upload</goal>
-                </goals>
-                <configuration>
-                  <fromDir>${project.build.directory}</fromDir>
-                  <includes>${assembly.finalName}.*</includes>
-                  <url>scp://people.apache.org/</url>
-                  <toDir>/builds/any23/${project.version}/${rc.version}</toDir>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
         </plugins>
       </build>
     </profile>