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 2011/02/09 00:41:49 UTC

svn commit: r1068686 - /myfaces/core/trunk/pom.xml

Author: lu4242
Date: Tue Feb  8 23:41:48 2011
New Revision: 1068686

URL: http://svn.apache.org/viewvc?rev=1068686&view=rev
Log:
add attribute performRelease to maven release plugin, so additional artifacts will be on maven repo

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=1068686&r1=1068685&r2=1068686&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Tue Feb  8 23:41:48 2011
@@ -196,6 +196,16 @@
             <modules>
                 <module>assembly</module>
             </modules>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-release-plugin</artifactId>
+                        <configuration>
+                            <arguments>-DperformRelease</arguments>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
         </profile>
 
     </profiles>