aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-web-common/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2015-04-01 11:16:05 +1100
committerOlivier Lamy <olamy@apache.org>2015-04-01 11:16:05 +1100
commit4354b7beb2b965e91fe0129bad43ef1e4403b2a8 (patch)
tree3bb94303b6ee00294edc584598e1799b63aa4e59 /archiva-modules/archiva-web/archiva-web-common/pom.xml
parent436b117e7f00525eb7d286363fbcaa50147401d7 (diff)
downloadarchiva-4354b7beb2b965e91fe0129bad43ef1e4403b2a8.tar.gz
archiva-4354b7beb2b965e91fe0129bad43ef1e4403b2a8.zip
svn stuff not needed anymore
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-web-common/pom.xml84
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>