Author: jochen
Date: Wed Dec 28 04:22:53 2005
New Revision: 359492
URL: http://svn.apache.org/viewcvs?rev=359492&view=rev
Log:
Added the tagBase definition, which is required by the maven release plugin.
Modified:
webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
URL:
http://svn.apache.org/viewcvs/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml?rev=359492&r1=359491&r2=359492&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Wed Dec 28
04:22:53 2005
@@ -104,6 +104,13 @@
<attach>true</attach>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+
<tagBase>scm:svn:https://svn.apache.org/repos/asf/webservices/jaxme/tags/</tagBase>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]