Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imod/maven-moduleskipper-plugin
- Owner: imod
- Created: 2012-09-01T18:11:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-01T18:17:00.000Z (about 12 years ago)
- Last Synced: 2023-03-11T17:33:19.181Z (over 1 year ago)
- Language: Java
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'