maven-release-plugin
Maven - Error Releasing Code to GitHub (Hangs After Push)
I\'m attempting to run the mvn release:prepare goal and it\'s hanging after the push. Any idea what I could be doing wrong?[详细]
2023-01-06 21:29 分类:问答Maven Release Plugin with JAXB issues
We\'ve got a project set up to use the Maven Release Plugin which includes a phase that unpacks a JAR of XML schemas pulled from Artifactory and a phase that generates XJC classes. We\'re on maven rel[详细]
2023-01-03 18:55 分类:问答Unable to disable generation of sources JAR with maven-release-plugin
I am trying to release a web project using Maven 2.2.1 and the maven-release-plugin 2.0-beta-9, but it always fails when doing release:perform on generating the sources jar for the EAR project, which[详细]
2022-12-31 10:28 分类:问答How can I supply Maven release prepare information without prompts?
I want to automate the execution of Maven release:prepare with Perl so that the user doesn\'t have to answer the prompts for version names etc. Are there a -D arguments that can be supplied so that no[详细]
2022-12-30 20:33 分类:问答Listen to all Perforce commands made by my client machine to server
Is it possible to somehow listen to all perforce cammands issued from my ma开发者_运维百科chine to the perforce server?[详细]
2022-12-29 03:36 分类:问答Does maven-release-plugin push tags to remote Git repository?
When using the maven-release-plugin with Git, mvn release:prepare happily tags the release in the local repository.I\'d expect mvn release:perform to push the tags to the remote repository, but this d[详细]
2022-12-28 06:16 分类:问答mvn release:perform automatically specify scm tag that includes release version
I would like to setup my maven release to run in batch mode, but I\'m not a fan of the default scm tag ${artifactId}-${releaseVersion}.Instead, I\'d like to simply tag it with ${releaseVersion}; howev[详细]
2022-12-23 14:33 分类:问答In a Maven project, how can I automatically update the version all child modules, plus the parent?
I have a multi-module project. parent POM (1.0-SNAPSHOT) |-- module1 (1.0-SNAPSHOT) |-- module2 (1.0-SNAPSHOT)[详细]
2022-12-21 20:25 分类:问答Why does maven release plugin allow for SNAPSHOT version in dependency management?
We have 1 company parent pom. This usesdependencyManagement to manage the versions for all the dependencies of all the artifacts used.[详细]
2022-12-16 15:48 分类:问答