]
Edoardo Vacchi updated DROOLS-3924:
-----------------------------------
Sprint: 2019 Week 17-19, 2019 Week 23-25 (was: 2019 Week 17-19, 2019 Week 20-22)
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