You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2006/11/18 06:05:24 UTC

svn commit: r476440 - /geronimo/server/trunk/maven-plugins/testsuite-maven-plugin/pom.xml

Author: prasad
Date: Fri Nov 17 21:05:23 2006
New Revision: 476440

URL: http://svn.apache.org/viewvc?view=rev&rev=476440
Log:
* beautify pom

Modified:
    geronimo/server/trunk/maven-plugins/testsuite-maven-plugin/pom.xml

Modified: geronimo/server/trunk/maven-plugins/testsuite-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/maven-plugins/testsuite-maven-plugin/pom.xml?view=diff&rev=476440&r1=476439&r2=476440
==============================================================================
--- geronimo/server/trunk/maven-plugins/testsuite-maven-plugin/pom.xml (original)
+++ geronimo/server/trunk/maven-plugins/testsuite-maven-plugin/pom.xml Fri Nov 17 21:05:23 2006
@@ -22,6 +22,7 @@
 
 <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>
 
     <parent>
@@ -31,11 +32,13 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     
+
     <artifactId>testsuite-maven-plugin</artifactId>
     <name>Geronimo Maven2 Plugins :: Testsuite Plugin</name>
     <packaging>maven-plugin</packaging>
     
-    <description> Plugin to help Geronimo testsuite </description>
+
+    <description> Plugin to help Geronimo testsuite</description>
 
     <dependencies>
 
@@ -44,19 +47,19 @@
             <artifactId>plugin-support</artifactId>
         </dependency>
         <dependency>
-          <groupId>org.apache.maven.reporting</groupId>
-          <artifactId>maven-reporting-api</artifactId>
-          <version>2.0</version>
+            <groupId>org.apache.maven.reporting</groupId>
+            <artifactId>maven-reporting-api</artifactId>
+            <version>2.0</version>
         </dependency>
         <dependency>
-          <groupId>org.apache.maven.reporting</groupId>
-          <artifactId>maven-reporting-impl</artifactId>
-          <version>2.0</version>
+            <groupId>org.apache.maven.reporting</groupId>
+            <artifactId>maven-reporting-impl</artifactId>
+            <version>2.0</version>
         </dependency>
         <dependency>
-          <groupId>jtidy</groupId>
-          <artifactId>jtidy</artifactId>
-          <version>8.0-SNAPSHOT</version>
+            <groupId>jtidy</groupId>
+            <artifactId>jtidy</artifactId>
+            <version>8.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
@@ -71,7 +74,7 @@
         </plugins>
     </build>
 
-     <repositories>
+    <repositories>
         <repository>
             <id>jtidy.sourceforge</id>
             <url>http://jtidy.sourceforge.net/snapshots</url>
@@ -83,5 +86,6 @@
         </repository>
     </repositories>
     
+
 </project>