[ http://jira.codehaus.org/browse/CONTINUUM-743?page=all ]
     
Emmanuel Venisse closed CONTINUUM-743:
--------------------------------------

     Assign To: Emmanuel Venisse
    Resolution: Won't Fix

<address> under <notifier> is deprecated. It must be under <configuration> : 
http://maven.apache.org/continuum/guides/getting-started/index.html

{noformat}
<notifier>
  <type>mail</type>
  <sendOnError>true</sendOnError>
  <sendOnFailure>true</sendOnFailure>
  <sendOnSuccess>true</sendOnSuccess>
  <sendOnWarning>true</sendOnWarning>
  <configuration>
    <address>[EMAIL PROTECTED]</address>
  </configuration>
</notifier>
{noformat}


> Notifiers from Maven 2.x POM files are not imported correctly into Continuum 
> 1.0.2 and 1.0.3
> --------------------------------------------------------------------------------------------
>
>          Key: CONTINUUM-743
>          URL: http://jira.codehaus.org/browse/CONTINUUM-743
>      Project: Continuum
>         Type: Bug

>   Components: Mail Notifier
>     Versions: 1.0.2, 1.0.3
>  Environment: Linux i686 Kernel 2.6.9-22, CentOS release 4.3, SUN Java JDK 
> 1.5.0_07-b03
>     Reporter: Sverre Marvik
>     Assignee: Emmanuel Venisse
>     Priority: Minor

>
>
> In pom.xml, a notifier is defined according to version 4.0.0 of pom xsd, but 
> the values are not correctly imported into the Continuum project settings, 
> thus notifiers must be manually added after adding project to Continuum.
> Example notifiers :
>               <notifiers>
>                       <notifier>
>                               <type>mail</type>
>                               <address>[EMAIL PROTECTED]</address>
>                               <sendOnError>true</sendOnError>
>                               <sendOnFailure>true</sendOnFailure>
>                               <sendOnSuccess>true</sendOnSuccess>
>                               <sendOnWarning>true</sendOnWarning>
>                       </notifier>
>               </notifiers>
> In the project "Info", the above notifier will be displayed as :
>           Type->Mail, Recipient->(empty), Events->Success Failures Error 
> Warnings, From->Project

-- 
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

Reply via email to