hcoles / classycle-maven-plugin

Simple maven plugin for classycle
3 stars 3 forks source link

Change plugin name #3

Closed achingbrain closed 9 years ago

achingbrain commented 10 years ago

If you name the plugin classycle-maven-plugin instead of classycle the you can use the form:

mvn classycle:analyse

instead of the longer:

mvn org.pitest:classycle:analyse

It's a minor change so I'm happy to submit a pull request for this if preferable.

hcoles commented 10 years ago

Thanks - that sounds like a good change. I wasn't aware of the naming convention.