From dac8f35b39acfbd76d5ad9608d63f3a0e503d64f Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Sun, 28 May 2023 22:14:57 +0200 Subject: [PATCH] Fix maven-source-plugin configuration for release Else, an error reporting the plugin is run twice is shown. Fixes #644 --- CHANGELOG.adoc | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f7717e23..be26293d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -25,6 +25,10 @@ Improvements:: * Reimplement resource copy using 'plexus.util.DirectorScanner' instead of 'maven-filtering' to reduce dependencies and build time (#597) * Set minimal Maven version to v3.8.5 (#629) +Build / Infrastructure:: + + * Fix maven-source-plugin configuration for releases (#644) + Documentation:: * Add v3.x.x migration guide (#598) diff --git a/pom.xml b/pom.xml index e8e87467..69c16d23 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,7 @@ attach-sources - jar + jar-no-fork