Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.vex.projectplan/pom.xml')
-rw-r--r--org.eclipse.vex.projectplan/pom.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/org.eclipse.vex.projectplan/pom.xml b/org.eclipse.vex.projectplan/pom.xml
index 1c4ea8ba..b55d5f61 100644
--- a/org.eclipse.vex.projectplan/pom.xml
+++ b/org.eclipse.vex.projectplan/pom.xml
@@ -4,7 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.vex.projectplan</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.1.0-SNAPSHOT</version>
<name>The Eclipse Project Plan Plug-in</name>
<parent>
@@ -14,43 +13,4 @@
<relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
</parent>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <findbugsXmlOutput>true</findbugsXmlOutput>
- <failOnError>false</failOnError>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <targetJdk>1.5</targetJdk>
- <format>xml</format>
- <failOnViolation>false</failOnViolation>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>cpd-check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
</project>

Back to the top