]> source.dussan.org Git - archiva.git/commitdiff
Specifying tagBase for maven-scm-plugin tags/archiva-parent-3@655257
authorJames William Dumay <jdumay@apache.org>
Sun, 11 May 2008 06:33:43 +0000 (06:33 +0000)
committerJames William Dumay <jdumay@apache.org>
Sun, 11 May 2008 06:33:43 +0000 (06:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@655257 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index e073c377bd44351145a7a15d73b05490b1e3d3c7..47319b6429a977d592f5030863fafcd8665223c8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>maven-site-plugin</artifactId>
           <version>2.0-beta-5</version>
         </plugin>
+               <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-scm-plugin</artifactId>
+                 <version>1.0</version>
+                 <configuration>
+                       <tagBase>https://svn.apache.org/repos/asf/archiva/tags/</tagBase>
+                 </configuration>
+               </plugin>
       </plugins>
     </pluginManagement>
   </build>