[jboss-svn-commits] JBL Code SVN: r20533 - labs/jbossbuild/jboss-parent/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 16 10:08:22 EDT 2008


Author: pgier
Date: 2008-06-16 10:08:22 -0400 (Mon, 16 Jun 2008)
New Revision: 20533

Modified:
   labs/jbossbuild/jboss-parent/trunk/pom.xml
Log:
Remove trailing slash from svn urls.  Add tagbase to release plugin.

Modified: labs/jbossbuild/jboss-parent/trunk/pom.xml
===================================================================
--- labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-16 14:01:02 UTC (rev 20532)
+++ labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-16 14:08:22 UTC (rev 20533)
@@ -29,8 +29,8 @@
   </issueManagement>
   
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/trunk/</connection>    
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/trunk/</developerConnection>   
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/trunk</connection>    
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/trunk</developerConnection>   
   </scm>
   
   <licenses>
@@ -60,7 +60,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-alpha-3</version>
         <executions>
           <execution>
             <id>enforce-plugin-versions</id>
@@ -70,7 +70,7 @@
             <configuration>
               <rules>
                 <requirePluginVersions>
-                  <message>Best Practice is to always define plugin versions!</message>
+                  <message>All plugin versions must be specified.</message>
                   <banLatest>true</banLatest>
                   <banRelease>true</banRelease>
                   <banSnapshots>false</banSnapshots>
@@ -83,17 +83,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-6</version>
+        <version>2.0-beta-7</version>
         <configuration>
-          <!-- The tagBase property is needed during the release process so that the maven release plugin
-          -  will create the tag in the appropriate svn location. If the svn location is the default 
-          -  of "../tags" then we don't need to specify the tagBase. -->
-          
-          <!--<tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/tags/</tagBase>-->
-          
-          <!-- We don't want to use the default release profile because it creates javadoc jars for the repo.
-          
-          -  Since we include source jars in the repo, we don't need the javadoc jars. -->
+          <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/tags</tagBase>
           <useReleaseProfile>false</useReleaseProfile>
         </configuration>
         <inherited>true</inherited>




More information about the jboss-svn-commits mailing list