From: <svn...@os...> - 2012-03-03 16:22:26
|
Author: jdeolive Date: 2012-03-03 08:22:20 -0800 (Sat, 03 Mar 2012) New Revision: 38600 Modified: trunk/modules/library/metadata/pom.xml trunk/pom.xml Log: GEOT-4042, removing git revision info plugin Modified: trunk/modules/library/metadata/pom.xml =================================================================== --- trunk/modules/library/metadata/pom.xml 2012-03-03 14:24:31 UTC (rev 38599) +++ trunk/modules/library/metadata/pom.xml 2012-03-03 16:22:20 UTC (rev 38600) @@ -137,39 +137,4 @@ </resources> </build> - <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> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> - <executions> - <execution> - <phase>generate-resources</phase> - <goals> - <goal>revision</goal> - </goals> - </execution> - </executions> - <configuration> - <generateGitPropertiesFile>true</generateGitPropertiesFile> - <generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> - </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-03 14:24:31 UTC (rev 38599) +++ trunk/pom.xml 2012-03-03 16:22:20 UTC (rev 38600) @@ -1284,15 +1284,6 @@ </configuration> </plugin> - <!-- ======================================================= --> - <!-- Git revision info. --> - <!-- ======================================================= --> - <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> - <version>1.9</version> - </plugin> - </plugins> </build> |