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:
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
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:
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