Ticket #581 (closed Task: fixed)

Opened 11 years ago

Last modified 11 years ago

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

comment:1 Changed 11 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 11 years ago by Jörg Richter

  • Status changed from accepted to closed
  • Resolution set to fixed

Plugin Parent POM: unify default settings (#581).

Standard plugins and 3rd-party plugins use the same default configuration.

Thank you, dgf, for mail response!

Close #581

Note: See TracTickets for help on using tickets.