Questions tagged [versions-maven-plugin]

The Versions Plugin is used when you want to manage the versions of artifacts in a project's POM.

80 questions
0
votes
1 answer

How to make Maven Versions Plugin update-parent goal work with multi-module project

I'm using version 2.1 of the versions-maven-plugin. I have a source tree like the following: +-- JavaProjects +-- customs-deployment-support +-- pom.xml +-- pom.xml (a.k.a. base-parentpom) +-- Projects +-- customs-template …
0
votes
1 answer

How can I update the parent of a non-module with versions-maven-plugin?

I have a project x with several modules, as usual in Maven, x-api, x-impl etc. To keep things together, there is also a directory x-ear, which contains the EAR project, which will be deployed in the App Server. It's not part of the within…
eerriicc
  • 1,124
  • 4
  • 17
  • 29
0
votes
1 answer

Different behavior when running the Maven versions:use-latest-versions goal

The command I'm running is: mvn -U -e versions:use-latest-versions -Dincludes=com.test.engines:engines -DgenerateBackupPoms=false -DallowMajorUpdates=false -DallowMinorUpdates=false -DallowSnapshots=false I have, in my pom, a version such as…
samblake
  • 1,517
  • 3
  • 16
  • 33
0
votes
1 answer

versions-maven-plugin doesn't retrieve the latest version on nexus?

I am trying to use (partly successfully) the versions-maven-plugin to retrieve latest release/snapshot versions from my local and nexus repositories to update maven projects. When running this plugin to update versions, I have noticed the following…
Gogi
  • 1,695
  • 4
  • 23
  • 36
-1
votes
1 answer

Maven lastUpdated timestamps in maven-metadata.xml have been set to the future

I am using Maven 3.9.1 on Windows 10. I also use Eclipse EE 2023-03, which contains m2e (Eclipse's support for Maven). I am checking a POM for plugin version updates using the Versions Maven Plugin, but many aren't showing up even though another…
Garret Wilson
  • 18,219
  • 30
  • 144
  • 272
1 2 3 4 5
6