summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-24Remove snapshot dependenciesDan Timoney3-21/+57
Remove snapshot dependencies from CCSDK parent Change-Id: If1c7ff3f3d0bf678fa1e323240c8869664a460e4 Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-11Changing repository namesPatrick Brady1-2/+2
Changing the repository name ecomp-snapshot and ecomp-release to ecomp-snapshots and ecomp-releases. I belieive that the correct version has the 's' at the end. This matches oparent and other projects' pom files. I could be wrong in which case you can abandon this. Change-Id: I71118d90b9b826e58833cd97589d26c26db15046 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: CCSDK-116
2017-10-09Merge "Define onap.nexus.url in parent/pom.xml"Marcus Williams1-0/+1
2017-10-09Define onap.nexus.url in parent/pom.xmlDan Timoney1-0/+1
Define onap.nexus.url in parent/pom.xml, needed by staging plugin Change-Id: Idff22a7437ef44592792d145b9806ae95978af44 Issue-ID: CCSDK-113 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-09Merge "Remove parent tag from parent pom.xml"Dan Timoney1-7/+11
2017-10-09Remove parent tag from parent pom.xmlDan Timoney1-7/+11
Top level pom.xml in ccsdk/parent should not have a parent. Change-Id: I5b273662e66d079cea164a235840b0cdfde36421 Issue-ID: CCSDK-113 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-09Merge "Remove staging config from parent pom.xml"Dan Timoney1-16/+0
2017-10-09Remove staging config from parent pom.xmlDan Timoney1-16/+0
Release build of parent is not using staging plugin, due to explicit configuration of staging plugin in pom.xml. Remove that config so it is inherited from oparent instead. Change-Id: Ibd5773f240e53468051518777b6266c2012c715c Issue-ID: CCSDK-113 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-28Setup Read The DocsBrian Freeman1-0/+8
Issue-ID: CCSDK-107 Change-Id: I0a03e9ce534b8952188e9ad140bb5bdcdc5e9b4d Signed-off-by: Brian Freeman <bf1936@att.com>
2017-09-26Fix parent release buildDan Timoney1-0/+6
Fix parent release build by adding oparent as parent of ccsdk top level parent pom.xml Change-Id: Ib2beab09efa98354b644232150f9806da87d1ea3 Issue-ID: CCSDK-56 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-18Add mariadb version propertyDan Timoney1-0/+1
Add mariadb.connector.version property to define version of MariaDB connector version. Change-Id: Ifb843b9f1d17208f271ee98303c6637dc6e3551e Issue-ID:CCSDK-95 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-13Use oparent as parentDan Timoney3-10/+10
Update odlparent-carbon-sr1 POM to use oparent-odlparent as parent, so that oparent settings are inherited. Also, enabled staging plugin. Change-Id: Ic7dd1cb5c86fd2dc9ba71b700caa74efe1655e16 Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-13Version 0.0.1-SNAPSHOT should use odlparentDan Timoney3-8/+8
Last patch inadvertantly did not update version of odlparent-carbon-sr1 pom.xml, so version 0.0.1-SNAPSHOT was updated to use oparent. This change rolls that change back so that 0.0.1-SNAPSHOT can be used to back out oparent change if it has problems. Issue-ID: CCSDK-43 Change-Id: If3a57b8f127a3fb0f44429b6e3f1a4dd72f25f69 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-12Merge "Use oparent-odlparent pom"Dan Timoney4-18/+25
2017-09-12Use oparent-odlparent pomDan Timoney4-18/+25
Update odlparent-carbon pom to inherit from oparent's oparent-odlparent pom Change-Id: Ie12b2586894ab3c3ce7fb14c4476de8f45f5a967 Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-08Merge "Cleanup project's name in Sonar"Marcus Williams1-1/+1
2017-09-08Cleanup 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: Idecab72d17567000f26e66b103c823354f77d57b Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-08Fix jettison version to match installed versionDan Timoney1-1/+1
Update jettison.version setting to match the installed version in ODL Carbon image (1.3.6), as opposed to version specified in ODL Carbon odlparent (1.3.7). Change-Id: Ibe9e11e7a98fd69561f5788443a799586f3845a3 Issue-ID: CCSDK-85 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-01Add nexus staging profile to POMsMarcus G K Williams3-3/+3
Daily release jenkins jobs are failing due to missing staging profile. This patch adds needed profile. However, since staging is disabled in this POM, the only expected outcome is to fix failing release jobs. Issue-Id: CCSDK-67 Change-Id: I5085a04f22098ffd944f66acb23944666290cd6d Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-30Update pom names and descriptions to CCSDKMarcus G K Williams3-708/+708
This update clarifies maven build logs and SONAR reporting on CCSDK project. Issue-Id: CCSDK-67 Change-Id: I2927125ae192cabcd2af5e3dc55bed8ca03bafe6 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-29Skip failing staging deploy in parent pom.xmlMarcus G K Williams1-228/+244
Issue-Id: CCSDK-67 Change-Id: Idc816f281e03aa568e1ea7bf1b7d4a43c9027a52 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-15Remove license pluginDan Timoney3-187/+0
Remove license plugin from parent POMs. Change-Id: I47463eaf9a4fcc3079d075ab279d013fa8b96730 Issue-ID: CCSDK-31 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-11Fix version rangeDan Timoney1-4/+4
Fix version ranges for CCSDK components to use 3 positions (0.1.0-SNAPSHOT) instead of 2 (0.1) Change-Id: Ic082022e567de756b6fc137a82bbff38553de96b Issue-ID: CCSDK-22 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-11Create Carbon SR1 parent pomDan Timoney2-0/+775
Create Carbon SR1 version of ccsdk odlparent pom Change-Id: Ic2fd5d29f2c1cedec02231037dfac0d35514ce37 Issue-ID: CCSDK-22 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-09Set version of maven.compile.pluginDan Timoney1-1/+1
Replace reference to unset property with correct version (2.5.1) of maven.compile.plugin Change-Id: I0ad87cb71dde2eaa9f92b2628b1224fd760de321 Issue-ID: CCSDK-57 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-09Add version.propertiesDan Timoney1-0/+15
ccsdk parent daily build is failing because version.properties is missing Issue-ID: CCSDK-59 Change-Id: I9c1ca7c26e7c0ea7bfa9c9afb48ecf43b56e81c2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-07-20Fix server idsDan Timoney2-6/+6
Server ids are ecomp-*, not onap-* in the Jenkins settings Issue: CCSDK-6 Change-Id: I60f510f3c8eae10e7e63dda7ab83f2bdab8a08bb Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-07-20 Missing propertiesDan Timoney1-0/+13
Add missing properties (previously defined in settings.xml) to top level POM Issue: CCSDK-6 Change-Id: I7dc9e78725cf9600743cfef2f90188bbfa3ffd3a Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-07-20Missing propertiesDan Timoney1-156/+5
Add missing properties (previously defined in settings.xml) Issue: CCSDK-6 Change-Id: I1536f8f9745ddf2f4214bc0abcb36054885bc801 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-07-20[CCSDK-6] Missing propertiesDan Timoney1-24/+37
Add missing properties (previously defined in settings.xml) Change-Id: I14441e203770bbce051f94a51222e9188352ac3e Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-07-19Fix Nexus referencesDan Timoney2-12/+12
Nexus properties in Jenkins settings still use openecomp (e.g. openecomp.nexus.snapshot-url), not onap Issue: CCSDK-6 Change-Id: I9fc47affc08b33c274609a48300b70b59bc116d0 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-07-19Initial submissionDan Timoney3-0/+1231
Initial submission of code for ccsdk/parent repo Issue: CCSDK-6 Change-Id: I16c64011dad2ac627aea9c667713fced0b971622 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-06-27Initial empty repositoryJessica Wagantall0-0/+0