pom cleanup

Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/f5b0c6cb
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/f5b0c6cb
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/f5b0c6cb

Branch: refs/heads/master
Commit: f5b0c6cbd9b05df8e7186728b9afb2643e6b4bc5
Parents: 59ff7f1
Author: Olivier Lamy <ol...@apache.org>
Authored: Sat Jun 29 18:07:44 2013 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Sat Jun 29 18:07:44 2013 +1000

----------------------------------------------------------------------
 pom.xml | 36 +++++++++++++-----------------------
 1 file changed, 13 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/f5b0c6cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b8f5e0..4bf55c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,8 @@
   ~ under the License.
   -->
 
-<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/xsd/maven-4.0.0.xsd";>
+<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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -52,12 +53,12 @@
       <artifactId>maven-scm-provider-gittest</artifactId>
       <scope>test</scope>
     </dependency>
-    
-       <dependency>
-           <groupId>org.eclipse.jgit</groupId>
-           <artifactId>org.eclipse.jgit</artifactId>
-           <version>2.3.1.201302201838-r</version>
-       </dependency>
+
+    <dependency>
+      <groupId>org.eclipse.jgit</groupId>
+      <artifactId>org.eclipse.jgit</artifactId>
+      <version>2.3.1.201302201838-r</version>
+    </dependency>
   </dependencies>
 
   <build>
@@ -72,20 +73,9 @@
             <goals>
               <goal>generate-metadata</goal>
             </goals>
-          </execution>        
-        </executions>        
-      </plugin>      
-<!--       <plugin> -->
-<!--         <groupId>org.codehaus.plexus</groupId> -->
-<!--         <artifactId>plexus-maven-plugin</artifactId> -->
-<!--         <executions> -->
-<!--           <execution> -->
-<!--             <goals> -->
-<!--               <goal>descriptor</goal> -->
-<!--             </goals> -->
-<!--           </execution> -->
-<!--         </executions> -->
-<!--       </plugin>       -->
+          </execution>
+        </executions>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -94,8 +84,8 @@
           <target>1.5</target>
         </configuration>
       </plugin>
-      
+
     </plugins>
   </build>
-  
+
 </project>

Reply via email to