Create checksum and pom for maven repo

337 Views Asked by At

i have my Java application with maven distribution, and i need to create check sum e pom file for the jar in my repository.

I use Net-Beans to develop. Can someone help me?

1

There are 1 best solutions below

0
On

I use Apache ivy. Ivy understands how to download dependencies from Maven repositories and it can also be configured to publish artifacts there as well:

how to publish 3rdparty artifacts with ivy and nexus

It's an approach worth exploring if your looking for a pure ANT solution. You should also consider simply calling Maven to publish the jar as well. It has the ability to generate a POM on the fly.

Upload artifacts to Nexus, without Maven