expose properties for executing this plugin from command line without specify plugin configuration in pom.xml#596
expose properties for executing this plugin from command line without specify plugin configuration in pom.xml#596cloorc wants to merge 1 commit intogit-commit-id:masterfrom
Conversation
… explict configuration from pom.xml
|
Hello, For further details see #315 (comment) |
Yes, it seems like a but of Apache Maven itself. The hard-coded skip won't be overrided by command line options. But properties will. Such as : |
Hi, could we just leave the maven defection to maven itself? And this feature could be useful without predefined configuration anyway! |
Context
We need to execute this plugin with goal
revisionwithout specify this plugin in an existing maven project. We can do this by specifying parameters from command line. And this commit is going to expose these parameters to command line is enough.Contributor Checklist
mvn clean packagecheckstylecoding style definition:mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B