|
From: <svn...@os...> - 2011-12-20 16:27:45
|
Author: jdeolive
Date: 2011-12-20 08:27:34 -0800 (Tue, 20 Dec 2011)
New Revision: 38437
Modified:
branches/2.7.x/modules/library/metadata/pom.xml
Log:
deactivating git info plugin by default
Modified: branches/2.7.x/modules/library/metadata/pom.xml
===================================================================
--- branches/2.7.x/modules/library/metadata/pom.xml 2011-12-20 10:26:36 UTC (rev 38436)
+++ branches/2.7.x/modules/library/metadata/pom.xml 2011-12-20 16:27:34 UTC (rev 38437)
@@ -140,15 +140,6 @@
<profiles>
<profile>
<id>gitinfo</id>
- <activation>
- <file>
- <!-- .git directory specified relative to working directory, so
- this profile only engaged when building from root. This is
- changed/fixed in maven 3, so when build server switches to
- maven 3 change this to '../../../.git' -->
- <exists>.git</exists>
- </file>
- </activation>
<build>
<plugins>
<plugin>
|