You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mc...@apache.org on 2011/10/29 10:04:02 UTC

svn commit: r1190768 - /commons/proper/ognl/trunk/pom.xml

Author: mcucchiara
Date: Sat Oct 29 08:04:01 2011
New Revision: 1190768

URL: http://svn.apache.org/viewvc?rev=1190768&view=rev
Log:
Added support scp for maven3, waiting it will become part of parent (see http://goo.gl/zjWyM)

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1190768&r1=1190767&r2=1190768&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Sat Oct 29 08:04:01 2011
@@ -280,7 +280,19 @@ limitations under the License.
           </goals>
         </execution>
         </executions>
-       </plugin>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.0</version>
+        <dependencies>
+          <dependency><!-- add support for ssh/scp -->
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>1.0</version>
+          </dependency>
+        </dependencies>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>