aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13Remove maven-license-plugin from pom.xmlRob Daugherty1-39/+0
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>
2017-09-11Merge "Cleanup project's name in Sonar"Seshu Kumar M1-1/+1
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: I9dac605bac7d9da1c29a7b345dbf6119f6423465 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-081710 Rebase - Second AttemptArthur Martella1-27/+5
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>
2017-08-04Another attempt to fix deploy problemRob Daugherty1-1/+1
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>
2017-08-04Failed to deploy so artifacts in nexus (again)Rob Daugherty1-1/+1
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>
2017-08-01Failed to deploy so artifacts in nexusRob Daugherty1-2/+2
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>
2017-07-20More pom changes needed since repos were renamedRob Daugherty1-1/+1
I hope this will fix the daily jenkins builds. Issue: SO-65 Change-Id: Iee8e975dd894e7bd937bab0ae033188f133f5fce Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty1-2/+2
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>
2017-05-03Using onap instead of openecomp in doc pathAnaël Closson1-1/+1
Change-Id: I29e1f18e3ae1cf04a989206cf32cfcfd0aec95a6 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-04-25Add a repository to fix maven buildDeterme, Sebastien (sd378r)1-1/+7
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>
2017-04-11[MSO-8] Update the maven dependencyxg353y1-10/+5
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>
2017-03-29Update domain URLs from openecomp.org to onap.orgAndrew Grimberg1-2/+2
The openecomp.org namespace is deprecated in favor of the onap.org namespace Change-Id: Icca272615a21c5c07d4c4341759752e758a45957 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-13Update to version 1.1.0ChrisC1-1/+1
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-03-09Update configuration for maven siteAnaël Closson1-2/+3
Change-Id: Ic8b46a7fd2c41b47dd11d4dc4a998de17f53223b Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-03-08Adding tagging to our staging imagesJulienBe1-0/+1
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>
2017-02-20Dynamic and configurable paths for distributionDeterme, Sebastien (sd378r)1-3/+5
Add configurable paths for distributionManagement release and snapshot deploy Change-Id: I3b823dbb1e48409febd8740d4913cf74778f9455 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-02-15Move Nexus URL base to a propertyAndrew Grimberg1-5/+6
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>
2017-02-14Added Staging maven repoeh552t1-0/+5
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>
2017-02-07Use nexus staging repo for deploymentsAnaël Closson1-0/+14
Change-Id: I63871dfa4ff41ae608fc62722c129efaf3920926 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-07Indentation cleanupAnaël Closson1-158/+132
Change-Id: If4a0eee07ab78ac6f23bfb57f7a9b3181867a538 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-06Moving from ecomp-nexus to nexus.openecompJulienBe1-10/+3
Change-Id: I57e059e71b1f487baf03d7858f257d101788376f Signed-off-by: JulienBe <jb379x@att.com>
2017-02-06Use nexus.openecomp.org as default for mvn repoJulienBe1-6/+6
Change-Id: I0344c26f261e5dd952d083797f6be9e519efba47 Signed-off-by: Anaël Closson <ac2550@intl.att.com> Signed-off-by: JulienBe <jb379x@att.com>
2017-01-31Initial OpenECOMP MSO commitChrisC1-0/+473
Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC <cc697w@intl.att.com>