You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/09/09 18:29:05 UTC

svn commit: r441811 - in /myfaces/tobago/trunk: ./ example/ example/addressbook/ example/blank/ example/demo/ example/facelets/ example/foreach/ example/nonfacesrequest/ example/security/ example/test/ tobago-tool/gendoc/

Author: bommel
Date: Sat Sep  9 09:29:04 2006
New Revision: 441811

URL: http://svn.apache.org/viewvc?view=rev&rev=441811
Log:
disable snapshot dependencies for release and change url of java.net maven repository

Modified:
    myfaces/tobago/trunk/example/addressbook/pom.xml
    myfaces/tobago/trunk/example/blank/pom.xml
    myfaces/tobago/trunk/example/demo/pom.xml
    myfaces/tobago/trunk/example/facelets/pom.xml
    myfaces/tobago/trunk/example/foreach/pom.xml
    myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
    myfaces/tobago/trunk/example/pom.xml
    myfaces/tobago/trunk/example/security/pom.xml
    myfaces/tobago/trunk/example/test/pom.xml
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml

Modified: myfaces/tobago/trunk/example/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Sat Sep  9 09:29:04 2006
@@ -10,7 +10,7 @@
   <name>Tobago Example Addressbook</name>
   <build>
     <finalName>tobago-example-addressbook</finalName>
-    <plugins>
+    <!--<plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
@@ -21,7 +21,7 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
-    </plugins>
+    </plugins>-->
   </build>
 
   <scm>
@@ -189,7 +189,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/example/blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/blank/pom.xml (original)
+++ myfaces/tobago/trunk/example/blank/pom.xml Sat Sep  9 09:29:04 2006
@@ -10,7 +10,7 @@
   <name>Tobago Example Blank</name>
   <build>
     <finalName>tobago-example-blank</finalName>
-    <plugins>
+    <!--<plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
@@ -21,7 +21,7 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
-    </plugins>
+    </plugins>-->
   </build>
 
   <scm>
@@ -175,7 +175,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/demo/pom.xml (original)
+++ myfaces/tobago/trunk/example/demo/pom.xml Sat Sep  9 09:29:04 2006
@@ -35,18 +35,16 @@
           </webResources>
         </configuration>
       </plugin>-->
-      <plugin>
+     <!-- <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
         <configuration>
-          <!--<server>mononoke</server>-->
           <server>tomcat</server>
           <update>true</update>
-          <!--<url>http://mononoke:8080/manager</url>-->
           <url>http://localhost:8080/manager</url>
         </configuration>
-      </plugin>
+      </plugin>-->
     </plugins>
   </build>
   <scm>
@@ -193,7 +191,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/example/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/example/facelets/pom.xml Sat Sep  9 09:29:04 2006
@@ -10,7 +10,7 @@
   <name>Tobago Example Facelets</name>
   <build>
     <finalName>tobago-example-facelets</finalName>
-    <plugins>
+    <!--<plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
@@ -21,7 +21,7 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
-    </plugins>
+    </plugins>-->
   </build>
 
   <scm>
@@ -142,7 +142,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/example/foreach/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/foreach/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/foreach/pom.xml (original)
+++ myfaces/tobago/trunk/example/foreach/pom.xml Sat Sep  9 09:29:04 2006
@@ -10,7 +10,7 @@
   <name>Tobago Example Foreach</name>
   <build>
     <finalName>tobago-example-foreach</finalName>
-    <plugins>
+   <!-- <plugins>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -23,7 +23,7 @@
         </configuration>
       </plugin>
 
-    </plugins>
+    </plugins>-->
   </build>
 
   <scm>
@@ -130,7 +130,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/example/nonfacesrequest/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/nonfacesrequest/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/nonfacesrequest/pom.xml (original)
+++ myfaces/tobago/trunk/example/nonfacesrequest/pom.xml Sat Sep  9 09:29:04 2006
@@ -10,7 +10,7 @@
   <name>Tobago Example Non-Faces-Request</name>
   <build>
     <finalName>tobago-example-nonfacesrequest</finalName>
-    <plugins>
+    <!--<plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
@@ -21,7 +21,7 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
-    </plugins>
+    </plugins>-->
   </build>
 
   <scm>
@@ -123,7 +123,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/pom.xml (original)
+++ myfaces/tobago/trunk/example/pom.xml Sat Sep  9 09:29:04 2006
@@ -52,5 +52,11 @@
         <module>facelets</module>
       </modules>
     </profile>
+    <profile>
+      <id>generate-assembly</id>
+      <modules>
+        <module>tobago-example-assembly</module>
+      </modules>
+    </profile>
   </profiles>
 </project>

Modified: myfaces/tobago/trunk/example/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/security/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/security/pom.xml (original)
+++ myfaces/tobago/trunk/example/security/pom.xml Sat Sep  9 09:29:04 2006
@@ -28,7 +28,7 @@
   <name>Tobago Example Security</name>
   <build>
     <finalName>tobago-example-security</finalName>
-    <plugins>
+   <!-- <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
@@ -39,7 +39,7 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
-    </plugins>
+    </plugins>-->
   </build>
 
   <scm>
@@ -131,7 +131,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/example/test/pom.xml (original)
+++ myfaces/tobago/trunk/example/test/pom.xml Sat Sep  9 09:29:04 2006
@@ -11,7 +11,7 @@
   <build>
     <finalName>tobago-example-test</finalName>
     <plugins>
-      <plugin>
+      <!--<plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
@@ -20,7 +20,7 @@
           <update>true</update>
           <url>http://localhost:8080/manager</url>
         </configuration>
-      </plugin>
+      </plugin>-->
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty6-plugin</artifactId>
@@ -184,7 +184,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>https://maven-repository.dev.java.net/repository</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Sep  9 09:29:04 2006
@@ -176,7 +176,7 @@
         <artifactId>maven-jxr-plugin</artifactId>
       </plugin>
 
-      <plugin>
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
@@ -184,7 +184,7 @@
           <xrefLocation>xref</xrefLocation>
           <excludes>**/package-info.java</excludes>
         </configuration>
-      </plugin>
+      </plugin-->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -476,11 +476,11 @@
         <artifactId>wagon-ftp</artifactId>
         <version>1.0-alpha-6</version>
       </extension>
-      <extension>
+      <!--extension>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>build-tools</artifactId>
         <version>1.0.5-SNAPSHOT</version>
-      </extension>
+      </extension-->
     </extensions>
     <pluginManagement>
       <plugins>

Modified: myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml?view=diff&rev=441811&r1=441810&r2=441811
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/gendoc/pom.xml Sat Sep  9 09:29:04 2006
@@ -10,7 +10,7 @@
   <name>Tobago gendoc</name>
   <build>
     <finalName>gendoc</finalName>
-    <plugins>
+    <!--<plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
@@ -21,7 +21,7 @@
           <url>http://localhost:8080/manager</url>
         </configuration>
       </plugin>
-    </plugins>
+    </plugins>-->
   </build>
   <dependencies>
     <dependency>