https://github.com/khmarbaise/maven-deployer-extension
maven-deployer-extension
https://github.com/khmarbaise/maven-deployer-extension
java maven maven-extension
Last synced: 4 months ago
JSON representation
maven-deployer-extension
- Host: GitHub
- URL: https://github.com/khmarbaise/maven-deployer-extension
- Owner: khmarbaise
- License: apache-2.0
- Created: 2016-09-05T06:45:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:20:57.000Z (about 3 years ago)
- Last Synced: 2025-03-31T06:32:09.559Z (over 1 year ago)
- Topics: java, maven, maven-extension
- Language: Java
- Homepage: https://khmarbaise.github.io/maven-deployer-extension
- Size: 620 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Maven Deployer Extension
========================
[](http://www.apache.org/licenses/)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.soebes.maven.extensions%22%20a%3A%22maven-deployer-extension%22)
Overview
--------
The idea of the extension is to handle `installAtEnd` of the [maven-install-plugin][maven-install-plugin]
and the `deployAtEnd` of the [maven-deploy-plugin][maven-deploy-plugin] correctly. The problem in the
[maven-deploy-plugin] and/or [maven-install-plugin] is simply this will not work
correctly if you use other plugins which define their own lifecycle (for example
Eclipse Tycho etc.).
If you like to use this extension in relationship with Maven 3.3.1+ you
can define the following `.mvn/extensions.xml` file:
``` xml
com.soebes.maven.extensions
maven-deployer-extension
0.3.0
```
Announcement
------------
Starting with release 0.3.0 the deployer extension will create no more checksum if you do
`mvn install`. This will be done if you do a `mvn deploy`.
License
-------
[Apache License, Version 2.0, January 2004](http://www.apache.org/licenses/)
Status
------
* PoC
[maven-install-plugin]: https://maven.apache.org/plugins/maven-install-plugin/install-mojo.html#installAtEnd
[maven-deploy-plugin]: http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd