1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Update build to use Tycho 0.19.

This is critical if one builds with Maven 3.1.x locally as older
Tycho versions do not work with latest Maven due to org.sonatype to
org.eclipse Aether package change.
Also maven plugins updated to later versions to prevent other possible
incompatibilities with latest Maven.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2013-11-26 11:01:05 +02:00
parent 4d53ce0c98
commit 2adb7b95ce

View file

@ -16,7 +16,7 @@
<properties>
<eclipse-release>luna</eclipse-release>
<tycho-version>0.17.0</tycho-version>
<tycho-version>0.19.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<platform-version>4.4milestones</platform-version>
<platform-site>http://download.eclipse.org/eclipse/updates/${platform-version}</platform-site>
@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.1</version>
<version>2.6</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
@ -160,12 +160,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
<version>1.7</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>
<version>2.5.3</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>
@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.5</version>
<version>3.0.1</version>
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>