Author: cbrisson
Date: Sun Nov 6 19:21:05 2016
New Revision: 1768379
URL: http://svn.apache.org/viewvc?rev=1768379&view=rev
Log:
[engine] remove wagon
Modified:
velocity/engine/trunk/velocity-engine-assembly/pom.xml
Modified: velocity/engine/trunk/velocity-engine-assembly/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-assembly/pom.xml?rev=1768379&r1=1768378&r2=1768379&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-assembly/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-assembly/pom.xml Sun Nov 6 19:21:05
2016
@@ -32,23 +32,6 @@
<description>Creates assemblies for Apache Velocity Engine</description>
<build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-scm</artifactId>
- <version>2.9</version>
- </extension>
- <extension>
- <groupId>org.apache.maven.scm</groupId>
- <artifactId>maven-scm-manager-plexus</artifactId>
- <version>1.9.5</version>
- </extension>
- <extension>
- <groupId>org.apache.maven.scm</groupId>
- <artifactId>maven-scm-provider-svnexe</artifactId>
- <version>1.9.5</version>
- </extension>
- </extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -152,26 +135,6 @@
</configuration>
</execution>
</executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>wagon-maven-plugin</artifactId>
- <version>1.0</version>
- <executions>
- <execution>
- <phase>deploy</phase>
- <goals>
- <goal>upload</goal>
- </goals>
- <configuration>
-
<fromDir>${project.build.directory}/assemblies</fromDir>
- <includes>**</includes>
-
<toDir>${project.artifactId}/${project.version}</toDir>
- <serverId>apache.releases.https</serverId>
-
<url>scm:svn:https://dist.apache.org/repos/dist/dev/velocity</url>
- </configuration>
- </execution>
- </executions>
</plugin>
</plugins>
</build>