From 30bed302141b1bba1548e993e6efb867ba5ef6da Mon Sep 17 00:00:00 2001 From: Christoph Daniel Schulze Date: Sat, 9 Jun 2018 11:55:31 +0200 Subject: [PATCH] Build: Change plugin execution order. --- build/pom.xml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index 2b75314713..4e20abb95f 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -73,6 +73,31 @@ + + + + sign + + + + + org.eclipse.cbi.maven.plugins + eclipse-jarsigner-plugin + 1.1.3 + + + sign + verify + + sign + + + + + + + + maven-publish @@ -157,31 +182,6 @@ - - - - sign - - - - - org.eclipse.cbi.maven.plugins - eclipse-jarsigner-plugin - 1.1.3 - - - sign - verify - - sign - - - - - - - -