Hello,

I have some auto-update functionality built into an application, but I am looking to integrate it a bit with maven. I'd like to be able to export the latest snapshot to a location on our website where the updater can download it. I use nexus as my repo manager, but I have that locked down to require a login and I don't want to open this up. I want a simple public download URL.

Any suggestions on how I accomplish this? Can I just do a 'wget' against nexus to grab the latest snapshot and copy this to webserver? Is there a special "latest snapshot" link available in nexus or must I download the process the metadata to determine the latest one?

Perhaps I should just setup a simple no artifacts pom file which lists the artifact as a dependency and let that maven grab it for me?

Thanks!

-jr


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to