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

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

Author: matzew
Date: Tue Jul 10 08:36:35 2007
New Revision: 554981

URL: http://svn.apache.org/viewvc?view=rev&rev=554981
Log:
using 1.2.1.1 of Trinidad plugins, since 1.2.1 was buggy
also added source creation

Modified:
    myfaces/core/branches/jsf12/api/pom.xml
    myfaces/core/branches/jsf12/build/pom.xml
    myfaces/core/branches/jsf12/impl/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=554981&r1=554980&r2=554981
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Tue Jul 10 08:36:35 2007
@@ -29,9 +29,20 @@
         </executions>
       </plugin>
       <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-source</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+         </executions>
+        </plugin>
+      <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.1.1</version>
         <configuration>
           <typePrefix>javax.faces</typePrefix>
           <packageContains>javax.faces</packageContains>

Modified: myfaces/core/branches/jsf12/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/pom.xml?view=diff&rev=554981&r1=554980&r2=554981
==============================================================================
--- myfaces/core/branches/jsf12/build/pom.xml (original)
+++ myfaces/core/branches/jsf12/build/pom.xml Tue Jul 10 08:36:35 2007
@@ -40,7 +40,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.1.1</version>
         <configuration>
           <excludes>
             <exclude>**/includes/**</exclude>

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=554981&r1=554980&r2=554981
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Tue Jul 10 08:36:35 2007
@@ -27,6 +27,17 @@
     </resources>
     <plugins>
       <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-source</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+         </executions>
+        </plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>
@@ -38,7 +49,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-faces-plugin</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.1.1</version>
         <configuration>
           <taglibs>
             <h>http://java.sun.com/jsf/html</h>