Author: mck
Date: Sun Nov 3 15:47:33 2013
New Revision: 1538385
URL: http://svn.apache.org/r1538385
Log:
lessons learnt from the tiles-3.0.2 release
Modified:
tiles/maven/trunk/pom/pom.xml
Modified: tiles/maven/trunk/pom/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/maven/trunk/pom/pom.xml?rev=1538385&r1=1538384&r2=1538385&view=diff
==============================================================================
--- tiles/maven/trunk/pom/pom.xml (original)
+++ tiles/maven/trunk/pom/pom.xml Sun Nov 3 15:47:33 2013
@@ -213,6 +213,11 @@
<target>1.6</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>wagon-maven-plugin</artifactId>
+ <version>1.0-beta-4</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -240,6 +245,13 @@
<version>3.3</version>
</plugin>
</plugins>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>2.5</version>
+ </extension>
+ </extensions>
</build>
<reporting>