This is an automated email from the ASF dual-hosted git repository.
bmarwell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
from 4cb57b1 Bump mavenVersion from 3.9.12 to 3.9.13 (#663)
new d6c696e Add support for optional attach parameter to disable artifact
attachment
new 28bb374 Add integration test attach_skip to test jlink plugin
correctly skips attaching output artifacts when attach parameter set to false
new dc1ddc4 Refactor artifact attachment logic into separate method with
guard clauses
new 37a90c7 Apply Spotless formatting
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 5 +-
.../invoker.properties | 0
src/it/projects/attach_skip/pom.xml | 109 +++++++++++++++++++++
src/it/projects/attach_skip/verify.groovy | 92 +++++++++++++++++
.../org/apache/maven/plugins/jlink/JLinkMojo.java | 34 +++++--
5 files changed, 230 insertions(+), 10 deletions(-)
copy src/it/projects/{MJLINK-3_improveVerboseOutput =>
attach_skip}/invoker.properties (100%)
create mode 100644 src/it/projects/attach_skip/pom.xml
create mode 100644 src/it/projects/attach_skip/verify.groovy