simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
137 stars 66 forks source link

More robust validation of artifactCoordinates parameter #10

Open mosabua opened 9 years ago

mosabua commented 9 years ago

Kind of optional ... have to run some tests on how bad it crashes out or misbehaves..

mosabua commented 9 years ago

Maybe have some more specific error message about malformed artifact parameter in addition to spitting out the whole help upon validation issues.

mosabua commented 7 years ago

E.g. I found that is is possible to swap packaging and classifier accidentally which silently proceeds. Maybe I should at least log the interpreted values for all GAV parameters.