Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: SO-371
Change-Id: I954ea2188e571c60d411612a9d1169e5704400d2
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Change-Id: I6cc9250c2b5a139de770c2e6d6f697f311b6da41
Issue-ID: SO-362
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
|
|
Change-Id: Ifd4dc937ba4047fd2de98c9f96d3202a55199b21
Issue-ID: SO-362
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
|
|
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
IssueId: SO-346
Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-290
Change-Id: I3f5afe3c1109878564f62759fdbf1f88c9d00194
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
1. Coordinated jacoco and surefire JVM arg line options
2. Changed sonar plugin version to 2.19.1
3. Removed dead code (unused classes)
Issue: SO-193
Change-Id: I21b7a77510eec71f4d4ca9afde5b7f86f0e3cbd7
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Fix the AAI java package names that was still openecomp,
remove the variable for LF repositories due to Oparent, Fix the
jacoco to overwrite the oparent settings (fix test coverage)
Change-Id: I40b9b326e33ff27992a1bf2cc9d3094d338f8828
Issue-ID: SO-168
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Issue: SO-71
Change-Id: I91d503b52909cfcb62ca4b5cd93f6cfc70d6eb24
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
The Mojohaus license plug-in was previously used to add automatically
a license to a file.
Since any new file is not necessary created under the AT&T license,
the plug-in needs to be removed.
Change-Id: I58642c091308cd8067a48361bd02671f208e146b
Issue-id: SO-69
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
|
|
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I9dac605bac7d9da1c29a7b345dbf6119f6423465
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
This commit rebases changes from openecomp-mso/internal-staging-1710 up to and including this codecloud commit:
54483fc6606ddb1591a2e9da61bff8712325f924
Wed Sep 6 18:12:56 2017 -0400
Rebasing was done on a branch on top of this commit in so/master in ONAP:
93fbdfbe46104f8859d4754040f979cb7997c157
Thu Sep 7 16:42:59 2017 +0000
Change-Id: I4ad9abf40da32bf5bdca43e868b8fa2dbcd9dc59
Issue-id: SO-107
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
The top level pom will contain:
<groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>
Child modules will contain:
<parent>
<groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.so</groupId>
<artifactId>some-child-artifact</artifactId>
Note that the groupId for the direct child module will be
the same as the groupId for its parent.
Issue: SO-21
Change-Id: I1976819df459d92937c6a4780959c32599dc3e71
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
There are Linux Foundation rules (enforced by nexus) that I still
don't really understand. I'm convinced this is absolutely true:
The groupId of every artifact in a project MUST begin with:
org.openecomp.<project>
--or--
org.onap.<project>
The top-level artifact is no exception. So for example, this is
NOT allowed:
<groupId>org.openecomp</groupId>
<artifactId>so</groupId>
Here's what I'm trying now. The top level pom will contain:
<groupId>org.openecomp.so</groupId>
<artifactId>so-parent</artifactId>
Child modules will contain:
<parent>
<groupId>org.openecomp.so</groupId>
<artifactId>so-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.so</groupId>
<artifactId>some-child-artifact</artifactId>
Note that the groupId for the direct child module will be the
same as the groupId for its parent.
Issue: SO-21
Change-Id: I0d3cd2eb7a1883e23e3c0878ee7fa3dd4a7d55b2
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
More problems encountered since mso repos were renamed.
We now have found that this declaration in the top-level so pom
causes the deploy to fail with a 403 Forbidden error:
<groupId>org.openecomp</groupId>
<artifactId>so</artifactId>
We are changing this to:
<groupId>org.openecomp.so</groupId>
<artifactId>framework</artifactId>
Issue: SO-21
Change-Id: I4e21d689c73c5071bde725127bb81482ce3d91f9
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
I hope this will fix the daily jenkins builds.
Issue: SO-65
Change-Id: Iee8e975dd894e7bd937bab0ae033188f133f5fce
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Since the repositories were renamed from "mso" to "so" the
artifact group IDs in the poms must be updated to match.
Issue: SO-39
Change-Id: I617fe738a77d0f6c1d1cc0ac9474fb753f4e234c
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Change-Id: I29e1f18e3ae1cf04a989206cf32cfcfd0aec95a6
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
The build was broken due to a snapshot reference, this snapshot
repository is missing
Change-Id: I301c37fc1c3f64dc64752df39d35780a49a88025
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes.
Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc
Signed-off-by: xg353y <xg353y@intl.att.com>
|
|
The openecomp.org namespace is deprecated in favor of the onap.org
namespace
Change-Id: Icca272615a21c5c07d4c4341759752e758a45957
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
|
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8
Signed-off-by: ChrisC <cc697w@intl.att.com>
|
|
Change-Id: Ic8b46a7fd2c41b47dd11d4dc4a998de17f53223b
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Tags will look like :
version-STAGING-commitId
If no 'mso.git.commit' passed, last part will be blank
Change-Id: I4ba4dc1c6f292e8f1f4d2d0470678712546796e4
Signed-off-by: JulienBe <jb379x@att.com>
|
|
Add configurable paths for distributionManagement release and snapshot
deploy
Change-Id: I3b823dbb1e48409febd8740d4913cf74778f9455
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Move the Nexus URL base to a property and fix up all the references to
use the new property. This way it is easier to make sure that all URLs
are referencing the correct Nexus URL
Change-Id: Icabcac4d6b3c968f57678022c0802e394882d826
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
|
Added the staging maven repository to be able to build
as openstack is not yet in release repository
Change-Id: I4ec58433762d1fb6ce707f63f3e26c10a940e51f
Signed-off-by: eh552t <eh552t@intl.att.com>
|
|
Change-Id: I63871dfa4ff41ae608fc62722c129efaf3920926
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Change-Id: If4a0eee07ab78ac6f23bfb57f7a9b3181867a538
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
|
|
Change-Id: I57e059e71b1f487baf03d7858f257d101788376f
Signed-off-by: JulienBe <jb379x@att.com>
|
|
Change-Id: I0344c26f261e5dd952d083797f6be9e519efba47
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Signed-off-by: JulienBe <jb379x@att.com>
|
|
Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d
Signed-off-by: ChrisC <cc697w@intl.att.com>
|