mirror of https://github.com/apache/maven.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b748d064ea
commit
5d79596fd7
|
@ -431,7 +431,7 @@ public class Main
|
|||
|
||||
org.apache.maven.model.CiManagement newCiManagement = new org.apache.maven.model.CiManagement();
|
||||
|
||||
newCiManagement.setSystem( ciManagement.getNagEmailAddress() );
|
||||
newCiManagement.setSystem( ciManagement.getSystem() );
|
||||
newCiManagement.setUrl( ciManagement.getUrl() );
|
||||
if ( ciManagement.getNagEmailAddress() != null )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue