[VID-6] Fixed pom files
[vid.git] / epsdk-app-onap / pom.xml
index e82abd2..0477940 100755 (executable)
                                        <url>https://oss.sonatype.org/service/local/repositories/releases/content/</url>\r
                                </repository>\r
                        </repositories>\r
+                       <distributionManagement>\r
+                               <repository>\r
+                                       <id>ecomp-releases</id>\r
+                                       <name>VID Release Repository</name>\r
+                                       <url>${nexusproxy}/${releaseNexusPath}</url>\r
+                               </repository>\r
+                               <snapshotRepository>\r
+                                       <id>ecomp-snapshots</id>\r
+                                       <name>VID Snapshot Repository</name>\r
+                                       <url>${nexusproxy}/${snapshotNexusPath}</url>\r
+                               </snapshotRepository>\r
+                               <!-- added for javadoc -->\r
+                               <site>\r
+                                       <id>ecomp-site</id>\r
+                                       <url>dav:${nexusproxy}${sitePath}</url>\r
+                               </site>\r
+                       </distributionManagement>\r
                </profile>\r
        </profiles>\r
 \r
        <build>\r
                <finalName>vid</finalName>\r
                <plugins>\r
+                       <plugin>\r
+                               <groupId>org.codehaus.mojo</groupId>\r
+                               <artifactId>versions-maven-plugin</artifactId>\r
+                               <version>1.3.1</version>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.sonatype.plugins</groupId>\r
+                               <artifactId>nexus-staging-maven-plugin</artifactId>\r
+                               <version>1.6.7</version>\r
+                               <extensions>true</extensions>\r
+                               <configuration>\r
+                                       <nexusUrl>${nexusproxy}</nexusUrl>\r
+                                       <stagingProfileId>176c31dfe190a</stagingProfileId>\r
+                                       <serverId>ecomp-staging</serverId>\r
+                               </configuration>\r
+                       </plugin>\r
+\r
                        <!-- Compile to Java 1.8 class output format -->\r
                        <plugin>\r
                                <groupId>org.apache.maven.plugins</groupId>\r