Age | Commit message (Collapse) | Author | Files | Lines |
|
Refactor oparent pom to support running builds against local nexus
repos without having to modify oparent source code.
Change-Id: Ic4bd87a6c140ea0d5600fa0cf9aaa37543afcd77
Issue-ID: INT-652
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Ic6c2875ccaab4c31c2db81f9a08845dfb9812894
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
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>
|
|
Change-Id: Ib0ade741e66762822cfac67fd2f010bec9e66f89
Issue-ID: INT-506
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Icb213b4513af3dc032463ba0fa66fbdd57a2e081
Issue-ID: INT-440
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Issue-ID: INT-440
Change-Id: Ifafff74f10336ac820576a3311c33e92f88d4307
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Use Sonar plugin version 3.2
Change-Id: Id2ec0e7bd949b25b6c8e4a8c5d65dd9ddecaa5c1
Issue-ID: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Change-Id: I0babeb2c75ce8e46bf9ae305c3ddc2a86759605e
Issue-ID: CIMAN-126
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
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>
|
|
Fail the build if SNAPSHOT dependencies are detected.
Change-Id: If2acd1ea46d013c632dcc1897e09bc853e236518
Issue-ID: INT-309
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
This reverts commit c93675909cd9d81064d1fdd8c0c7f33ba39fc7cc.
Change-Id: Ia3d0f75785e4ba9bb25d6cdb55e32206e120c38e
Issue-ID: INT-249
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Iafd88030b0c9a90abbb3d92d215fc13197a67885
Issue-ID: INT-249
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
This allows python projects to inherit common stuff from this
Change-Id: Ifea061e33be75237ebe459fc7481d32cdbcc2182
Signed-off-by: DR695H <dr695h@att.com>
|
|
Change-Id: I52ae07477f68e7ae665fa1d9c1f4ee2ae486d59f
Issue-ID: INT-124
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Issue-Id: DCAEGEN2-60
Change-Id: I51f4ed9d7d282bf6b91d7e5c32fb1057957af003
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I32537204c3b75327492125c6fa888465fc06118a
Issue-ID: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
|
|
Temporarily allow SNAPSHOT dependencies on oparent
during the transition period while the
Independent Versioning process is being rolled out.
Change-Id: I2bd023546c047da6fac5ae0dec714be9f3aaba13
Issue-id: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I7bcce33d1ffdd1d49d25d02090313305b0ecf34f
Issue-id: INT-121
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
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>
|
|
The maven plugin used for displaying the list of artifacts that can be
updated consumes a lot of time on each job execution on the LF infrastructure.
The execution should be optional and can be configured by assigning it
on a specific maven phase when needed using the following variable:
versions.plugin.phase
By default, it's assigned to a non existing phase to disable it.
Change-Id: I30d38a8458e6e855ff27cf3c31678cbc373e59c9
Issue-Id: INT-121
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
The ruleset.xml file had to be online before being enabled.
Change-Id: I6f2c8367a87d5c71d2bfbe3f93223e94707e97e8
Issue-id: INT-121
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
This patch adds an enforcer to force users of oparent as parent to use release
versions of artifacts.
Current rules are quite loose to avoid breaking too much project.
Following options might be removed when needed :
<failWhenParentIsSnapshot> : when at least oparent changes its version
<onlyWhenRelease> : when most project have removed their snapshot dependencies
Change-Id: I1f9824557c5bbaae9f4a1378c3bc223edd4b5da4
Issue-id: INT-122
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Projects using oparent as parent should have information about outdated
dependencies. This is done at validation phase.
A (template of a) list of rules is provided to ignore certain versions,
a more importantly to ignore all versions of an artifact but one.
This might be use to warn projects not using the needed dependency
of an artifact when preparing for an specific release of ONAP.
Current rule file is commented as it breaks it's not available on the
git repository.
Change-Id: I30bbbe5d14d8f297f046700963cc5a238e41901f
Issue-id:INT-121
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Change-Id: I4fc1010bd7b3835d9ab6c59b1487328b8b66f7a9
Issue-id: INT-111
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: Ib4f02e7863b09a4c9476f82fee536598aeff59fa
Issue-id: INT-111
Issue-id: INT-110
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I543f394b360b6926986f33b48bef4b3355363beb
Issue-id: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Add required mvn setting for generating
swagger json and service java sdk automatically
Change-Id: I632b46ed5d234582b9cfcf9d4ff1409873d1a050
Issue-Id: MSB-14
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Change-Id: I06b42408e41f03e5e0c6b8715ebfd69bf99d67a2
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Make license check warning only for now.
Set default java version to 8.
Change-Id: Idbbc617c739a45bbecbfdd3f8bc394e648b852a8
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I74f6c92bcc2327ad41bc997c04091e2c01fdf1da
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|