mirror of https://github.com/apache/maven.git
Rewrite correctly the notifier
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86c62cc6b6
commit
fca3fe1cf0
|
@ -169,8 +169,8 @@ public class PomV3ToV4Translator
|
|||
{
|
||||
Notifier notifier = new Notifier();
|
||||
|
||||
notifier.setAddress( nagEmailAddress );
|
||||
notifier.setType( "mail" );
|
||||
notifier.addConfiguration( "address", nagEmailAddress );
|
||||
|
||||
ciMgmt = new CiManagement();
|
||||
ciMgmt.addNotifier( notifier );
|
||||
|
|
Loading…
Reference in New Issue