[jboss-svn-commits] JBL Code SVN: r11843 - labs/jbossbuild/maven-build-test/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon May 14 09:41:56 EDT 2007


Author: pgier
Date: 2007-05-14 09:41:56 -0400 (Mon, 14 May 2007)
New Revision: 11843

Modified:
   labs/jbossbuild/maven-build-test/trunk/pom.xml
Log:


Modified: labs/jbossbuild/maven-build-test/trunk/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-05-14 12:59:50 UTC (rev 11842)
+++ labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-05-14 13:41:56 UTC (rev 11843)
@@ -1,9 +1,9 @@
 <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">
-  <parent>
+  <!--<parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
     <version>3-SNAPSHOT</version>
-  </parent>
+  </parent>-->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.maven.test</groupId>
   <artifactId>maven-build-test</artifactId>
@@ -29,12 +29,26 @@
         </executions>
         <inherited>true</inherited>
       </plugin>
-      <plugin>
+      <!--<plugin>
+        <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-test-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>test</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>-->
+      <!--<plugin>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
         </configuration>
-      </plugin>
+      </plugin>-->
       <!--<plugin>
         <groupId>jboss.maven-plugins</groupId>
         <artifactId>jboss-deploy-maven-plugin</artifactId>




More information about the jboss-svn-commits mailing list