From 0dc4b20643553def202e518c3f1bfc68a3f19b7e Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 6 Oct 2019 15:33:43 +0100 Subject: [PATCH] Add release plugin configuration We need to enable all of the OS-specific profiles so the version numbers of all the modules are bumped. In turn this means we need to avoid calling the verify target during release:prepare, as we can't build all the modules on any platform. Similarly, we can't actually call the deploy target during release:perform. We instead call `mvn -Prelease deploy` on each supported operating system/architecture manually. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 6306676..0d3b7f5 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,15 @@ + + org.apache.maven.plugins + maven-release-plugin + + release,mac,unix,windows + clean + + +