From 384554faa11a0a49b12d1c2d08fd3dfc0141cbd7 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Wed, 19 Jan 2022 04:54:26 +0100 Subject: [PATCH] Move "shade" plugin to a profile (POM). Cf. https://markmail.org/message/xvsc75mt6fpz2k65 --- commons-math-examples/pom.xml | 78 +++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 35 deletions(-) diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml index e182af04a..595491f5c 100644 --- a/commons-math-examples/pom.xml +++ b/commons-math-examples/pom.xml @@ -99,6 +99,7 @@ + @@ -111,43 +112,50 @@ - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - ${uberjar.name} - true - - - ${project.mainClass} - - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - - - + + + commons-math-examples + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + ${uberjar.name} + true + + + ${project.mainClass} + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + + + + examples-sofm