Repository: archiva Updated Branches: refs/heads/master 436b117e7 -> 63e9a40c0
svn stuff not needed anymore Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/4354b7be Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/4354b7be Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/4354b7be Branch: refs/heads/master Commit: 4354b7beb2b965e91fe0129bad43ef1e4403b2a8 Parents: 436b117 Author: Olivier Lamy <[email protected]> Authored: Wed Apr 1 11:16:05 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Wed Apr 1 11:16:05 2015 +1100 ---------------------------------------------------------------------- .../archiva-web/archiva-web-common/pom.xml | 84 -------------------- 1 file changed, 84 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/4354b7be/archiva-modules/archiva-web/archiva-web-common/pom.xml ---------------------------------------------------------------------- diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index b85ee99..4879170 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -543,88 +543,4 @@ </plugins> </build> - <profiles> - <profile> - <id>svn-1.7-buildnumber</id> - <activation> - <file> - <exists>../../../.svn/</exists> - <missing>.svn</missing> - </file> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>buildnumber-maven-plugin</artifactId> - <executions> - <execution> - <phase>generate-resources</phase> - <goals> - <goal>create</goal> - </goals> - </execution> - </executions> - <configuration> - <!-- Use committed revision so it does not change every time svn update is run --> - <useLastCommittedRevision>true</useLastCommittedRevision> - <!-- default revision number if unavailable --> - <revisionOnScmFailure>??????</revisionOnScmFailure> - <providerImplementations> - <svn>javasvn</svn> - </providerImplementations> - </configuration> - <dependencies> - <dependency> - <groupId>com.google.code.maven-scm-provider-svnjava</groupId> - <artifactId>maven-scm-provider-svnjava</artifactId> - <version>2.0.3</version> - </dependency> - <dependency> - <groupId>org.tmatesoft.svnkit</groupId> - <artifactId>svnkit</artifactId> - <version>1.7.5</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> - - </profile> - <profile> - <id>svn-buildnumber</id> - <activation> - <file> - <exists>.svn</exists> - </file> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>buildnumber-maven-plugin</artifactId> - <executions> - <execution> - <phase>generate-resources</phase> - <goals> - <goal>create</goal> - </goals> - </execution> - </executions> - <configuration> - <!-- Use committed revision so it does not change every time svn update is run --> - <useLastCommittedRevision>true</useLastCommittedRevision> - <!-- default revision number if unavailable --> - <revisionOnScmFailure>??????</revisionOnScmFailure> - <providerImplementations> - <svn>javasvn</svn> - </providerImplementations> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> - - </project>
