summaryrefslogtreecommitdiffstats
path: root/oparent
AgeCommit message (Collapse)AuthorFilesLines
2019-02-07Fix checkstyle build and xmlPamela Dragosh1-1/+1
The XML for onap-java-code style has a bug identified by Eclipse. The maxLineLength field is not allowed. In addition, not sure how any jobs work already, the sourceDirectory appends and extra "src/main/java" to the path so some builds don't always find the correct source files to generate warnings. The plugin is a bit flaky and sometimes seems to find the java files, while other times it does not. So some checkstyle warnings are not generated. Change-Id: Ia07065a0d0df1429643680cb5bd70b5ec13bebde Issue-ID: TSC-71 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-13Version bump oparent to 1.2.3-SNAPSHOTGary Wu1-3/+3
Change-Id: Ia590d91f493cf5ac7d958abefe6eb427713060e5 Issue-ID: INT-720 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-03Remove hard-coding of ONAP nexus reposGary Wu1-46/+0
Remove hard-coding of ONAP nexus repos so that they can be specified in the setting.xml for each build environment instead. Change-Id: Ieea666eac1626c0d0f64e7db786aa73851c22cfe Issue-ID: INT-678 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-18Version bump oparent to 1.2.2-SNAPSHOTGary Wu1-3/+3
Change-Id: I7fb32303220724ad410869d598822160272e49e3 Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-29Bump JaCoCo version to 0.8.2Piotr Bochenski1-1/+1
Currently, oparent uses JaCoCo version that is more than 2 years old. 0.8.2 version fixes at least following issues: * enable building on JDK10 * Kotlin language support Change-Id: Ic9fa8e80ffb01fe7d5176fb670a7b6f7a5bf6117 Issue-ID: INT-639 Signed-off-by: Piotr Bochenski <piotr.bochenski@nokia.com>
2018-08-24Version bump oparent to 1.2.1-SNAPSHOTGary Wu1-3/+3
Change-Id: Ic6c2875ccaab4c31c2db81f9a08845dfb9812894 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-24Bump surefire version to 2.22.01.2.0Gary Wu1-2/+2
Change-Id: I2b2b222ecbb3c8d23a240e3cd82b8002329ef204 Issue-ID: INT-587 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-23Add dependencyManagement sectionsPamela Dragosh1-0/+11
Add depedencyManagement sub-module that declare dependecies. And we are adding a submodule that declares. Change-Id: I57dd301968cd9dbb55c79ab10df6de0cda6a21a5 Issue-ID: INT-619 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-07Bump oparent master to 1.2.0-SNAPSHOTGary Wu1-2/+2
Change-Id: Ib0ade741e66762822cfac67fd2f010bec9e66f89 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-09Bump oparent version2.0.0-ONAPbeijing2.0.0-ONAPGary Wu1-2/+2
Change-Id: Icb213b4513af3dc032463ba0fa66fbdd57a2e081 Issue-ID: INT-440 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-09Bump oparent versionGary Wu1-2/+2
Issue-ID: INT-440 Change-Id: Ifafff74f10336ac820576a3311c33e92f88d4307 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-02-05Add sonar-maven-plugin versionJessica Wagantall1-1/+1
Use Sonar plugin version 3.2 Change-Id: Id2ec0e7bd949b25b6c8e4a8c5d65dd9ddecaa5c1 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-02Add sonar config back to oparent/pom.xmlGary Wu1-0/+6
Change-Id: I6aae043452e82a3cfd60eea8f67dede13b6c9a83 Issue-ID: CIMAN-126 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-02-02Move sonar plugin config to oparent parent pomGary Wu1-6/+0
Change-Id: I0babeb2c75ce8e46bf9ae305c3ddc2a86759605e Issue-ID: CIMAN-126 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-21Bump minor versionJessica Wagantall1-3/+3
Bump minor version in preparation for Amsterdam branching. Change-Id: Icaa42897a166686539db7cc242d0e4aa9af52a48 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-11Revert "Update distributionManagement serverIds"Gary Wu1-4/+4
This reverts commit c93675909cd9d81064d1fdd8c0c7f33ba39fc7cc. Change-Id: Ia3d0f75785e4ba9bb25d6cdb55e32206e120c38e Issue-ID: INT-249 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-11Update distributionManagement serverIdsGary Wu1-4/+4
Change-Id: Iafd88030b0c9a90abbb3d92d215fc13197a67885 Issue-ID: INT-249 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-08Move checkstyle config to plugins sectionGary Wu1-66/+73
Move ONAP checkstyle config from the pluginManagement section to the plugins section to fix dependency resolution issues. Change-Id: I8cc359e2d2e588717eb2f7dd56b691c8ee3cdf0a Issue-ID: INT-128 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-06OParent children do not find checkstyleAnaël Closson1-0/+13
The checkstyle plugin cannot be found by projects inheriting by OParent. When maven executes the check-license execution, he finds the org.onap.oparent:checkstyle:jar:1.0.0 as dependency and tries to retreive it. The repository section doesn't apply to plugin dependencies and so the org.onap.oparent:checkstyle:jar cannot be found. By adding it as dependency of the org.onap.oparent:oparent project, the artifact is downloaded using the project repositories and is already available when the plugin dependencies are checked. This might be due to a maven bug. Change-Id: I9eabea660b5fe8ceacc7299914e64ccccd7c2850 Issue-Id: INT-128 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-05Relax O-Parent license check requirementsv0.1.11.0.0-ONAP1.0.0-AmsterdamGary Wu1-4/+3
Relax O-Parent license check formatting requirements. At the same time, violations will now become errors and will fail builds. Change-Id: Ie581895796cc06a9f008d7b739583fb44673aa19 Issue-ID: INT-135 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-05Merge "OParent deps not downloaded by children"Gary Wu1-0/+23
2017-09-04OParent deps not downloaded by childrenAnaël Closson1-0/+23
When compiling a project that use OParent as parent project, despite the usage of ONAP nexus repositories in the project repositories configuration, the dependencies of org.onap.oparent:oparent are only searched on maven central which results in build failure for those projects. Issue-Id: INT-128 Change-Id: Iba9b92cc563685ffe9454d824191028b357bc9f1 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-01Remove config for version-check pluginGary Wu1-17/+0
Change-Id: I559aa436b9a22e2490ef5c4cf9895dd4f83d6628 Issue-ID: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-30Temporarily disable version-check-maven-pluginGary Wu1-4/+0
Temporarily disable version-check-maven-plugin until we resolve the proxy issue. Change-Id: Idbf05d0c22388665ecc2dc321a5126493bede1c6 Issue-id: INT-125 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-30Remove dependency on version-check-maven-pluginGary Wu1-7/+0
Change-Id: I66e969cd449c74cc9ea9631f4b7747a4d3acfb96 Issue-id: INT-125 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-29Move version manifest to integration repoGary Wu1-1/+1
Change-Id: Ie2f8f65d866a403db490efcdd84e8873c3c3bae5 Issue-id: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-29Maven plugin to check dependency versionsGary Wu1-248/+269
Initial draft of a custom maven plugin to check dependency versions against the version manifest. Change-Id: If009461f6ecbcd86e5a43004a1c5a421ec02ccca Issue-id: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-21Refactor oparent for independent versioningGary Wu1-0/+493
Change-Id: I543f394b360b6926986f33b48bef4b3355363beb Issue-id: INT-103 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>