You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2011/01/15 14:53:46 UTC

svn commit: r1059331 - /myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml

Author: matzew
Date: Sat Jan 15 13:53:45 2011
New Revision: 1059331

URL: http://svn.apache.org/viewvc?rev=1059331&view=rev
Log:
adding baseTag

Modified:
    myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml?rev=1059331&r1=1059330&r2=1059331&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml Sat Jan 15 13:53:45 2011
@@ -54,6 +54,17 @@
         <directory>${basedir}/src/main/resources</directory>
       </resource>
     </resources>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
 </project>