jfrog / artifactory-maven-plugin

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.
https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin
Apache License 2.0
24 stars 26 forks source link

Allow plugin to be inherited #6

Closed markrekveld closed 3 years ago

markrekveld commented 3 years ago

This change allows the plugin to be configured in a parent pom and be applied without the need to add the plugin to its build definition. It also wraps any existing ExecutionListener in the MavenExecutionRequest so that also get executed. This is especially useful for the org.apache.maven.cli.event.ExecutionEventLogger.

yahavi commented 3 years ago

recheckcla

github-actions[bot] commented 3 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️

markrekveld commented 3 years ago

I have read the CLA Document and I hereby sign the CLA

markrekveld commented 3 years ago

recheckcla

markrekveld commented 3 years ago

Your welcome @yahavi and thanks for merging the PR!