user2400564
user2400564

Reputation: 4807

How to continue the maven release:perfom from the failed point

Can u please any one suggest how to continue the maven release:perform from the failed point.

Since the some of the jars got uploaded in the nexus. We need to continue the build fromt he failed point. If we start from the first, we will get 400 error.

So please suggest how to continue the release:perfrom from the failed point?

Thanks in advance.

Regarsds, Karthik

Upvotes: 0

Views: 648

Answers (1)

khmarbaise
khmarbaise

Reputation: 97399

If you have already artifacts in Nexus you need to manually delete those artifacts and afterwards restart with:

mvn release:perform

And furthermore i would really analyze why the build has failed and what the root cause was.

Upvotes: 1

Related Questions