Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-04-15 23:41:18 +0000
committerMatthias Sohn2011-04-18 16:02:38 +0000
commitc10f9ff2553f475c98e8312d90b01c9a3582725f (patch)
tree20b446deeed4aefaa20704cfb580ec6def479537 /org.eclipse.egit.core
parent3db1bd588cec74c4108d4c223a4606d1e3b491e0 (diff)
downloadegit-c10f9ff2553f475c98e8312d90b01c9a3582725f.tar.gz
egit-c10f9ff2553f475c98e8312d90b01c9a3582725f.tar.xz
egit-c10f9ff2553f475c98e8312d90b01c9a3582725f.zip
Make running static checks configurable in maven build
In order to run the static checks, e.g. against indigo run: mvn -P platform-indigo,static-checks clean install Change-Id: I39e5adbd305a5f393267adf5609e62f9ad254b6f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.core')
-rw-r--r--org.eclipse.egit.core/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/org.eclipse.egit.core/pom.xml b/org.eclipse.egit.core/pom.xml
index 2f752afc08..74c19e4984 100644
--- a/org.eclipse.egit.core/pom.xml
+++ b/org.eclipse.egit.core/pom.xml
@@ -40,14 +40,6 @@
<groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-source-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
</plugins>
</build>

Back to the top