]
Edoardo Vacchi resolved DROOLS-3924.
------------------------------------
Resolution: Done
Refactor Maven plugin to adopt best practices
---------------------------------------------
Key: DROOLS-3924
URL:
https://issues.jboss.org/browse/DROOLS-3924
Project: Drools
Issue Type: Bug
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
Priority: Major
Labels: drools-core, submarine
Fix For: 8.0.0.Final
by following the manual
https://books.sonatype.com/mvnref-book/pdf/mvnref-pdf.pdf
Sect.11.4+
Our plugin uses non-namespaced, stringly-typed properties to be configured:
{{-DgenerateModel=YES}}
while most plugin use typed namespaced, dot-cased properties, e.g.:
{{-Dkie.generate.model[=true]}}
investigate proper conventions by reading the manual and implement the solution
**deliverable** a PR