-
Improvement
-
Resolution: Unresolved
-
Major
-
None
When using the "maven deploy artefact post-job", if in a module we configure a "skip" deployement via
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
this configuration is not take into account
I don't quite understand what you mean, all the maven-deployment-linker plugin does, is parsing the logfile for any uploads. It does not change any behavior of the maven execution. So if maven is still uploading stuff, then you have an issue with maven and not with this plugin.