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 2009/07/16 11:32:49 UTC

svn commit: r794607 - /myfaces/trinidad-maven/tags/maven-plugin-parent-1.2.10/pom.xml

Author: matzew
Date: Thu Jul 16 09:32:48 2009
New Revision: 794607

URL: http://svn.apache.org/viewvc?rev=794607&view=rev
Log:
updated some plugin deps

Modified:
    myfaces/trinidad-maven/tags/maven-plugin-parent-1.2.10/pom.xml

Modified: myfaces/trinidad-maven/tags/maven-plugin-parent-1.2.10/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad-maven/tags/maven-plugin-parent-1.2.10/pom.xml?rev=794607&r1=794606&r2=794607&view=diff
==============================================================================
--- myfaces/trinidad-maven/tags/maven-plugin-parent-1.2.10/pom.xml (original)
+++ myfaces/trinidad-maven/tags/maven-plugin-parent-1.2.10/pom.xml Thu Jul 16 09:32:48 2009
@@ -201,7 +201,7 @@
               </execution>
             </executions>
           </plugin>
-          <!-- plugin>
+          <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.2</version>
             <executions>
@@ -212,7 +212,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin -->
+          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-scm-plugin</artifactId>
@@ -226,6 +226,14 @@
               </execution>
             </executions>
           </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <version>2.4</version>
+          </plugin>
+
+
         </plugins>
       </build>
     </profile>