Browse Source

Merge "Fix formatting of pom.xml"

stable-0.12
Shawn Pearce 14 years ago committed by Code Review
parent
commit
2c9a192505
  1. 2
      org.eclipse.jgit/pom.xml

2
org.eclipse.jgit/pom.xml

@ -141,6 +141,7 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
@ -157,6 +158,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>

Loading…
Cancel
Save