1and1 / go-maven-poller

GoCD plugin that polls Maven repositories including Artifactory and Nexus
Other
9 stars 8 forks source link

Use maven-metadata.xml tag for version polling #13

Closed piotr-kaczmarczyk closed 7 years ago

piotr-kaczmarczyk commented 8 years ago

Implement additional parameter for polling latest version from specified tag inside maven-metadata.xml

The name of the tag can be configured in the GoCD UI. If there none tag specified or the specified tag can not be found in maven-metadata.xm, the poller behaves as before: look for all available versions and take the greatest one If one enters a tag name (e.g. release) the version inside this xml tag of maven-metadata.xml is taken.

iatanasov commented 7 years ago

Hi , Any chance getting this merged ?

bitionaire commented 7 years ago

@netdevfighter can you have a look? I don't have the permissions :)

netdevfighter commented 7 years ago

Thanks for contributed go-maven-poller. The new release 1.2.0 is ready for download.