Continuum

Property in a notifier <address> element is not evaluated

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0.3
  • Fix Version/s: 1.1-beta-2
  • Component/s: Notification Subsystem
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

The pom.xml contains a notifier with an address that is initialized through a property. This property is set for example in a profile (pom.xml, settings.xml etc.).

<ciManagement>
<system>continuum</system>
<url>https://bunny.xxxxxxxx:8070/continuum</url>
<notifiers>
<notifier>
<type>mail</type>
<configuration>
<!-- TODO create mail distribution list in profile, settings etc. -->
<address>${buildnotifieraddress}</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>

When adding this pom to the project list the property is not evaluated. Though it is evaluated when for example executing the mvn help:effective-pom goal

Activity

Hide
Emmanuel Venisse added a comment -

already fixed by updating marven artifacts since Continuum 1.0.3

Show
Emmanuel Venisse added a comment - already fixed by updating marven artifacts since Continuum 1.0.3

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: