Maven release:prepare-with-pom non-interactive
问题 I'm trying to release a project with Maven. My project POM is containing -SNAPSHOT dependencies, so in order to perform the release automatically, I want to use the following maven command, based on the "maven-release-plugin" goals: mvn release:prepare-with-pom in order to prepare the project's pom.xml for releasing and resolve dependencies -SNAPSHOT versions automatically without edit them by hand. Unfortunately I found this is working only in interactive mode from command line. The idea is