From c63379efd023a0c94d0b34c1b84f300d4be46266 Mon Sep 17 00:00:00 2001 From: Fabio Zadrozny Date: Sun, 22 Oct 2023 08:23:26 -0300 Subject: [PATCH] Update signing --- pom.xml | 389 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 199 insertions(+), 190 deletions(-) diff --git a/pom.xml b/pom.xml index d2f7d17..5d0cdab 100644 --- a/pom.xml +++ b/pom.xml @@ -1,190 +1,199 @@ - - - - - 4.0.3 - 4.0.3 - UTF-8 - - - 3.9 - - 4.0.0 - org.brainwy.liclipsetext - parent - 2.5.0-SNAPSHOT - LiClipseText Build Parent - pom - - plugins - features - - - - - org.eclipse.tycho - tycho-maven-plugin - ${tycho-version} - true - - - org.eclipse.tycho - tycho-surefire-plugin - ${tycho-version} - - - - org.brainwy.liclipsetext.editor - org.brainwy.liclipsetext.shared_core - org.brainwy.liclipsetext.shared_ui - - false - false - true - -enableassertions - - - true - - - - - org.eclipse.tycho - target-platform-configuration - ${tycho-version} - - - - - eclipse-feature - org.brainwy.liclipsetext.feature - 0.0.0 - - - - - - linux - gtk - x86_64 - - - linux - gtk - x86 - - - win32 - win32 - x86_64 - - - win32 - win32 - x86 - - - macosx - cocoa - x86_64 - - - macosx - cocoa - aarch64 - - - - - - org.eclipse.tycho - tycho-versions-plugin - ${tycho-version} - - - org.eclipse.tycho - tycho-source-plugin - ${tycho-version} - - - plugin-source - - plugin-source - - - - - - - - - - sign-jars - - - ${env.SIGN_KEYSTORE} - - - - - - org.apache.maven.plugins - maven-jarsigner-plugin - 1.4 - - ${env.SIGN_KEYSTORE} - ${env.SIGN_STOREPASS} - ${env.SIGN_ALIAS} - ${env.SIGN_KEYPASS} - ${env.SIGN_STORETYPE} - ${env.SIGN_TSA} - true - - - - sign - - sign - - - - - - - - - - - p2 - orbit - https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ - - - p2 - 2023-09 - https://download.eclipse.org/releases/2023-09/ - - - + + + + + 4.0.3 + 4.0.3 + UTF-8 + + + 3.9 + + 4.0.0 + org.brainwy.liclipsetext + parent + 2.5.0-SNAPSHOT + LiClipseText Build Parent + pom + + plugins + features + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho-version} + + + + org.brainwy.liclipsetext.editor + org.brainwy.liclipsetext.shared_core + org.brainwy.liclipsetext.shared_ui + + false + false + true + -enableassertions + + + true + + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + + eclipse-feature + org.brainwy.liclipsetext.feature + 0.0.0 + + + + + + linux + gtk + x86_64 + + + linux + gtk + x86 + + + win32 + win32 + x86_64 + + + win32 + win32 + x86 + + + macosx + cocoa + x86_64 + + + macosx + cocoa + aarch64 + + + + + + org.eclipse.tycho + tycho-versions-plugin + ${tycho-version} + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + + plugin-source + + + + + + + + + + + + + + + sign-jars + + + + sign-release + true + + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 3.0.0 + + ${env.SIGN_KEYSTORE} + ${env.SIGN_STORETYPE} + ${env.SIGN_TSA} + ${env.SIGN_PROVIDER_CLASS} + ${env.SIGN_PROVIDER_ARG} + ${env.SIGN_STOREPASS} + ${env.SIGN_KEYPASS} + ${env.SIGN_ALIAS} + true + + + + sign + + sign + + + + + + + + + + + p2 + orbit + https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ + + + p2 + 2023-09 + https://download.eclipse.org/releases/2023-09/ + + +