aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20Cleanup project's name in Sonarrelease-1.1.0Jessica 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: I29c6363a2ee4fc65f85a25709aa219ee16897d07 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> (cherry picked from commit 8e779f4fe71c07e6d13d4d1ad3a9ac5295c53651)
2017-09-15Fix VNF-API etc loadingBrian Freeman3-4/+3
Issue-ID: SDNC-86 Change-Id: I4f458850187b61d02309c1b4b261f08a5b97ec70 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-25fix dmaap-listener startup and libraryBrian Freeman2-1/+6
Change-Id: Ice802b7c415f622e161d0ade2daf933064ac8edd Signed-off-by: Brian Freeman <bf1936@att.com> Issue-Id: SDNC-67 (cherry picked from commit 356b29817974cf09ed15088fef172e033e940047)
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: I4dc81744acf2b47b987544a3e90ac96cfadd3cb2 Issue-ID: SDNC-42 Signed-off-by: Dan Timoney <dtimoney@att.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: Ifedf465048d63d35226a27244491eceaec17223b Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-06-05[SDNC-14] Roll northbound to version 1.1.2Dan Timoney23-33/+33
Roll northbound to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: I44f45531212bf4bb7eb3bffdc25f34bd1ad8e592 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-23fix some build issuesGuo Ruijing7-3/+7
1. use 1.1.1 rootpom 2. add verson for opendaylight-karaf-empty 3. use parameter for dblib-provider Change-Id: Ia68a765011c70eae4a7275b33bc2906ed95ba5fb 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 Timoney16-0/+26
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: Ia59ca1d94aedfa849a3784d9063c4243798f0a2b Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-04fix maven local build issueGuo Ruijing16-0/+26
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: Id929f6ff31beb64e9025346c0bf636d44a5eaa47 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-04Fix copyright to avoid noisy diff after buildGuo Ruijing56-60/+60
Change-Id: I9c8b9b8cd23bc65c89843adad7dfb3d1469ded34 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-04-25[SDNGC-5539] Add missing mapDan Timoney2-44/+45
Update dmaap-listener to expect map file in /opt/app/dmaap-listener/lib and to deliver map file Change-Id: Ibdc84ce136e70b09765026c0ffd2167eb40dba8e Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-25[RENUMBER] Roll to next snapshotDan Timoney23-32/+32
Roll to snapshot version 1.1.1-SNAPSHOT Change-Id: Ic1cc0e706715cdcd8eca1502e99e65be2e961a42 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-24[SDNC-5] Split listenersDan Timoney63-180/+2970
Split dmaap-listener and ueb-listener to separate artifacts Change-Id: I7b1d5b15c8ef850ace75d4da451143ba4062b817 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu14-0/+18
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: I3a721da4aa47be58127fa3f8971f01635d400185 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: I48d691a50377bbaa40ba48c6feb780b988e24fc8 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-31[SDNC-5] Rebase sdnc-northboundDan Timoney48-65/+76
Port to OpenDaylight Boron and sync updates since 16.10 Change-Id: I036c5d0bb600b305300e653023caffc83a262604 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: I820ea58d439f15f79262f42094dcb9523d311129 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
Change-Id: Ia6d653bfd6acb1618e8733bf2f351d9bf446b30d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-15[VERSION] Roll to next versionDan Timoney21-29/+29
Roll to version 1.1.0-SNAPSHOT Change-Id: I3da790c1ed744760070953905180bdc72464843c Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-03-06[RELEASE] Fix version.propertiesDan Timoney1-3/+3
Fix version number in version.properties Change-Id: Id69f86fe7ba0513af8e3293052ea199f5cd38eae Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-24[VERSION] Roll back to snapshotDan Timoney20-28/+28
Roll back to version 1.0.0-SNAPSHOT Change-Id: Icf45d62d223d7f8f1111452c93489d9ba9184273 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Staging propertiesDan Timoney1-25/+11
Define properties for staging configuration Change-Id: I87e409646fbdfa8a5287f05006c291698f214fbe 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: I2e1d749843cff8f051da4beee379a32d3f9ea86c Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[STAGING] Add staging pluginDan Timoney1-27/+24
Add staging plugin to project pom.xml Change-Id: Icf923e6f0f0d5e76dff5a8f3101b462d691eff7c Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-21[VERSION] Official root pom versionDan Timoney20-28/+28
Update to use version 1.0.0 of root pom Change-Id: I9b9d4bea913f60d62cc9dae171db6c117ec10c72 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Change version to snapshotDan Timoney21-32/+40
Change version to 1.0.0-SNAPSHOT and skip tests Change-Id: If753fa7b08f2abb57429efe6b044353c21f18e16 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-15Initial commit for OpenECOMP SDN-C northboundDan Timoney99-0/+12259
Change-Id: Iffe4d4fbcfd21ecbc1000238354094cc064298ce Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-14Initial empty repositoryAndrew Grimberg0-0/+0