diff --git a/pom.xml b/pom.xml index 5b1542c2681..17c8736a731 100644 --- a/pom.xml +++ b/pom.xml @@ -15,30 +15,27 @@ 1.2.0 ${tycho-version} + 1.1.4 + 2.7 1.8 1.5 3.0.4 0.7.9 - 1.1.4 4.9-I-builds - http://download.eclipse.org/cbi/updates/license http://download.eclipse.org/eclipse/updates/${sdk-version} - http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository + http://download.eclipse.org/tools/orbit/I-builds/I20180829144012/repository/ http://download.eclipse.org/tools/cdt/builds/9.4 http://download.eclipse.org/tools/ptp/builds/remote/nightly/ http://download.eclipse.org/technology/swtbot/releases/latest/ - http://download.eclipse.org/staging/2018-09/ - - http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/ http://archive.eclipse.org/tm/updates/rxtx @@ -109,21 +106,15 @@ - - org.eclipse.tycho - tycho-maven-plugin - ${tycho-version} - true - + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + - - org.eclipse.tycho - tycho-maven-plugin - ${tycho-version} - true - org.eclipse.tycho target-platform-configuration @@ -173,6 +164,9 @@ tycho-compiler-plugin ${tycho-version} + -warn:+discouraged,forbidden + + UTF-8 @@ -200,7 +194,7 @@ org.eclipse.tycho.extras tycho-buildtimestamp-jgit - ${tycho-version} + ${tycho-extras-version} org.eclipse.tycho.extras @@ -269,84 +263,92 @@ jacoco-maven-plugin ${jacoco-version} - - - - org.eclipse.tycho.extras - tycho-pack200a-plugin - ${tycho-version} - - - pack200-normalize - verify - - normalize - - - - - - org.eclipse.cbi.maven.plugins - eclipse-jarsigner-plugin - ${eclipse-jarsigner-version} - - - sign - verify - - sign - - - - - - org.eclipse.tycho.extras - tycho-pack200b-plugin - ${tycho-version} - - - pack200-pack - verify - - pack - - - - - - - - org.eclipse.tycho - tycho-p2-plugin - ${tycho-version} - - - - - p2-metadata - package - - p2-metadata - - - - - false - - + + + eclipse-sign + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + true + + + + org.eclipse.tycho.extras + tycho-pack200a-plugin + ${tycho-extras-version} + + true + + + + pack200-normalize + + normalize + + verify + + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + ${cbi-plugins.version} + + + sign + + sign + + verify + + + + + org.eclipse.tycho.extras + tycho-pack200b-plugin + ${tycho-extras-version} + + true + + + + pack200-pack + + pack + + verify + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + p2-metadata + + p2-metadata + + package + + + + false + + + + + +