Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2011-08-11 23:01:33 +0000
committerAlexander Kurtakov2011-08-11 23:02:04 +0000
commit2168cacb673f358578301521f763cc797153716c (patch)
treeb81ca51d8c37d7e20d534fd5ba56c8ee02cc86cf /gprof/org.eclipse.linuxtools.gprof
parent95506212fe49e94e646b20d8c27195b157d84942 (diff)
downloadorg.eclipse.linuxtools-2168cacb673f358578301521f763cc797153716c.tar.gz
org.eclipse.linuxtools-2168cacb673f358578301521f763cc797153716c.tar.xz
org.eclipse.linuxtools-2168cacb673f358578301521f763cc797153716c.zip
Make use of eclipse parent pom and delete not needed parts from build sections causing maven to show warnings.
Diffstat (limited to 'gprof/org.eclipse.linuxtools.gprof')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof/pom.xml b/gprof/org.eclipse.linuxtools.gprof/pom.xml
index 74f002e5bf..67fb6ba5b4 100644
--- a/gprof/org.eclipse.linuxtools.gprof/pom.xml
+++ b/gprof/org.eclipse.linuxtools.gprof/pom.xml
@@ -38,14 +38,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-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