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 2008/11/24 21:26:42 UTC

svn commit: r720279 - in /myfaces/commons/trunk: myfaces-commons-components/pom.xml myfaces-commons-converters/pom.xml myfaces-commons-examples/pom.xml myfaces-commons-validators/pom.xml pom.xml

Author: lu4242
Date: Mon Nov 24 12:26:41 2008
New Revision: 720279

URL: http://svn.apache.org/viewvc?rev=720279&view=rev
Log:
pom.xml enhancements

Modified:
    myfaces/commons/trunk/myfaces-commons-components/pom.xml
    myfaces/commons/trunk/myfaces-commons-converters/pom.xml
    myfaces/commons/trunk/myfaces-commons-examples/pom.xml
    myfaces/commons/trunk/myfaces-commons-validators/pom.xml
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-components/pom.xml?rev=720279&r1=720278&r2=720279&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-components/pom.xml Mon Nov 24 12:26:41 2008
@@ -109,8 +109,6 @@
         <dependency>
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-annotations</artifactId> 
-            <version>1.0.2</version>
-            <scope>provided</scope>
         </dependency>
         
         <dependency>
@@ -138,21 +136,16 @@
         <dependency>
             <groupId>poi</groupId>
             <artifactId>poi</artifactId>
-            <version>2.5.1-final-20040804</version>
-            <scope>compile</scope>
         </dependency>
         
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.3</version>
-            <scope>provided</scope>
         </dependency>        
         
         <dependency>
 	      <groupId>com.lowagie</groupId>
 	      <artifactId>itext</artifactId>
-	      <version>1.4.8</version>
         </dependency>         
         
         <dependency>

Modified: myfaces/commons/trunk/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/pom.xml?rev=720279&r1=720278&r2=720279&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/pom.xml Mon Nov 24 12:26:41 2008
@@ -39,7 +39,6 @@
             <plugin>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>myfaces-builder-plugin</artifactId>
-                <version>1.0.1</version>
                 <executions>
                     <execution>
                         <goals>
@@ -239,7 +238,6 @@
                         <!-- Generate content for custom tagdoc report -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.1</version>
                         <configuration>
                             <taglibs>
                                 <mcc>http://myfaces.apache.org/commons/converters</mcc>
@@ -269,7 +267,6 @@
                         <!-- which goal is run here? -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.1</version>
                         <configuration>
                             <taglibs>
                                 <mcc>http://myfaces.apache.org/commons/converters</mcc>

Modified: myfaces/commons/trunk/myfaces-commons-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-examples/pom.xml?rev=720279&r1=720278&r2=720279&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-examples/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-examples/pom.xml Mon Nov 24 12:26:41 2008
@@ -60,8 +60,6 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
@@ -91,21 +89,12 @@
         <dependency>
 	      <groupId>com.lowagie</groupId>
 	      <artifactId>itext</artifactId>
-	      <version>1.4.8</version>
         </dependency>  
         <dependency>
             <groupId>poi</groupId>
             <artifactId>poi</artifactId>
-            <version>2.5.1-final-20040804</version>
-            <scope>compile</scope>
         </dependency>  
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.3</version>
-            <scope>provided</scope>
-        </dependency>           
-        <dependency>
             <groupId>jstl</groupId>
             <artifactId>jstl</artifactId>
             <version>1.2</version>
@@ -114,8 +103,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.0</version>
-            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Modified: myfaces/commons/trunk/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/pom.xml?rev=720279&r1=720278&r2=720279&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-validators/pom.xml Mon Nov 24 12:26:41 2008
@@ -39,7 +39,6 @@
             <plugin>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>myfaces-builder-plugin</artifactId>
-                <version>1.0.1</version>
                 <executions>
                     <execution>
                         <goals>
@@ -262,7 +261,6 @@
                         <!-- Generate content for custom tagdoc report -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.1</version>
                         <configuration>
                             <taglibs>
                                 <mcv>http://myfaces.apache.org/commons/validators</mcv>
@@ -292,7 +290,6 @@
                         <!-- which goal is run here? -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.1</version>
                         <configuration>
                             <taglibs>
                                 <mcv>http://myfaces.apache.org/commons/validators</mcv>

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/pom.xml?rev=720279&r1=720278&r2=720279&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Mon Nov 24 12:26:41 2008
@@ -105,6 +105,11 @@
         <pluginManagement>
             <plugins>
                 <plugin>
+                    <groupId>org.apache.myfaces.buildtools</groupId>
+                    <artifactId>myfaces-builder-plugin</artifactId>
+                    <version>1.0.2</version>
+                </plugin>
+                <plugin>
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>2.1</version>
                     <configuration>
@@ -139,6 +144,17 @@
                 <scope>compile</scope>
             </dependency>
             <dependency>
+                <groupId>poi</groupId>
+                <artifactId>poi</artifactId>
+                <version>2.5.1-final-20040804</version>
+                <scope>compile</scope>
+            </dependency>
+            <dependency>
+                <groupId>com.lowagie</groupId>
+                <artifactId>itext</artifactId>
+                <version>1.4.8</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.myfaces.core</groupId>
                 <artifactId>myfaces-api</artifactId>
                 <version>1.2.4</version>
@@ -150,12 +166,24 @@
                 <version>1.2.4</version>
             </dependency>
             <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+                <version>2.5</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
                 <groupId>javax.servlet.jsp</groupId>
                 <artifactId>jsp-api</artifactId>
                 <version>2.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
+                <groupId>org.apache.myfaces.buildtools</groupId>
+                <artifactId>myfaces-builder-annotations</artifactId> 
+                <version>1.0.2</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.shale</groupId>
                 <artifactId>shale-test</artifactId>
                 <version>1.0.5</version>