Modify deploy plugin for authz 19/39219/1
authorSai Gandham <sg481n@att.com>
Tue, 27 Mar 2018 18:05:26 +0000 (18:05 +0000)
committerSai Gandham <sg481n@att.com>
Tue, 27 Mar 2018 18:05:32 +0000 (18:05 +0000)
Issue-ID: AAF-197
Change-Id: Ic42b462ee01cae61280208f523137c4f21f05bf2
Signed-off-by: Sai Gandham <sg481n@att.com>
cadi/pom.xml
misc/env/pom.xml
misc/log4j/pom.xml
misc/pom.xml
misc/rosetta/pom.xml
misc/xgen/pom.xml

index 133ee67..1fda393 100644 (file)
        </organization>
        <packaging>pom</packaging>
 
+       
+       <parent>             
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.1.0</version>
+    </parent>
+       
        <properties>
                <skipSigning>true</skipSigning>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index ddc76cb..2859f4b 100644 (file)
                        <name>AAF Release Repository</name>
                        <url>${nexusproxy}${releaseNexusPath}</url>
                </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>AAF Snapshot Repository</name>
+                       <url>${nexusproxy}${snapshotNexusPath}</url>
+               </snapshotRepository>
                <site>
                        <id>ecomp-site</id>
                        <url>dav:${nexusproxy}${sitePath}</url>
index 1f0cffa..6ceae31 100644 (file)
                                        <artifactId>maven-deploy-plugin</artifactId>
                                        <version>2.6</version>
                                        <configuration>
-                                               <skip>false</skip>
+                                               <skip>true</skip>
                                        </configuration>
                                </plugin>
                                <plugin>
                        <name>AAF Release Repository</name>
                        <url>${nexusproxy}${releaseNexusPath}</url>
                </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>AAF Snapshot Repository</name>
+                       <url>${nexusproxy}${snapshotNexusPath}</url>
+               </snapshotRepository>
                <site>
                        <id>ecomp-site</id>
                        <url>dav:${nexusproxy}${sitePath}</url>
index 018ec08..c346efe 100644 (file)
        <name>AAF Misc Parent</name>
        <version>1.3.0-SNAPSHOT</version>
        <packaging>pom</packaging>
+       
+       <parent>             
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.1.0</version>
+    </parent>
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                        <name>AAF Release Repository</name>
                        <url>${nexusproxy}${releaseNexusPath}</url>
                </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>AAF Snapshot Repository</name>
+                       <url>${nexusproxy}${snapshotNexusPath}</url>
+               </snapshotRepository>
                <site>
                        <id>ecomp-site</id>
                        <url>dav:${nexusproxy}${sitePath}</url>
index 57e8c90..3226613 100644 (file)
                        <name>AAF Release Repository</name>
                        <url>${nexusproxy}${releaseNexusPath}</url>
                </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>AAF Snapshot Repository</name>
+                       <url>${nexusproxy}${snapshotNexusPath}</url>
+               </snapshotRepository>
                <site>
                        <id>ecomp-site</id>
                        <url>dav:${nexusproxy}${sitePath}</url>
index f34e60a..4a23a99 100644 (file)
                        <name>AAF Release Repository</name>
                        <url>${nexusproxy}${releaseNexusPath}</url>
                </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>AAF Snapshot Repository</name>
+                       <url>${nexusproxy}${snapshotNexusPath}</url>
+               </snapshotRepository>
                <site>
                        <id>ecomp-site</id>
                        <url>dav:${nexusproxy}${sitePath}</url>