You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/04/29 03:22:55 UTC

svn commit: r769612 - /maven/components/branches/maven-2.2.x/maven-core/pom.xml

Author: jdcasey
Date: Wed Apr 29 01:22:55 2009
New Revision: 769612

URL: http://svn.apache.org/viewvc?rev=769612&view=rev
Log:
fixing buildnumber-git profile AGAIN

Modified:
    maven/components/branches/maven-2.2.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.2.x/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x/maven-core/pom.xml?rev=769612&r1=769611&r2=769612&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.2.x/maven-core/pom.xml Wed Apr 29 01:22:55 2009
@@ -300,39 +300,5 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>buildnumber-git</id>
-      <activation>
-        <file>
-          <missing>.svn</missing>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>buildnumber-maven-plugin</artifactId>
-            <version>1.0-beta-1</version>
-            <executions>
-              <execution>
-                <phase>generate-resources</phase>
-                <goals>
-                  <goal>create</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <doCheck>false</doCheck>
-              <doUpdate>false</doUpdate>
-              <format>{0,date,yyyy-MM-dd_HH-mm}_{1}</format>
-              <items>
-                <item>timestamp</item>
-                <item>${user.name}</item>
-              </items>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 </project>