[jboss-jira] [JBoss JIRA] (DROOLS-3924) Refactor Maven plugin to adopt best practices
Edoardo Vacchi (Jira)
issues at jboss.org
Wed Jun 12 12:10:00 EDT 2019
[ https://issues.jboss.org/browse/DROOLS-3924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list