summaryrefslogtreecommitdiffstats
path: root/odlparent/setup/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-03-04Change nexus-staging configTimoney, Dan (dt5972)1-16/+24
nexus-staging-maven-plugin interferes with Jenkins staging job, but is needed for release-version and docker-version jobs. Changed to install nexus-staging-maven-plugin in a separate build profile that is activated when altDeploymentRepository property is unset. This property is set by the staging Jenkins job only. Change-Id: I877e176229efd6bd5c08a6b83a2594cc4e57eebe Issue-ID: CCSDK-1119 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-14Only warn on snapshot dependenciesTimoney, Dan (dt5972)1-1/+1
During development, daily release builds use snapshot dependencies. So, enforcer rule needs to be relaxed (WARN level rather than ERROR). Change-Id: Ifd7546c7f3914680a0cf06c0b037f74b82db891e Issue-ID: CCSDK-945 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-11Break dependency loopTimoney, Dan (dt5972)1-34/+5
Removed import of CCSDK repo artifact BOMs from parent poms to break a dependency loop. Including those meant that, when rolling to a new release version, we'd have to touch parent twice: first, with the 'old' version of CCDSK repos (since they're not built yet), and then after they're built, we'd have to update parent poms to import the rolled-version of the repo BOMs. And after that, we'd need to re-merge all the repos, so that they are compiled against the correct version of sli core. Change-Id: Id10c29e3f321defb1b911de894cf045693ef90cc Issue-ID: CCSDK-939 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-10Update parent poms for FluorineTimoney, Dan (dt5972)1-402/+273
Update parent poms for OpenDaylight Fluorine Change-Id: If7f81edc9f65b0169fe25bbd4f4b8b52cd874250 Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-08Roll snapshot parent pom back to snapshot versionsTimoney, Dan (dt5972)1-5/+5
Roll parent poms back to using 0.4.0-SNAPSHOT to repair snapshot builds Change-Id: Iea8554ad0276f4c08e40a17abbed3d7cd044a34a Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-01-07Prepare for release build1.2.0Timoney, Dan (dt5972)1-5/+5
Create release build of CCSDK Dublin on ODL Oxygen prior to merging Fluorine changes Change-Id: I3fcac4a390712a30d2e51eda63a835a6bdf5055c Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-12-18Generate odlparent poms from templateTimoney, Dan (dt5972)1-0/+1268
Updated ccsdk/parent to use a common pom template to generate all the odlparent poms, which should be identical except for their parents. Change-Id: I1cfcff7191ca95434e390d5cf35651c0ad40705d Issue-ID: CCSDK-857 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>