maven-deploy-plugin
maven-deploy-plugin copied to clipboard
Apache Maven Deploy Plugin
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MDEPLOY-306](https://issues.apache.org/jira/browse/MDEPLOY-306?redirect=false)** and commented On Windows OS, project with 500 modules fails build on final module with deployAtEnd set to true. ``` Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy (default-deploy) on...
**[Paul Gier](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pgier)** opened **[MDEPLOY-51](https://issues.apache.org/jira/browse/MDEPLOY-51?redirect=false)** and commented Allow the user to supply a user name password for a remote server when the deploy goal is called. Currently you have to add...
**[Gintas Grigelionis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gintas)** opened **[MDEPLOY-283](https://issues.apache.org/jira/browse/MDEPLOY-283?redirect=false)** and commented The configuration syntax for deployment of multiple files is ugly: \, \ and \ as unrelated comma-separated and repetitive (for types) lists. I would...
**[Pablo Alcaraz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pabloa)** opened **[MDEPLOY-214](https://issues.apache.org/jira/browse/MDEPLOY-214?redirect=false)** and commented a pom.xml file with: ```xml org.apache.maven.plugins maven-deploy-plugin 2.8.2 10 ``` ```html [INFO] Uploading: http://mvnrepository:8080/repository/ailive-central/com/mycompany/frontend-async/0.1.0-SNAPSHOT/frontend-async-0.1.0-20160927.211519-46-allinone.jar Sep 27, 2016 2:15:22 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute INFO: I/O exception...
**[raymond domingo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rdomingo)** opened **[MDEPLOY-131](https://issues.apache.org/jira/browse/MDEPLOY-131?redirect=false)** and commented When using the deploy goal there is no need to specify the url of the repository. When using deploy-file you DO need to specify...
Bumps `mavenVersion` from 4.0.0-rc-3 to 4.0.0-rc-5. Updates `org.apache.maven:maven-api-core` from 4.0.0-rc-3 to 4.0.0-rc-5 Updates `org.apache.maven:maven-api-di` from 4.0.0-rc-3 to 4.0.0-rc-5 Updates `org.apache.maven:maven-api-annotations` from 4.0.0-rc-3 to 4.0.0-rc-5 Updates `org.apache.maven:maven-api-model` from 4.0.0-rc-3 to 4.0.0-rc-5...
### New feature, improvement proposal We have a multi-module project where the parent module has no actual content, and references child modules to be built. When we use `mvn deploy`...