Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imod/maven-moduleskipper-plugin

Maven Extension which is able to remove a project of the current reactor/build session if the same version is already deployed to a remote repository.
https://github.com/imod/maven-moduleskipper-plugin

Last synced: 26 days ago
JSON representation

Maven Extension which is able to remove a project of the current reactor/build session if the same version is already deployed to a remote repository.

Awesome Lists containing this project

README

        

maven-moduleskipper-plugin
==========================

Maven Extension which is able to remove a project of the current reactor/build session if
the same version is already deployed to a remote repository.
This is most useful if you have a multi module project where some artifacts have to be released with different classifiers
ans you don't want to fiddle around with the 'skip' option of the deploy plugin.

Please this in the parent pom

```xml



ch.fortysix.maven
maven-moduleskipper-plugin
0.0.1-SNAPSHOT



```

Per default the extension is called for all calls which contain at least the goal: 'deploy'.
The execution can be skipped with '-Dmoduleskipper.skip=true'