I'm wring mojo to download artifact from repo (Nexus). But most of the time I know only artifact Id , and version. Is there any way to download artifact only using artifact Id and group id?
Asked
Active
Viewed 99 times
1 Answers
0
The first things which is comming into my mind? Why don't you using the maven-dependency-plugin furthermore is does not make sense to download an artifact only based on groupId and artifactId, cause in Maven an artifact is identified by groupId, artifactId and version otherwise it's not unique. Otherwise it would be possible to use the REST API of nexus to a search for a list of artifacts.

khmarbaise
- 92,914
- 28
- 189
- 235