aboutsummaryrefslogtreecommitdiffstats
path: root/oparent-odlparent
AgeCommit message (Collapse)AuthorFilesLines
2017-10-13Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I9b1d51f1986b21f24d6389b2da2c21c265399246 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-09Enable staging pluginDan Timoney1-0/+11
Release build for oparent-odlparent is not using staging plugin, and so is failing trying to write to releases Change-Id: Ie2d559cd4043566fb278a48b697731aa8d74a905 Issue-ID: INT-257 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-06Fix version tag placementDan Timoney1-5/+5
oparent-odlparent Jenkins job updates the first <version> tag in the pom.xml, so the <parent> tag must appear after the <version> for the pom.xml itself. Change-Id: I3369c804a2470936c51801b5fbdd53b0052ee83c Issue-ID: INT-257 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-01Add parent for opendaylight vclientsDan Timoney1-0/+541
Applications based on opendaylight need to inherit settings from the opendaylight parent pom (odlparent). This change adds a copy of oparent whose parent is the odlparent pom, which will allow projects based on opendaylight to still inherit settings from oparent. The new odlparent-boron directory is included as module in top level pom.xml, per review comments, to avoid release build failure. This will have to be treated via a separate Jenkins build. Change-Id: Icfb1f119672efc7cfd80748ee92cc331b01550a5 Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney <dtimoney@att.com>