aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23Update pom.xml for pkgtools sonar supportChris Donley1-6/+2
Issue-ID: VNFSDK-210 Change-Id: I6feb427dc422ee16488b5dd939ed3bf5896303c7 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-22Adjusted for pypi supportLianhao Lu1-2/+2
We need to adjust the python module structure meet the pypi requirements. This has been tested on test pypi https://test.pypi.org/project/vnfsdk. 1. move 3 directories cli/ validator/ packager/ into vnfsdk_pkgtools. so now the python module for vnfsdk pkgtools would be "vnfsdk_pkgtool.*" 2. Added missing README.rst, LICENSE.txt according to pypi requirement. 3. Added new version mechanism accroding onap community suggestions. 4. Other clean sweep job like dos2unix. Change-Id: If90df33673bff045d85d67c29a1d0ab44d0c8858 Issue-ID: VNFSDK-143 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-03-21Updating pom for sonar supportChris Donley1-0/+1
adding sonar sources Issue-ID: VNFSDK-210 Change-Id: Iacca17491815a9be9d48aa7e907676e92a33b283 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-20Update sonar support for vnfsdk/pkgtoolsChris Donley1-5/+5
Updating pom.xml to adjust included and excluded directories. Issue-ID: VNFSDK-210 Change-Id: Iba01bff695ad32f433153a77f29a30f88995fb07 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-20Update pom.xml for sonar supportChris Donley1-1/+6
Update python test configuration in the pom file Issue-ID: VNFSDK-210 Change-Id: I52615cc986587fe7df0f1b8c2ca9608f14b35e7b Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-20Added sonar coverage reportLianhao Lu1-1/+3
Adjusted the tox settings to generate the unit test coverage report to be used by sonar. Change-Id: I825b1770f1a27ceaafde181ce9d7cd44882e70c6 Issue-ID: VNFSDK-210 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-03-16Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I26931bfb479b7a0785a311899844a4bfadd06d3e Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-03-14Update POM to fix broken build processChris Donley1-1/+1
Issue-ID: VNFSDK-210 Change-Id: I89e803d3790233b0f891e8454559b6a14cd19de1 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-05Explicitly disable sonar skipLianhao Lu1-0/+1
Change-Id: Ia14f21e27833eaef1eb45b6ec59788f361745369 Issue-ID: VNFSDK-210 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-03-02Use spaces instead of tabsLianhao Lu1-2/+2
Change-Id: I458705b6e31fbb45f9459492667cb7fe5d7aba62 Issue-ID: VNFSDK-210 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2018-02-22Added sonar support and update oparent versionLianhao Lu1-2/+7
Issue-ID: VNFSDK-210 Change-Id: Icf7f0c4fabc03f30e18656df87fe93ad94335104 Signed-off-by: Lianhao Lu <lianhao.lu@intel.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: I305a7d4f86164ba6477ed050daeb053cc978e58d Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-02Update version of oparent projectDave Chen1-1/+1
`1.1.0-SNAPSHOT` is legacy from Open-O, update the version so that it could be built successfully. Issue-ID: VNFSDK-63 Change-Id: I28193e8de68a0a6033b6009474c2543993d7f3ee Signed-off-by: Dave Chen <wei.d.chen@intel.com>
2017-08-02Update the namespace for onapDave Chen1-3/+3
Issue-ID: VNFSDK-62 Change-Id: I1e5296a23bf58820fabb326cf8379fe439243118 Signed-off-by: Dave Chen <wei.d.chen@intel.com>
2017-02-03Change: Change groupId in pom that fit the wikivictor.gao1-2/+2
Issue-ID: VNFSDK-2 Change-Id: I26c7d600de5496df36f31c601e5bd074e94d97af Signed-off-by: victor.gao <victor.gao@huawei.com>
2017-01-29Add CSAR shared library with CLI toolKrzysztof Frukacz1-0/+56
Initial commit. Shared CSAR Python library with CLI tool Change-Id: I121982cec5c839a47068907a1c4c2b379109a882 Issue-ID: VNFSDK-2 Signed-off-by: Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>