diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,7 +4,7 @@ <groupId>org.openecomp</groupId> <artifactId>mso</artifactId> <packaging>pom</packaging> - <version>0.0.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>MSO main project</name> <description>This Maven project is responsible to build and package all child projects - contributions in the MSO project. This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB. @@ -42,6 +42,7 @@ <nexusproxy>https://nexus.openecomp.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> + <sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> <distributionManagement> @@ -56,8 +57,8 @@ <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> <site> - <id>ecomp-javadoc</id> - <url>dav:https://ecomp-nexus:8443/repository/mso-javadoc/${project.version}</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> <reporting> |