Closed achingbrain closed 9 years ago
If you name the plugin classycle-maven-plugin instead of classycle the you can use the form:
classycle-maven-plugin
classycle
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.
Thanks - that sounds like a good change. I wasn't aware of the naming convention.
If you name the plugin
classycle-maven-plugin
instead ofclassycle
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.