ksclarke / freelib-maven-plugins

Maven plugins for the FreeLibrary Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add plugin to get snapshot artifact URL

ksclarke opened this issue · comments

Add a plugin that given a Maven repo URL, artifact, group, and version will return a URL for the latest snapshot artifact. It should put this snapshot URL into a system property so that other plugins in the Maven build can access it.

Added LatestSnapshotURLMojo with set-snapshot-url Mojo name. The URL value is set in the build's properties as snapshot.url.