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 2010/08/31 23:38:04 UTC

svn commit: r991340 - in /myfaces/myfaces-build-tools/trunk/maven2-plugins: myfaces-builder-annotations/ myfaces-builder-plugin/ myfaces-faces-plugin/ myfaces-i18n-plugin/ myfaces-javacc-plugin/ myfaces-javascript-plugin/ myfaces-jdev-plugin/ myfaces-p...

Author: lu4242
Date: Tue Aug 31 21:38:04 2010
New Revision: 991340

URL: http://svn.apache.org/viewvc?rev=991340&view=rev
Log:
Update SCM properties for make release with nexus

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/pom.xml Tue Aug 31 21:38:04 2010
@@ -38,6 +38,12 @@
     intended to be JSF components, validators, etc. The maven-builder-plugin will
     recognise these annotations and process the class appropriately.
   </description>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-annotations/</url>
+  </scm>
 
   <build>
     <plugins>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -37,6 +37,12 @@
     files (.tld, faces-config.xml, etc) and optionally Tag, Validator and Component classes.
   </description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/</url>
+  </scm>
+
   <build>
     <plugins>
       <!-- required for plexus, but we are not using this right now

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -40,6 +40,12 @@
     together with the associated configuration files (.tld, faces-config.xml, etc).
   </description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -36,6 +36,12 @@
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 i18n Plugin</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-i18n-plugin/</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -32,6 +32,13 @@
   <version>1.0.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Javacc Plugin</name>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javacc-plugin/</url>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -33,6 +33,12 @@
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Javascript Plugin</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -36,6 +36,12 @@
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 JDev Plugin</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-jdev-plugin/</url>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/pom.xml Tue Aug 31 21:38:04 2010
@@ -48,20 +48,6 @@
     <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>2001</inceptionYear>
 
   <build>
@@ -181,9 +167,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-plugin-parent/</url>
   </scm>
 
   <distributionManagement>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -36,6 +36,12 @@
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Tag Documentation Report</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-tagdoc-plugin/</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -37,11 +37,13 @@
   <version>1.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Wagon Plugin</name>
+  
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/wagon-maven-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/wagon-maven-plugin</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/wagon-maven-plugin</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-wagon-plugin/</url>
   </scm>
+
   <build>
     <extensions>
       <extension>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -36,6 +36,12 @@
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 XRTS Plugin</name>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-xrts-plugin/</url>
+  </scm>
+
   <build>
     <pluginManagement>
       <plugins>

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/pom.xml?rev=991340&r1=991339&r2=991340&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/pom.xml Tue Aug 31 21:38:04 2010
@@ -25,6 +25,13 @@
   <artifactId>tobago-theme-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Tobago Maven2 Theme Plugin</name>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/</connection>
+    <developerConnection>scm:svn:svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/tobago-theme-plugin/</url>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>