mirror of https://github.com/apache/archiva.git
try to make that working with svn 1.7
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1306254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99fdd9e7a0
commit
d9308af1bb
|
@ -254,6 +254,37 @@
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>svn-1.7-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>
|
||||||
|
<doCheck>false</doCheck>
|
||||||
|
<doUpdate>false</doUpdate>
|
||||||
|
<!--providerImplementations>
|
||||||
|
<svn>javasvn</svn>
|
||||||
|
</providerImplementations-->
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>svn-buildnumber</id>
|
<id>svn-buildnumber</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
|
Loading…
Reference in New Issue