You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/01/19 08:30:23 UTC

svn commit: r1233221 - /shiro/trunk/pom.xml

Author: lhazlewood
Date: Thu Jan 19 07:30:23 2012
New Revision: 1233221

URL: http://svn.apache.org/viewvc?rev=1233221&view=rev
Log:
SHIRO-339: Updated maven-site-plugin to 3.0 due to deployment problems w/ Maven 3

Modified:
    shiro/trunk/pom.xml

Modified: shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/pom.xml?rev=1233221&r1=1233220&r2=1233221&view=diff
==============================================================================
--- shiro/trunk/pom.xml (original)
+++ shiro/trunk/pom.xml Thu Jan 19 07:30:23 2012
@@ -209,7 +209,14 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.1.1</version>
+                    <version>3.0</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.maven.wagon</groupId>
+                            <artifactId>wagon-ssh</artifactId>
+                            <version>1.0</version>
+                        </dependency>
+                    </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.rat</groupId>