[jboss-cvs] JBossAS SVN: r74796 - projects/metadata/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 18 10:36:57 EDT 2008


Author: pgier
Date: 2008-06-18 10:36:57 -0400 (Wed, 18 Jun 2008)
New Revision: 74796

Modified:
   projects/metadata/trunk/pom.xml
Log:
Update the jboss-parent version.  Remove the jboss-deploy plugin config because it is no longer needed.

Modified: projects/metadata/trunk/pom.xml
===================================================================
--- projects/metadata/trunk/pom.xml	2008-06-18 14:33:03 UTC (rev 74795)
+++ projects/metadata/trunk/pom.xml	2008-06-18 14:36:57 UTC (rev 74796)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>4.0.CR1</version>
   </parent>
   <groupId>org.jboss.metadata</groupId>
   <artifactId>jboss-metadata</artifactId>
@@ -16,29 +16,19 @@
   <url>http://www.jboss.org</url>
   <description>The common JavaEE metadata classes</description>
   <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/metadata/trunk/</connection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/metadata/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/metadata/trunk/</developerConnection>
   </scm>
-  <licenses>
-    <license>
-      <name>lgpl</name>
-      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
-    </license>
-  </licenses>
-  <organization>
-    <name>JBoss, A division of Red Hat</name>
-    <url>http://www.jboss.org</url>
-  </organization>
 
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4.3</version>
         <configuration>
           <printSummary>true</printSummary>
           <disableXmlReport>false</disableXmlReport>
-          <testFailureIgnore>true</testFailureIgnore>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <includes>
             <include>**/*TestCase.java</include>
@@ -69,41 +59,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <!-- This profile allows hudson to skip the jboss-deploy step -->
-      <id>jboss-deploy</id>
-      <activation>
-        <property>
-          <name>!skip.jboss-deploy</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jboss-deploy-plugin</artifactId>
-            <version>1.5</version>
-            <executions>
-              <execution>
-                <id>jboss-deploy</id>
-                <goals>
-                  <goal>jboss-deploy</goal>
-                </goals>
-                <phase>deploy</phase>
-              </execution>
-            </executions>
-            <configuration>
-              <groupId>jboss</groupId>
-              <imports>
-                <jboss.common-core>2.2.1.GA,2.2.2.GA</jboss.common-core>
-              </imports>
-              <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-              <removeArtifactVersion>true</removeArtifactVersion>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 
   <!-- Compile Dependencies -->




More information about the jboss-cvs-commits mailing list