maven-deploy-plugin
maven-deploy-plugin copied to clipboard
Apache Maven Deploy Plugin
Bumps `mockitoVersion` from 5.12.0 to 5.13.0. Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.13.0 Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.13.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.13.0 2024-08-27 - 43...
Bumps `resolverVersion` from 1.9.22 to 1.9.23. Updates `org.apache.maven.resolver:maven-resolver-api` from 1.9.22 to 1.9.23 Release notes Sourced from org.apache.maven.resolver:maven-resolver-api's releases. 19.23 Release Notes - Maven Resolver - Version 1.9.23 ... (truncated) Commits...
**[mike duigou](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bondolo)** opened **[MDEPLOY-287](https://issues.apache.org/jira/browse/MDEPLOY-287?redirect=false)** and commented Deploying a file containing a pom requires you either extract the pom to use the -DpomFile option or repeat the artifact coordinates. Why not...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MDEPLOY-277](https://issues.apache.org/jira/browse/MDEPLOY-277?redirect=false)** and commented I have a script which deploys hundreds of static JARs to a Nexus repo. I use the deploy-file goal, which requires the **url** and **repositoryId**...
### New feature, improvement proposal Background: The plugin needs to update the `maven-metadata.xml` file. Hence it needs to download it from somewhere. This is what I call the "resolve" repo....
**[Michaël](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER305673)** opened **[MDEPLOY-318](https://issues.apache.org/jira/browse/MDEPLOY-318?redirect=false)** and commented hi, i'm using spring-boot, and upon updating to 3.2.6 i noticed that my parent pom was uploaded corrupted. `[FATAL] Non-parseable POM ~/.m2/repository/nl/intractief/intr-parent/7.1.5/intr-parent-7.1.5.pom: only whitespace content...
**[Claus Köll](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=c_koell)** opened **[MDEPLOY-323](https://issues.apache.org/jira/browse/MDEPLOY-323?redirect=false)** and commented We see the same problem as described in MINSTALL-160. Is it possible that you fix it also in MDEPLOY please .. --- **Affects:** 3.0.0-M1
**[Mário Doskoč](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER306996)** opened **[MDEPLOY-325](https://issues.apache.org/jira/browse/MDEPLOY-325?redirect=false)** and commented deploy-file _skip_ doesn't work as documented. ??releases: will skip if current version of the project is a release?? ??snapshots: will skip if current version...
**[Jörg Hohwiller](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hohwille)** opened **[MDEPLOY-266](https://issues.apache.org/jira/browse/MDEPLOY-266?redirect=false)** and commented There are many reasons why a deployment of maven artifacts can fail: * network error * error on server side in repo server *...
**[Alberto Gallardo](https://issues.apache.org/jira/secure/[email protected])** opened **[MDEPLOY-315](https://issues.apache.org/jira/browse/MDEPLOY-315?redirect=false)** and commented Rewrite [usage#the-deploy-deploy-mojo|[https://maven.apache.org/plugins/maven-deploy-plugin/usage.html#the-deploy-deploy-mojo ](https://maven.apache.org/plugins/maven-deploy-plugin/usage.html#the-deploy-deploy-mojo)] to clarify that the distributionManagement can be also configured without modifying the `pom`. Currently, the documentation states: > To enable this...