diff options
author | Olivier Lamy <olamy@apache.org> | 2015-04-01 11:16:05 +1100 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-04-01 11:16:05 +1100 |
commit | 4354b7beb2b965e91fe0129bad43ef1e4403b2a8 (patch) | |
tree | 3bb94303b6ee00294edc584598e1799b63aa4e59 /archiva-modules | |
parent | 436b117e7f00525eb7d286363fbcaa50147401d7 (diff) | |
download | archiva-4354b7beb2b965e91fe0129bad43ef1e4403b2a8.tar.gz archiva-4354b7beb2b965e91fe0129bad43ef1e4403b2a8.zip |
svn stuff not needed anymore
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index b85ee99d3..48791700b 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> |