Test comparison by removing root pom

Change-Id: I9c1fdec1a60dba19ace0cde9627119e313263eab
This commit is contained in:
James E. Blair 2012-08-31 17:42:25 -07:00
parent 0c2bef0803
commit 60a585f640
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ class Maven(jenkins_jobs.modules.base.Base):
data['maven']['root-module']['artifact-id']
XML.SubElement(xml_parent, 'goals').text = data['maven']['goals']
XML.SubElement(xml_parent, 'rootPOM').text = \
data['maven'].get('root-pom', 'pom.xml')
XML.SubElement(xml_parent, 'aggregatorStyleBuild').text = 'true'
XML.SubElement(xml_parent, 'incrementalBuild').text = 'false'
XML.SubElement(xml_parent, 'perModuleEmail').text = 'true'