Bug: 474722 - Including Eclipse Maven repository publishing details

Removing android-service-parent from pom

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
This commit is contained in:
James Sutton 2015-09-14 14:46:13 +01:00
parent c58987b542
commit 26e5d208c8

View File

@ -86,11 +86,6 @@ publishing {
artifact generateSourcesJar
artifact generateLibraryJar
artifact generateDebugJavaDocJar
pom.withXml {
asNode().appendNode('parent').appendNode('groupId', 'org.eclipse.paho').parent()
.appendNode('artifactId', 'android-service-parent').parent()
.appendNode('version', version)
}
}
}