| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… explict configuration from pom.xml
|
Hello, For further details see #315 (comment) |
Sorry, something went wrong.
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 : <properties>
<xxx.skip>false</xxx.skip>
</properties>
......
<skip>${xxx.skip}</skip>
|
Sorry, something went wrong.
Hi, could we just leave the maven defection to maven itself? And this feature could be useful without predefined configuration anyway! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Context
We need to execute this plugin with goal revision without 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