simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
141 stars 69 forks source link

Retrieve main artifact #15

Closed mosabua closed 9 years ago

mosabua commented 9 years ago

when the parameter asks for a classifier one.

E,g "com.google.inject:guice:jar:no_aop:3.0" should retrieve the no_aop as well as the normal jar. Currently it gets pom, sources, javadoc and classifier jar but not the main jar.

Might have to parse pom for packaging to determine what the main one actually is.

mosabua commented 9 years ago

Could potentially hack something in that assumes the main one is a jar for starters.