Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2017-05-10 01:08:10 +0000
committerDavid Pursehouse2017-05-11 23:30:45 +0000
commitdecb6d01cc5330092b7e0f0a5394baf3eee01074 (patch)
tree17faee97ecefdbdd7a4865a82107f89d80699e2e /org.eclipse.jgit.lfs.server/pom.xml
parent33bbbc3c77eeee37a7b3d233f3c7be904948c5e7 (diff)
downloadjgit-decb6d01cc5330092b7e0f0a5394baf3eee01074.tar.gz
jgit-decb6d01cc5330092b7e0f0a5394baf3eee01074.tar.xz
jgit-decb6d01cc5330092b7e0f0a5394baf3eee01074.zip
Remove unused clirr-maven-plugin from LFS pom.xml files
Change-Id: I7252b6c89d91ac675c0e02e4d17ba0212b617098 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.server/pom.xml')
-rw-r--r--org.eclipse.jgit.lfs.server/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/org.eclipse.jgit.lfs.server/pom.xml b/org.eclipse.jgit.lfs.server/pom.xml
index 9d487ae74f..4310941822 100644
--- a/org.eclipse.jgit.lfs.server/pom.xml
+++ b/org.eclipse.jgit.lfs.server/pom.xml
@@ -140,25 +140,6 @@
</archive>
</configuration>
</plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>${clirr-version}</version>
- <configuration>
- <comparisonVersion>${jgit-last-release-version}</comparisonVersion>
- <minSeverity>info</minSeverity>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
</project>

Back to the top