hello -i was wondering if anything existed in the 3.2.x series that offered anything along the lines of the lucene search plugin the 2.x series offers.
if that doesn't exist, could i use an aether library instead of a rest endpoint?
thanks!--
---jae
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CAMshyrtM4c-u%2BG8U%3DWo3q5QczRnyQYRWZ-iQ2%2B9QmH3n1LZ9hw%40mail.gmail.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
we use the endpoint as a way to query for the latest version of the artifact.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CAMshyrvMFiJEEvM2RV5Y5tzW-3Z7BK4tHg6S6ne0btsMngOrpg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/CAC16qPjDNEc9dPtsY31T%3DRmvJTY%3DcrWdNTNitHFni70LM4WYrg%40mail.gmail.com.
there seem to be conflicting pieces of documentation that say it's ok to use LATEST / RELEASE, it is ok to use them which is how i ended up with the lucene url.i've seen the resolve project and that article before.does the functionality described in the article exist in nexus 3 yet?
at the end of the day my requirement is to be able to resolve the latest released version of an artifact based soley on groupId, artifactId, and maybe a classifier in order to switch over to nexus 3.