diff options
-rw-r--r-- | pom.xml | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -19,12 +19,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>3.2.0</version> - <relativePath /> - </parent> <groupId>org.onap.usecase-ui.llm-adaptation</groupId> <artifactId>usecase-ui-llm-adaptation-parent</artifactId> <version>14.0.0-SNAPSHOT</version> @@ -45,4 +39,15 @@ <siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath> </properties> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <url>${nexusproxy}/${releaseNexusPath}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <url>${nexusproxy}/${snapshotNexusPath}</url> + </snapshotRepository> + </distributionManagement> + </project>
\ No newline at end of file |