[jboss-svn-commits] JBL Code SVN: r12935 - labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 28 16:03:24 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-06-28 16:03:24 -0400 (Thu, 28 Jun 2007)
New Revision: 12935

Modified:
   labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml
Log:
fleshed out pom.xml

Modified: labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml	2007-06-28 19:51:35 UTC (rev 12934)
+++ labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml	2007-06-28 20:03:24 UTC (rev 12935)
@@ -12,9 +12,38 @@
     <packaging>maven-plugin</packaging>
 
     <name>Test Environment Extension Plugin</name>
-    <description>Plugin for extending test environment via configuration
-    </description>
+    <description>Plugin for extending test environment classpath</description>
+    <url>http://jboss.org</url>
 
+    <developers>
+        <developer>
+            <name>Steve Ebersole</name>
+            <email>steve at hibernate.org</email>
+            <organization>JBoss, a division of Red Hat</organization>
+            <organizationUrl>http://jboss.com</organizationUrl>
+            <timezone>-5</timezone>
+        </developer>
+    </developers>
+
+    <licenses>
+        <license>
+            <name>GNU Lesser General Public License</name>
+            <url>http://www.gnu.org/copyleft/lesser.html</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <scm>
+        <connection>scm:svn:https://svn.labs.jboss.org/labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin</connection>
+        <developerConnection>scm:svn:https://svn.labs.jboss.org/labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin</developerConnection>
+        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/labs/labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/</url>
+    </scm>
+
+    <issueManagement>
+       <system>jira</system>
+       <url>http://jira.jboss.com/jira/browse/JBBUILD</url>
+    </issueManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>
@@ -70,6 +99,10 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jxr-plugin</artifactId>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+            </plugin>
         </plugins>
     </reporting>
 




More information about the jboss-svn-commits mailing list