summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Dan Timoney [Mon, 7 Aug 2017 20:43:54 +0000 (16:43 -0400)]
Update root pom
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>
jwang5 [Thu, 29 Jun 2017 15:46:15 +0000 (10:46 -0500)]
should fix the setter not the getter
Change-Id: Ie8022dce72d3c6661c5f75a840d72f8bf2f0f47a
Signed-off-by: jwang5 <jing.wang5@huawei.com>
jwang5 [Mon, 26 Jun 2017 19:32:00 +0000 (14:32 -0500)]
fix the spring bean property config
Change-Id: Icb024589c5ee95addad4ca0243adaa7f8ff26f27
Signed-off-by: jwang5 <jing.wang5@huawei.com>
Dan Timoney [Thu, 22 Jun 2017 21:27:19 +0000 (17:27 -0400)]
[ROOTPOM FIX] Use version 1.1.0 of root pom
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>
Dan Timoney [Mon, 5 Jun 2017 20:25:13 +0000 (16:25 -0400)]
[SDNC-14] Roll plugins to version 1.1.2
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>
Kevin Smokowski [Fri, 26 May 2017 18:09:22 +0000 (18:09 +0000)]
SDNC-13 minor refactoring
Change-Id: I12a76262fc28b2354c3c8e87267c537000124ece
Signed-off-by: Kevin Smokowski <ks6305@att.com>
Guo Ruijing [Fri, 19 May 2017 00:37:18 +0000 (00:37 +0000)]
use 1.1.1 rootpom and add version for karaf-empty
Change-Id: Ibbb0d7aafe7521877eeb6cf9e6bbffbbfdaa30de
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
David Stilwell [Thu, 18 May 2017 19:53:39 +0000 (19:53 +0000)]
Merge "[BLACKDUCK] Fix blackduck config"
Dan Timoney [Thu, 18 May 2017 19:46:15 +0000 (19:46 +0000)]
Merge "fix maven local build issue"
Dan Timoney [Thu, 18 May 2017 16:43:42 +0000 (12:43 -0400)]
[BLACKDUCK] Fix blackduck config
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>
Jessica Wagantall [Thu, 11 May 2017 19:42:14 +0000 (12:42 -0700)]
sdnc/plugins: Fixing site path for nexus
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>
Guo Ruijing [Sun, 7 May 2017 20:16:41 +0000 (20:16 +0000)]
fix maven local build issue
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>
Dan Timoney [Tue, 25 Apr 2017 14:45:45 +0000 (10:45 -0400)]
[RENUMBER] Roll to next snapshot
Roll to snapshot version 1.1.1-SNAPSHOT
Change-Id: I666dc21de80e15d0fc785ff08b130b911e69134f
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Fri, 21 Apr 2017 21:41:04 +0000 (17:41 -0400)]
[SDNC-5] Rebase plugins
Apply bug fixes found in internal testing
Change-Id: Id149e0dc474ad2d0abf70fcb6835fe47cca1cec7
Signed-off-by: Dan Timoney <dtimoney@att.com>
Gary Wu [Fri, 7 Apr 2017 19:24:49 +0000 (12:24 -0700)]
Fix assembly xmls for maven-assembly-plugin v2.2+
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>
Dan Timoney [Wed, 5 Apr 2017 13:49:36 +0000 (09:49 -0400)]
[SDNC-3] Update javadoc config
Update javadoc config to publish to onap.org site
Change-Id: I71039ddaa3ba708cd47e683cddd9c1260eb77820
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Fri, 31 Mar 2017 20:17:57 +0000 (16:17 -0400)]
[SDNC-5] Rebase sdnc-plugins
Port to OpenDaylight Boron and sync updates since 16.10
Change-Id: Ie55f9ae53eb814d65eafb92aada5721f9b0554e8
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Thu, 30 Mar 2017 22:11:50 +0000 (22:11 +0000)]
Merge "Update .gitreview with onap URL"
Andrew Grimberg [Wed, 29 Mar 2017 20:48:01 +0000 (13:48 -0700)]
Update domain URLs from openecomp.org to onap.org
The openecomp.org namespace is deprecated in favor of the onap.org
namespace
Change-Id: Ibf70067ce86f91abe8b02f54160745de11a8cf26
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Andrew Grimberg [Wed, 29 Mar 2017 15:20:51 +0000 (08:20 -0700)]
Update .gitreview with onap URL
Change-Id: I260a1215d0cd58ca78b3d11d84e58a55a14aed18
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Dan Timoney [Wed, 15 Mar 2017 14:44:25 +0000 (10:44 -0400)]
[VERSION] Roll to next version
Roll to version 1.1.0-SNAPSHOT
Change-Id: I5a400fb18ed2444f3fa64c88f24e8f76bbf32c10
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Mon, 6 Mar 2017 15:36:59 +0000 (10:36 -0500)]
[RELEASE] Fix version.properties
Fix version number in version.properties
Change-Id: I6a97bd3031ecc40b801d7dc6fb227c9d460fb61c
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Fri, 24 Feb 2017 19:05:14 +0000 (14:05 -0500)]
[VERSION] Roll back to snapshot
Roll back to version 1.0.0-SNAPSHOT
Change-Id: I5fad2b6782b17333750e36db6a06660f8faab70d
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Wed, 22 Feb 2017 02:02:39 +0000 (21:02 -0500)]
[STAGING] Staging properties
Define properties for staging configuration
Change-Id: Ibfbc6d81c3a72eac38f839d01bd2bf405b9cc6a6
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Tue, 21 Feb 2017 19:41:15 +0000 (14:41 -0500)]
[STAGING] Add build profiles
Use build profiles to enable/disable staging and blackduck scans
Change-Id: Ie0b9d7ea65cd7f141a034e65b3325ebd51f2aa10
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Tue, 21 Feb 2017 14:10:13 +0000 (09:10 -0500)]
[STAGING] Add staging plugin
Add staging plugin to project pom.xml
Change-Id: I77aadf1d230c35cd7d3989e9ab30c566ded5ba85
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Tue, 21 Feb 2017 13:51:12 +0000 (08:51 -0500)]
[VERSION] Official root pom version
Update to use version 1.0.0 of root pom
Change-Id: I3047aecbcc099bdefbb712fffdf54602e401aad2
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Mon, 20 Feb 2017 20:26:45 +0000 (15:26 -0500)]
[VERSION] Change version to snapshot
Change version to 1.0.0-SNAPSHOT and skip tests
Change-Id: Ic7f7f514d9ca5c2a49b8c47ec7f7d51422dd298e
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Wed, 15 Feb 2017 20:27:41 +0000 (15:27 -0500)]
Initial commit for OpenECOMP SDN-C plugins
Change-Id: I0deb50b4f047c419181bb8c9e4df09c67495aa79
Signed-off-by: Dan Timoney <dtimoney@att.com>
Andrew Grimberg [Tue, 14 Feb 2017 21:12:28 +0000 (21:12 +0000)]
Initial empty repository