Upgrade Antrun and Tycho Plugin

Antrun Plugin
As this is needed for native2ascii to work anyway, it is preferable to use the same Version in the whole Project.

In the Root-POM (location: birt) add to the properties-Section:

<antrun.version>3.0.0</antrun.version>

This Maven-Property is going to be used throughout the whole build environment.

In all POM-Files with the occurrence of maven-antrun-plugin, set the property:

<version>${antrun.version}</version>

Please note that the parameter <tasks> has been removed from the plugin configuration: use <target> instead
You’ll find more information on https://maven.apache.org/plugins/maven-antrun-plugin/.

Tycho Plugin
In the Root-POM (location: birt) add to the properties-Section:

<tycho.version>2.2.0</tycho.version>

This Maven-Property is going to be used throughout the whole build environment.

Still in the Root-POM, search for the tycho-compiler-plugin and add the following to the configuration-section:

<deriveReleaseCompilerArgumentFromTargetLevel>false</deriveReleaseCompilerArgumentFromTargetLevel>

0 Kommentare

Schreiben Sie einen Kommentar

Avatar placeholder

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert