]> source.dussan.org Git - archiva.git/commitdiff
svn stuff not needed anymore
authorOlivier Lamy <olamy@apache.org>
Wed, 1 Apr 2015 00:16:05 +0000 (11:16 +1100)
committerOlivier Lamy <olamy@apache.org>
Wed, 1 Apr 2015 00:16:05 +0000 (11:16 +1100)
archiva-modules/archiva-web/archiva-web-common/pom.xml

index b85ee99d3f91f482a7bfa426717341c959ee9898..48791700baba8bf47386348b1e03dc3be5245aee 100644 (file)
     </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>