You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Ahrer (JIRA)" <ji...@codehaus.org> on 2007/03/30 19:02:34 UTC

[jira] Created: (CONTINUUM-1236) Property in a notifier
element is not evaluated

Property in a notifier <address> element is not evaluated
---------------------------------------------------------

                 Key: CONTINUUM-1236
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1236
             Project: Continuum
          Issue Type: Improvement
          Components: Notification Subsystem
    Affects Versions: 1.0.3
            Reporter: Martin Ahrer


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1236) Property in a notifier
element is not evaluated

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse updated CONTINUUM-1236:
----------------------------------------

    Fix Version/s: 1.1-beta-2

> Property in a notifier <address> element is not evaluated
> ---------------------------------------------------------
>
>                 Key: CONTINUUM-1236
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1236
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Notification Subsystem
>    Affects Versions: 1.0.3
>            Reporter: Martin Ahrer
>             Fix For: 1.1-beta-2
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-1236) Property in a notifier
element is not evaluated

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed CONTINUUM-1236.
---------------------------------------

      Assignee: Emmanuel Venisse
    Resolution: Fixed

already fixed by updating marven artifacts since Continuum 1.0.3

> Property in a notifier <address> element is not evaluated
> ---------------------------------------------------------
>
>                 Key: CONTINUUM-1236
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1236
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Notification Subsystem
>    Affects Versions: 1.0.3
>            Reporter: Martin Ahrer
>            Assignee: Emmanuel Venisse
>             Fix For: 1.1-beta-2
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira