diff options
author | sg481n <sg481n@att.com> | 2017-09-23 02:43:25 +0000 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-09-23 02:45:57 +0000 |
commit | a3d1ba13aaa02e6915f44fb883c2c60ea9991de4 (patch) | |
tree | 06219c273b90693b671223cada2f586168e0438a /rosetta | |
parent | a83bd0516d59ca5fd3c2da69010bbf5f7015bbbd (diff) |
Update License & modify properties in aaf/inno
Updated license file & sitepath modified and O-parent latest added to
parent pom of aaf/inno.
Issue-id: AAF-59
Change-Id: I592fbad2d8c5d68c593baeb8b04cbd4e8d9aac72
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'rosetta')
-rw-r--r-- | rosetta/pom.xml | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/rosetta/pom.xml b/rosetta/pom.xml index c9c224f..896a728 100644 --- a/rosetta/pom.xml +++ b/rosetta/pom.xml @@ -64,7 +64,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/aaf/inno/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
<dependency>
@@ -179,7 +179,6 @@ <nexusUrl>${nexusproxy}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
- <skipNexusStagingDeployMojo>${skip.staging.artifacts}</skipNexusStagingDeployMojo>
</configuration>
</plugin>
<plugin>
@@ -251,34 +250,5 @@ <url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>
- <pluginRepositories>
- <pluginRepository>
- <id>onap-plugin-snapshots</id>
- <url>https://nexus.onap.org/content/repositories/snapshots/</url>
- </pluginRepository>
- </pluginRepositories>
-
- <repositories>
- <repository>
- <id>central</id>
- <name>Maven 2 repository 2</name>
- <url>http://repo2.maven.org/maven2/</url>
- </repository>
- <repository>
- <id>onap-jar-snapshots</id>
- <url>https://nexus.onap.org/content/repositories/snapshots</url>
- </repository>
- <repository>
- <id>spring-repo</id>
- <name>Spring repo</name>
- <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>
- </repository>
- <repository>
- <id>repository.jboss.org-public</id>
- <name>JBoss.org Maven repository</name>
- <url>https://repository.jboss.org/nexus/content/groups/public</url>
- </repository>
- </repositories>
-
</project>
|