[jboss-cvs] JBossAS SVN: r64609 - projects/test/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 15 14:37:47 EDT 2007


Author: pgier
Date: 2007-08-15 14:37:47 -0400 (Wed, 15 Aug 2007)
New Revision: 64609

Modified:
   projects/test/trunk/pom.xml
Log:
Removing retro compile (retroing will be done in a separate pom.xml).  Other minor cleanup.

Modified: projects/test/trunk/pom.xml
===================================================================
--- projects/test/trunk/pom.xml	2007-08-15 16:47:06 UTC (rev 64608)
+++ projects/test/trunk/pom.xml	2007-08-15 18:37:47 UTC (rev 64609)
@@ -12,7 +12,7 @@
   <packaging>jar</packaging>
   <name>JBoss Test</name>
   <version>1.0.4-SNAPSHOT</version>
-  <description>JBoss Test</description>
+  <description>Common test support classes</description>
   <url>http://www.jboss.org</url>
   <scm>
     <developerConnection>https://svn.jboss.org/repos/jbossas/projects/test/trunk</developerConnection>
@@ -24,19 +24,8 @@
         <artifactId>jboss-deploy-maven-plugin</artifactId>
       </plugin>
       <plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-retro-maven-plugin</artifactId>
-        <version>0.5</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>retro-compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <!-- To call this plugin, use mvn assembly:assembly -->
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.2-beta-1</version>
         <configuration>
@@ -44,7 +33,6 @@
             <descriptor>src/main/assembly/dist.xml</descriptor>
           </descriptors>
         </configuration>
-        <inherited>false</inherited>
       </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>        
@@ -55,39 +43,16 @@
         </plugin>
     </plugins>
   </build>
-  <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshots Repository</name>
-      <layout>default</layout>
-      <url>http://snapshots.jboss.org/maven2/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
   <dependencies>
     <dependency>
-      <groupId>org.apache.ant</groupId>
+      <groupId>ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.7.0</version>
+      <version>1.6.5</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.ant</groupId>
+      <groupId>ant</groupId>
       <artifactId>ant-junit</artifactId>
-      <version>1.7.0</version>
+      <version>1.6.5</version>
     </dependency>
     <dependency>
       <groupId>jboss</groupId>
@@ -119,5 +84,5 @@
       <artifactId>log4j</artifactId>
       <version>1.2.14</version>
     </dependency>
-  </dependencies>
+  </dependencies>  
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list