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 2016/04/28 04:34:24 UTC

svn commit: r1741379 - /myfaces/trinidad/trunk/pom.xml

Author: lu4242
Date: Thu Apr 28 02:34:24 2016
New Revision: 1741379

URL: http://svn.apache.org/viewvc?rev=1741379&view=rev
Log:
deploy examples on maven repo when release

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1741379&r1=1741378&r2=1741379&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Thu Apr 28 02:34:24 2016
@@ -26,10 +26,10 @@ Build:
   mvn3 clean install
  
 Prepare Release
-  mvn3 release:prepare
+  mvn3 release:prepare -DprepareRelease=true
   
 Perform Release
-  mvn3 release:perform
+  mvn3 release:perform -DperformRelease=true
 
 Change Version Number (http://maven.apache.org/plugins/maven-release-plugin/examples/update-versions.html)
   mvn3 release:update-versions
@@ -353,6 +353,7 @@ Create A Branch (http://maven.apache.org
     <module>trinidad-build</module>
     <module>trinidad-api</module>
     <module>trinidad-impl</module>
+    <module>trinidad-examples</module>
   </modules>
 
   <build>
@@ -742,6 +743,7 @@ Create A Branch (http://maven.apache.org
       by making sure that there is no -DperformRelease property on the maven command.  If
       there is, it may manually be invoked by adding a -PbuildExamples.
     -->
+    <!--
     <profile>
       <id>buildExamples</id>
       <activation>
@@ -754,6 +756,7 @@ Create A Branch (http://maven.apache.org
         <module>trinidad-examples</module>
       </modules>
     </profile>
+    -->
 
    <!--
      To create a new branch, use the following command: