0

I have a non maven project whose binaries get deployed to Nexus. I used gradle's maven plugin to create the artifacts and publish it to Nexus

Now, the trouble is how do I promote this artifacts to release in Nexus? I tried looking up the M2 release plugin for jenkins but it looks for the pom file in my source code.

pg17
  • 41
  • 1
  • 2

1 Answers1

0

There are a number of Gradle examples including usage with the Nexus staging suite in the Nexus book examples and eval guide.

Manfred Moser
  • 29,539
  • 13
  • 92
  • 123