[jboss-jira] [JBoss JIRA] (DROOLS-3924) Refactor Maven plugin to adopt best practice
Edoardo Vacchi (Jira)
issues at jboss.org
Fri Apr 19 04:44:00 EDT 2019
Edoardo Vacchi created DROOLS-3924:
--------------------------------------
Summary: Refactor Maven plugin to adopt best practice
Key: DROOLS-3924
URL: https://issues.jboss.org/browse/DROOLS-3924
Project: Drools
Issue Type: Bug
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
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
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list