We are working on building java application using azure Devops ci pipeline & trying to achieve following:

Mallu, Nagendra Reddy (CW) 1 Reputation point
2022-08-18T07:26:32.62+00:00

Hi Team,
We are working on building java application using azure Devops ci pipeline & trying to achieve following:

  1. Create the azure Devops ci pipeline for java, which will create & upload release jar files to nexus release repository.
    e.g. pom.xml has snapshot version “1.0.93-SNAPSHOT”, we need jars created as <filename>-1.0.93.jar and upload it to nexus release repository 2. Project has four sub modules. With this build, pom.xml should get modified with next snapshot version, in this case with 1.0.94-SNAPSHOT and get checked in into Github repository.

getting below error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project compliancevalidationlibraries: You don't have a SNAPSHOT project in the reactor projects list. -> [Help 1]
[ERROR]

Kindly help us to achieve this requirements.

Thanks in advance

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,796 questions
{count} votes