-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
New feature, improvement proposal
utility to detect if a Maven module is installed deployed or not, to be able to change a plugin goal's behaviour if the module being built is just a transient reactor-level only module, or a module that really deploy to remote repository of r future external
to consolidate what is done:
- in https://github.com/apache/maven-artifact-plugin/blob/master/src/main/java/org/apache/maven/plugins/artifact/buildinfo/PluginUtil.java
- and https://github.com/CycloneDX/cyclonedx-maven-plugin/blob/master/src/main/java/org/cyclonedx/maven/BaseCycloneDxMojo.java#L603
with current addition of a new case CycloneDX/cyclonedx-maven-plugin#604
why in maven-archiver?
This is not really an archiving feature. Putting this code here is just because it's another case where we analyze plugin configuration to detect facts on the build process, like we do in https://github.com/apache/maven-archiver/blob/master/src/main/java/org/apache/maven/shared/archiver/BuildHelper.java around maven-compiler-plugin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request