You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2008/11/04 21:07:26 UTC

svn commit: r711371 - /myfaces/trinidad-maven/trunk/maven-faces-plugin/pom.xml

Author: sobryan
Date: Tue Nov  4 12:07:26 2008
New Revision: 711371

URL: http://svn.apache.org/viewvc?rev=711371&view=rev
Log:
Added a preparation goal

Modified:
    myfaces/trinidad-maven/trunk/maven-faces-plugin/pom.xml

Modified: myfaces/trinidad-maven/trunk/maven-faces-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad-maven/trunk/maven-faces-plugin/pom.xml?rev=711371&r1=711370&r2=711371&view=diff
==============================================================================
--- myfaces/trinidad-maven/trunk/maven-faces-plugin/pom.xml (original)
+++ myfaces/trinidad-maven/trunk/maven-faces-plugin/pom.xml Tue Nov  4 12:07:26 2008
@@ -41,8 +41,15 @@
           <source>1.4</source>
           <target>1.4</target>
         </configuration>
+      </plugin>      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <preparationGoals>clean verify install</preparationGoals>
+         </configuration>
       </plugin>
-    </plugins>
+    </plugins>    
   </build>
 
   <reporting>