mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 19:45:22 +02:00
Update Maven build.
Update findbugs and pmd maven plugins to latest version. Set the Maven prereq to 3.3.1 for CBI 1.1.4. Change-Id: I59d5a7eeff1cd2d378eb362141433818ea8fec0a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
d7958ccde5
commit
3bcef21c1d
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<prerequisites>
|
||||
<maven>3.1.1</maven>
|
||||
<maven>3.3.1</maven>
|
||||
</prerequisites>
|
||||
|
||||
<groupId>org.eclipse.tools.templates</groupId>
|
||||
|
@ -272,7 +272,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>3.0.4</version>
|
||||
<version>3.0.5</version>
|
||||
<configuration>
|
||||
<findbugsXmlOutput>true</findbugsXmlOutput>
|
||||
<failOnError>false</failOnError>
|
||||
|
@ -288,7 +288,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.7</version>
|
||||
<version>3.9</version>
|
||||
<configuration>
|
||||
<sourceEncoding>utf-8</sourceEncoding>
|
||||
<minimumTokens>100</minimumTokens>
|
||||
|
|
Loading…
Add table
Reference in a new issue