aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27Use managed guava versionHEADmasterGary Wu1-3/+2
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I1fa46d6fd3856d1b55fa187aed61e502b949fe06 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-15Rm docs in repo consolidated w/ sdnc/oamRich Bennett1-8/+0
Change-Id: Ie980f8015a6e8c056a342e42695c68314fdfaa1a Issue-ID: DOC-124 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-09-28Setup ReadTheDocsBrian Freeman1-0/+8
Issue-ID: SDNC-72 Change-Id: I10d48c7527503cffde1fc6b2abce41e385d4cc2f Signed-off-by: Brian Freeman <bf1936@att.com>
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: Ice1b14f1d8d22e99f2ed465454be6d56f038a153 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-30Prune plugins moved to ccsdkDan Timoney58-4834/+14
Replace code moved to CCSDK with README.md files redirecting developers to the proper CCSDK repository Change-Id: I6299a50f8116c653e88949a0ff23a1f2dbebb20d Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-07Update root pomDan Timoney1-1/+1
Update to use root-boron-sr1 artifactId for root pom. There is only one version of this artifact, so should avoid missing version problem. Change-Id: Ib3214775cfa2533e817a8071a7d47536052bc628 Issue-ID: SDNC-42 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-06-29should fix the setter not the getterjwang51-2/+2
Change-Id: Ie8022dce72d3c6661c5f75a840d72f8bf2f0f47a Signed-off-by: jwang5 <jing.wang5@huawei.com>
2017-06-26fix the spring bean property configjwang51-1/+1
Change-Id: Icb024589c5ee95addad4ca0243adaa7f8ff26f27 Signed-off-by: jwang5 <jing.wang5@huawei.com>
2017-06-22[ROOTPOM FIX] Use version 1.1.0 of root pomDan Timoney1-1/+1
To avoid 'disappearing' root poms, change root pom version to 1.1.0. If later version is used, Jenkins build will look for earlier versions as part of build and if they disappear, build will fail. If root pom stays frozen at 1.1.0, it will be recreated daily as part of daily build. Change-Id: I73a3eff2aae780911b3647cde1807db3dc21614b Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-06-05[SDNC-14] Roll plugins to version 1.1.2Dan Timoney14-17/+101
Roll plugins to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: Ibff99ea5161c40195db7876bd435cb50978ded47 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-26SDNC-13 minor refactoringKevin Smokowski5-82/+88
Change-Id: I12a76262fc28b2354c3c8e87267c537000124ece Signed-off-by: Kevin Smokowski <ks6305@att.com>
2017-05-19use 1.1.1 rootpom and add version for karaf-emptyGuo Ruijing3-1/+3
Change-Id: Ibbb0d7aafe7521877eeb6cf9e6bbffbbfdaa30de Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-18Merge "[BLACKDUCK] Fix blackduck config"David Stilwell1-2/+0
2017-05-18Merge "fix maven local build issue"Dan Timoney6-0/+10
2017-05-18[BLACKDUCK] Fix blackduck configDan Timoney1-2/+0
Fix blackduck configuration so that BOM file can be generated via mvn install -P blackduck Change-Id: I01616d4a37bf32a90449b719155184447a4d7bc6 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-11sdnc/plugins: Fixing site path for nexusJessica Wagantall1-1/+1
pom.xml specifies the wrong site url where the site:stage-deploy needs to happen. The site path in nexus to post to should match the repo name. In this case, "content/sites/site/org/onap/sdnc/plugins/" Change-Id: Ifdd756a9b288633ea355874fa9c31bbd96adb404 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-05-07fix maven local build issueGuo Ruijing6-0/+10
onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use maven-assembly-plugin 2.4.1 and build fails as: Assembly is incorrectly configured: null. to fix local build issue: 1. update to maven-assembly-plugin 2.6 2. add AssemblyId configuration which is needed for assembly >= 2.2 Change-Id: Ic14c86c5164157c312df5ef85272f123fde9217d Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-04-25[RENUMBER] Roll to next snapshotDan Timoney10-16/+16
Roll to snapshot version 1.1.1-SNAPSHOT Change-Id: I666dc21de80e15d0fc785ff08b130b911e69134f Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-21[SDNC-5] Rebase pluginsDan Timoney33-43/+36
Apply bug fixes found in internal testing Change-Id: Id149e0dc474ad2d0abf70fcb6835fe47cca1cec7 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu6-0/+8
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: Iab4a2d80f1efdc3a6132e654bf47f9e9d0e3cbcb Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-04-05[SDNC-3] Update javadoc configDan Timoney1-2/+2
Update javadoc config to publish to onap.org site Change-Id: I71039ddaa3ba708cd47e683cddd9c1260eb77820 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-31[SDNC-5] Rebase sdnc-pluginsDan Timoney29-54/+330
Port to OpenDaylight Boron and sync updates since 16.10 Change-Id: Ie55f9ae53eb814d65eafb92aada5721f9b0554e8 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-30Merge "Update .gitreview with onap URL"Dan Timoney1-1/+1
2017-03-29Update domain URLs from openecomp.org to onap.orgAndrew Grimberg1-3/+3
The openecomp.org namespace is deprecated in favor of the onap.org namespace Change-Id: Ibf70067ce86f91abe8b02f54160745de11a8cf26 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: I260a1215d0cd58ca78b3d11d84e58a55a14aed18 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-15[VERSION] Roll to next versionDan Timoney10-17/+17
Roll to version 1.1.0-SNAPSHOT Change-Id: I5a400fb18ed2444f3fa64c88f24e8f76bbf32c10 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-06[RELEASE] Fix version.propertiesDan Timoney1-2/+2
Fix version number in version.properties Change-Id: I6a97bd3031ecc40b801d7dc6fb227c9d460fb61c Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-24[VERSION] Roll back to snapshotDan Timoney9-16/+16
Roll back to version 1.0.0-SNAPSHOT Change-Id: I5fad2b6782b17333750e36db6a06660f8faab70d Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Staging propertiesDan Timoney1-25/+11
Define properties for staging configuration Change-Id: Ibfbc6d81c3a72eac38f839d01bd2bf405b9cc6a6 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Add build profilesDan Timoney1-17/+64
Use build profiles to enable/disable staging and blackduck scans Change-Id: Ie0b9d7ea65cd7f141a034e65b3325ebd51f2aa10 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Add staging pluginDan Timoney1-0/+11
Add staging plugin to project pom.xml Change-Id: I77aadf1d230c35cd7d3989e9ab30c566ded5ba85 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[VERSION] Official root pom versionDan Timoney9-16/+16
Update to use version 1.0.0 of root pom Change-Id: I3047aecbcc099bdefbb712fffdf54602e401aad2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Change version to snapshotDan Timoney9-46/+40
Change version to 1.0.0-SNAPSHOT and skip tests Change-Id: Ic7f7f514d9ca5c2a49b8c47ec7f7d51422dd298e Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-15Initial commit for OpenECOMP SDN-C pluginsDan Timoney55-0/+4590
Change-Id: I0deb50b4f047c419181bb8c9e4df09c67495aa79 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-14Initial empty repositoryAndrew Grimberg0-0/+0