git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-10 18:36:35 +00:00
parent b748d064ea
commit 5d79596fd7
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{