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 2011/02/14 15:22:27 UTC

svn commit: r1070503 - in /myfaces/trinidad/trunk: trinidad-api/pom.xml trinidad-impl/pom.xml

Author: matzew
Date: Mon Feb 14 14:22:27 2011
New Revision: 1070503

URL: http://svn.apache.org/viewvc?rev=1070503&view=rev
Log:
(re)enabling the buildnumber-maven-plugin for API and IMPL, as discussed at the mailing list

Modified:
    myfaces/trinidad/trunk/trinidad-api/pom.xml
    myfaces/trinidad/trunk/trinidad-impl/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/pom.xml?rev=1070503&r1=1070502&r2=1070503&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-api/pom.xml Mon Feb 14 14:22:27 2011
@@ -172,8 +172,7 @@
       <!-- 
           To make the current revision number, we use the buildnumber-maven-plugin.
       -->
-      <!-- Perhaps this should be only enabled on release profile ? -->
-      <!--plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
         <version>1.0-beta-4</version>
@@ -191,7 +190,7 @@
           <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
           <buildNumberPropertyName>scm.revision</buildNumberPropertyName>
         </configuration>
-      </plugin-->
+      </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: myfaces/trinidad/trunk/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/pom.xml?rev=1070503&r1=1070502&r2=1070503&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/pom.xml Mon Feb 14 14:22:27 2011
@@ -211,8 +211,7 @@
       <!-- 
           To make the current revision number, we use the buildnumber-maven-plugin.
       -->
-      <!-- Perhaps this should be only enabled on release profile ? -->
-      <!--plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
         <version>1.0-beta-4</version>
@@ -230,7 +229,7 @@
           <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
           <buildNumberPropertyName>scm.revision</buildNumberPropertyName>
         </configuration>
-      </plugin-->
+      </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>