versions-maven-plugin Questions

2

Solved

I'm trying to use Versions Maven Plugin, together with spring-boot. Problem: when running versions:display-dependency-updates to autoecheck for latest dependencies, I'm not only getting the update...
Glauconite asked 10/9, 2018 at 14:21

4

Solved

How do you run maven with the versions plugin to update the version inside several pom.xml files and not get the annoying pom.xml.versionsBackup files? (I have my poms in version control, so I don'...
Splashy asked 12/4, 2013 at 18:17

2

Solved

As part of my release process, I use mvn versions:use-releases goal to replace all -SNAPSHOT dependencies with released versions. After this, I want to check if all the SNAPSHOT dependencies have b...
Prophylactic asked 30/6, 2016 at 3:56

2

I'm seeing some updates when I run the versions:display-plugin-updates but I found no way for the plugin to fix those. Am I just missing something? Here's the output: The following plugin updates...
Fujio asked 1/12, 2015 at 23:32

3

Solved

My goal is to release a project which have a single dependency. I have a nexus repository where i deploy both snapshot and release versions. The one dependency I have has group:artifact:1.1.0-SN...
Jackelinejackelyn asked 14/3, 2013 at 17:3

7

Solved

I have two top-level Maven projects, backend and frontend, that advance versions at their own individual pace. Since each has multiple modules, I define my dependency versions in dependencyManageme...
Orthoclase asked 30/7, 2014 at 10:29

1

Solved

I would like to set the version of a dependency in a POM from command line. Much like versions:set (for the version of the project), but for a specific dependency. I don't want to craft any XML s...
Jadwigajae asked 4/9, 2019 at 12:55

2

Solved

I am using the mvn versions:display-dependency-updates versions:display-plugin-updates goals to check for dependencies or plugins updates. My maven project is a multi module one, which looks like ...
Leukocyte asked 30/9, 2014 at 12:20

1

I'm trying to use the maven versions plugin to update my pom to the next snapshot version. eg. 0.0.1 should change to 0.0.2-SNAPSHOT. From my reading of http://www.mojohaus.org/versions-maven-plug...
Keelung asked 24/10, 2017 at 16:44

1

Solved

I'm facing the following error executing mvn versions:display-plugin-updates. Basing on this discussion, that was fixed in 2.6, but I'm using 2.7 (tried with 2.6 but with no success). [ERROR] Proj...
Scoles asked 12/11, 2018 at 18:13

4

Solved

I have a pom with the following GAV <groupId>com.company.services</groupId> <artifactId>test-branch-2</artifactId> <version>1.0.21-SNAPSHOT</version> I want t...

1

Solved

I'm defining plugin versions in the <pluginManagement> section of a parent POM and want to use them in the <plugins> section of submodules. This is working, unless the plugin is being ...
Rodney asked 16/9, 2016 at 15:27

1

Solved

I need change all snapshots dependency of my project before pass to release. I'm trying versions:use-releases from commandline mvn versions:use-releases, but it doesn't work for me. I'm using Nexus...
Pismire asked 4/5, 2016 at 8:41

2

Solved

I want to change the version of my multi module project with versions-maven-plugin and goal versions:set in Eclipse. I use M2Eclipse. I can set the new version with -DnewVersion=0.0.2-SNAPTSHOT in...
Crossness asked 1/12, 2015 at 14:55

4

Solved

Maven is 3.1.0. I'm using versions-maven-plugin:2.2 in my project's pom.xml (as shown below). Apart from the usual pom.xml file configuration, I'm just showing the main code snapshot below: <...

2

Solved

How can I add the Versions-Maven-Plugin to my Eclipse projects ?? I tried the Add Plugins menu option but it doesn't seem to be able to find the plugin.
Septuor asked 12/5, 2012 at 11:39

1

Solved

When running versions:use-latest-versions, it seems to ignore my includesList sepecified on the commandline and attempts to update all depdencies. mvn versions:use-latest-versions -DincludesList=...
Galleon asked 26/7, 2013 at 10:36

1

Would be great if Maven guru community can help me with the following task. I would like to automate the release process of Maven module in Hudson in a way that release process runs in batch mode ...
Consume asked 10/5, 2012 at 19:35
1

© 2022 - 2024 — McMap. All rights reserved.