KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
maven-deployer-extension
★ 8
Open GitHub ↗
maven-deployer-extension
Download README (.md)
Explore Similar Repositories
docker-mecab
:
MeCab docker image based on alpine
pokegovenn.github.io
:
a venn diagram tracker for pokemon go
JustNotes
:
javaweb,android,node.js各种不错的项目汇总
cdn-webpack-plugin
:
No description available.
live
:
基于phpcms为基础的客户端(iOS、android)接口demo
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
maven-deployer-extension
?
Download (.md)
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 <extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd"> <extension> <groupId>com.soebes.maven.extensions</groupId> <artifactId>maven-deployer-extension</artifactId> <version>0.3.0</version> </extension> </extensions> ``` 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