From: <svn...@os...> - 2012-03-03 16:22:41
|
Author: jdeolive Date: 2012-03-03 08:22:35 -0800 (Sat, 03 Mar 2012) New Revision: 38601 Modified: branches/2.7.x/modules/library/metadata/pom.xml branches/2.7.x/pom.xml Log: GEOT-4042, removing git revision info plugin Modified: branches/2.7.x/modules/library/metadata/pom.xml =================================================================== --- branches/2.7.x/modules/library/metadata/pom.xml 2012-03-03 16:22:20 UTC (rev 38600) +++ branches/2.7.x/modules/library/metadata/pom.xml 2012-03-03 16:22:35 UTC (rev 38601) @@ -137,30 +137,4 @@ </resources> </build> - <profiles> - <profile> - <id>gitinfo</id> - <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: branches/2.7.x/pom.xml =================================================================== --- branches/2.7.x/pom.xml 2012-03-03 16:22:20 UTC (rev 38600) +++ branches/2.7.x/pom.xml 2012-03-03 16:22:35 UTC (rev 38601) @@ -1182,15 +1182,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> |