diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:18:36 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-04 13:18:36 -0400 |
commit | a3e9b9cea143816780eed14896ca5843402ee371 (patch) | |
tree | 04b380e4683417732f356665776bc434c4fbd153 /ncomp-sirius-manager-generator | |
parent | fda4748abd50ab420782377fd5e9bd09ef8a4beb (diff) |
pom javadoc
Change-Id: Ibe01a4973534f0a270216e501ab2ae63a4a6f9fc
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'ncomp-sirius-manager-generator')
-rw-r--r-- | ncomp-sirius-manager-generator/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ncomp-sirius-manager-generator/pom.xml b/ncomp-sirius-manager-generator/pom.xml index d1b586f..1f88601 100644 --- a/ncomp-sirius-manager-generator/pom.xml +++ b/ncomp-sirius-manager-generator/pom.xml @@ -1,5 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<?xml version="1.0"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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> <groupId>org.openecomp.ncomp.sirius.manager</groupId> <artifactId>ncomp-sirius-manager-generator</artifactId> @@ -14,7 +14,7 @@ <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy> <openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId> <openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId> - </properties> + <nexusproxy>https://nexus.onap.org</nexusproxy></properties> <build> @@ -96,7 +96,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore/> </action> </pluginExecution> </pluginExecutions> @@ -143,8 +143,8 @@ <url>${openecomp.nexus.snapshots}</url> </snapshotRepository> <site> - <id>dcae-javadoc</id> - <url>${site.urlroot}/${project.artifactId}/${project.version}/</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/sirius/manager/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> |