You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/04/24 23:36:18 UTC

svn commit: r1330024 - /myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml

Author: lu4242
Date: Tue Apr 24 21:36:18 2012
New Revision: 1330024

URL: http://svn.apache.org/viewvc?rev=1330024&view=rev
Log:
remove old info about continuous integration and add maven 3 protocol for site

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml?rev=1330024&r1=1330023&r2=1330024&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml Tue Apr 24 21:36:18 2012
@@ -49,23 +49,19 @@
     <url>http://issues.apache.org/jira/browse/MYFACES</url>
   </issueManagement>
 
-  <ciManagement>
-    <system>continuum</system>
-    <url>http://myfaces.zones.apache.org:8080/continuum</url>
-    <notifiers>
-      <notifier>
-        <type>mail</type>
-        <sendOnSuccess>true</sendOnSuccess>
-        <configuration>
-          <address>commits@myfaces.apache.org</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
-
   <inceptionYear>2008</inceptionYear>
 
   <build>
+      
+    <!-- Since Maven 3.0, this is required to add scpexe as protocol for deploy. -->
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-beta-7</version>
+      </extension>
+    </extensions>
+
     <resources>
       <resource>
         <directory>${basedir}</directory>