You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/05/21 21:40:10 UTC

svn commit: r540254 - in /myfaces/core/branches/jsf12: api/pom.xml build/pom.xml impl/pom.xml pom.xml

Author: baranda
Date: Mon May 21 12:40:09 2007
New Revision: 540254

URL: http://svn.apache.org/viewvc?view=rev&rev=540254
Log:
- Get the maven-faces-plugin from the apache snapshots repository instead of the baranda's repo
- Some pom clean up

Modified:
    myfaces/core/branches/jsf12/api/pom.xml
    myfaces/core/branches/jsf12/build/pom.xml
    myfaces/core/branches/jsf12/impl/pom.xml
    myfaces/core/branches/jsf12/pom.xml

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?view=diff&rev=540254&r1=540253&r2=540254
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Mon May 21 12:40:09 2007
@@ -29,14 +29,9 @@
         </executions>
       </plugin>
       <plugin>
-        <!--
-        this plugin needs to be built from
-        https://svn.apache.org/repos/asf/incubator/adffaces/branches/faces-1_2-061113/plugins/maven-faces-plugin
-        temporarily fetched from baranda's repo
-        -->
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>incubator-1.2-07-apr-SNAPSHOT</version>
+        <version>1.2-07-apr-SNAPSHOT</version>
         <configuration>
           <typePrefix>javax.faces</typePrefix>
           <packageContains>javax.faces</packageContains>
@@ -269,14 +264,5 @@
       </plugin>
     </plugins>
   </reporting>
-
-  <!-- Temporary repo while the maven-faces-config plugin is not available
-  in a proper place -->
-  <pluginRepositories>
-      <pluginRepository>
-          <id>baranda-repo</id>
-          <url>http://people.apache.org/~baranda/repo</url>
-      </pluginRepository>
-  </pluginRepositories>
 
 </project>

Modified: myfaces/core/branches/jsf12/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/pom.xml?view=diff&rev=540254&r1=540253&r2=540254
==============================================================================
--- myfaces/core/branches/jsf12/build/pom.xml (original)
+++ myfaces/core/branches/jsf12/build/pom.xml Mon May 21 12:40:09 2007
@@ -38,14 +38,9 @@
   <build>
     <plugins>
       <plugin>
-        <!--
-        this plugin needs to be built from
-        https://svn.apache.org/repos/asf/incubator/adffaces/branches/faces-1_2-061113/plugins/maven-faces-plugin
-        temporarily fetched from baranda's repo
-        -->
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>incubator-1.2-07-apr-SNAPSHOT</version>
+        <version>1.2-07-apr-SNAPSHOT</version>
         <configuration>
           <excludes>
             <exclude>**/includes/**</exclude>
@@ -69,14 +64,5 @@
       </plugin>
     </plugins>
   </build>
-
-  <!-- Temporary repo while the maven-faces-config plugin is not available
-  in a proper place -->
-  <pluginRepositories>
-      <pluginRepository>
-          <id>baranda-repo</id>
-          <url>http://people.apache.org/~baranda/repo</url>
-      </pluginRepository>
-  </pluginRepositories>
 
 </project>

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=540254&r1=540253&r2=540254
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Mon May 21 12:40:09 2007
@@ -34,34 +34,11 @@
           </excludes>
         </configuration>
       </plugin>
-      <!--<plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xslt-maven-plugin</artifactId>
-        <version>1.0</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>transform</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-          <srcIncludes>**/*.tld</srcIncludes>
-          <srcDir>src/main/tld</srcDir>
-          <destDir>target/classes/META-INF</destDir>
-        </configuration>
-      </plugin>-->
+
       <plugin>
-        <!--
-        this plugin needs to be built from
-        https://svn.apache.org/repos/asf/incubator/adffaces/branches/faces-1_2-061113/plugins/maven-faces-plugin
-        temporarily fetched from baranda's repo
-        -->
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>incubator-1.2-07-apr-SNAPSHOT</version>
+        <version>1.2-07-apr-SNAPSHOT</version>
         <configuration>
           <taglibs>
             <f>http://java.sun.com/jsf/core</f>
@@ -395,14 +372,6 @@
     </plugins>
   </reporting>
 
-  <!-- Temporary repo while the maven-faces-config plugin is not available
-  in a proper place -->
-  <pluginRepositories>
-      <pluginRepository>
-          <id>baranda-repo</id>
-          <url>http://people.apache.org/~baranda/repo</url>
-      </pluginRepository>
-  </pluginRepositories>
   <repositories>
      <repository>
        <id>tomcat</id>

Modified: myfaces/core/branches/jsf12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/pom.xml?view=diff&rev=540254&r1=540253&r2=540254
==============================================================================
--- myfaces/core/branches/jsf12/pom.xml (original)
+++ myfaces/core/branches/jsf12/pom.xml Mon May 21 12:40:09 2007
@@ -262,6 +262,14 @@
     </dependencies>
   </dependencyManagement>
 
+   <pluginRepositories>
+        <pluginRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        </pluginRepository>
+    </pluginRepositories>
+
   <distributionManagement>
     <site>
       <id>apache-site</id>