Ticket #581 (closed Task: fixed)
Plugin Parent POM: unify default settings
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.1.3 |
Component: | DeepaMehta Standard Distribution | Version: | 4.1.2 |
Keywords: | Cc: | dgf, Malte | |
Complexity: | 2 | Area: | Runtime Environment |
Module: | deepamehta-plugin-parent |
Description
Hi dgf!
In the new dm4-plugin-parent/pom.xml 3 property values differ from global pom.xml:
<dm4.security.write_requires_login>false</dm4.security.write_requires_login> <dm4.filerepo.path>${project.basedir}</dm4.filerepo.path> <felix.log.level>2</felix.log.level>
In global POM they are:
<dm4.security.write_requires_login>true</dm4.security.write_requires_login> <dm4.filerepo.path></dm4.filerepo.path> <felix.log.level>1</felix.log.level>
Is there a particular reason for that?
In order to have the same experience when developing standard plugins and external plugins I would tend to let Plugin Parent POM use the same defaults as global POM.
Can we proceed this way?
Change History
Note: See
TracTickets for help on using
tickets.