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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 8 09:31:29 EDT 2007


Author: pgier
Date: 2007-06-08 09:31:29 -0400 (Fri, 08 Jun 2007)
New Revision: 12411

Modified:
   labs/jbossbuild/jboss-parent/trunk/pom.xml
Log:
Removing the call to purge local repository.

Modified: labs/jbossbuild/jboss-parent/trunk/pom.xml
===================================================================
--- labs/jbossbuild/jboss-parent/trunk/pom.xml	2007-06-08 13:00:55 UTC (rev 12410)
+++ labs/jbossbuild/jboss-parent/trunk/pom.xml	2007-06-08 13:31:29 UTC (rev 12411)
@@ -9,14 +9,14 @@
   - </parent>
   -
   - To build this project, maven 2 should be installed and "mvn" should be in the system path.  
-  - From the command line, run "mvn install".  This will run the default build goal "install".
+  - From the command line, run "mvn install".  This will run the build goal "install".
  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss</groupId>
-  <version>3-SNAPSHOT</version>
+  <version>3</version>
   <artifactId>jboss-parent</artifactId>
   <packaging>pom</packaging>
   <name>JBoss Parent POM</name>
@@ -151,20 +151,8 @@
           <plugin>
             <inherited>true</inherited>
             <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-dependency-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>purge-local-repository</goal>
-                </goals>
-                <phase>validate</phase>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <inherited>true</inherited>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
+            <version>2.3</version>
             <configuration>
               <updateReleaseInfo>true</updateReleaseInfo>
             </configuration>




More information about the jboss-svn-commits mailing list