pom.xml cleanup
[vid.git] / vid-webpack-master / pom.xml
index fd069d7..b4445dd 100644 (file)
@@ -9,17 +9,13 @@
       inherit from a parent maven module. -->
   <groupId>org.onap.vid</groupId>
   <artifactId>vid-webpack-master</artifactId>
-  <version>1.3.0</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>VID UI</name>
   <description>VID UI</description>
 
   <properties>
     <encoding>UTF-8</encoding>
-    <!--<epsdk.version>1.3.0</epsdk.version>-->
-    <!--<springframework.version>4.2.0.RELEASE</springframework.version>-->
-    <!--<hibernate.version>4.3.11.Final</hibernate.version>-->
-    <!--<jackson.version>2.6.3</jackson.version>-->
     <!-- Skip assembling the zip by default -->
     <skipassembly>true</skipassembly>
     <!-- Tests usually require some setup that maven cannot do, so skip. -->
 
 
   <repositories>
-    <repository>
-      <!-- Snapshots repository has ECOMP snapshot artifacts -->
-      <id>att-mavencentral-ecomp-snapshots-repo</id>
-      <name>ATT Maven Central - Snapshots</name>
-      <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-snapshots/</url>
-    </repository>
     <repository>
       <id>onap-staging</id>
       <name>ONAP - Staging Repository</name>
       <url>${nexusproxy}/${stagingNexusPath}</url>
     </repository>
-    <repository>
-      <!-- Releases repository has ECOMP release artifacts -->
-      <id>att-mavencentral-ecomp-releases-repo</id>
-      <name>ATT Maven Central - Releases</name>
-      <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-releases/</url>
-    </repository>
-    <repository>
-      <!-- Third party repository has Oracle and other jars -->
-      <id>att-mavencentral-3rd-repo</id>
-      <name>ATT Maven Central - Third Party</name>
-      <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-3rd-party/</url>
-    </repository>
-    <repository>
-      <!-- Service Assurance group has UEB/Cambria jars -->
-      <id>att-mavencentral-sa-group</id>
-      <name>ATT Maven Central - Service Assurance Group</name>
-      <url>http://mavencentral.it.att.com:8084/nexus/content/groups/2020SAPC/</url>
-    </repository>
-    <repository>
-      <!-- SWM repository has EELF jars -->
-      <id>att-swm-repo</id>
-      <name>ATT SWM Repository</name>
-      <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/swm-releases</url>
-    </repository>
-
-    <repository>
-      <!-- Public repository has ECOMP jars -->
-      <id>att-mavencentral-public</id>
-      <name>ATT Maven Central - Public Group</name>
-      <url>http://mavencentral.it.att.com:8084/nexus/content/groups/att-public-group</url>
-    </repository>
     <repository>
       <id>ecomp-releases</id>
       <name>OpenECOMP - Release Repository</name>
 
   <distributionManagement>
     <repository>
-      <id>vid-releases</id>
+      <id>ecomp-releases</id>
       <name>VID Release Repository</name>
-      <url>https://162.242.254.138:8443/repository/maven-releases</url>
+      <url>${nexusproxy}/${releaseNexusPath}</url>
     </repository>
-
     <snapshotRepository>
-      <id>vid-snapshots</id>
+      <id>ecomp-snapshots</id>
       <name>VID Snapshot Repository</name>
-      <url>https://162.242.254.138:8443/repository/maven-snapshots</url>
+      <url>${nexusproxy}/${snapshotNexusPath}</url>
     </snapshotRepository>
+
   </distributionManagement>
 
   <profiles>
     <profile>
       <id>if-not-webpack</id>
-      <activation><activeByDefault>true</activeByDefault></activation>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <build>
         <plugins>
           <plugin>
                 <phase>validate</phase>
                 <configuration>
                   <target>
-                    <mkdir dir="${project.basedir}/dist/" />
+                    <mkdir dir="${project.basedir}/dist/"/>
                     <echo file="${project.basedir}/dist/NO-WEBPACK.txt" append="false">
-                      Note: 'webpack' profile was not selected while mvn build. This 'dist' folder was created to make the war creation through.
+                      Note: 'webpack' profile was not selected while mvn build. This 'dist' folder was created to make
+                      the war creation through.
                     </echo>
                   </target>
                 </configuration>
                   <arguments>install</arguments>
                   <environmentVariables>
                     <CYPRESS_INSTALL_BINARY>0</CYPRESS_INSTALL_BINARY>
-                    <NO_PROXY>.att.com</NO_PROXY>
-                    <http_proxy>http://one.proxy.att.com:8080</http_proxy>
-                    <https_proxy>http://one.proxy.att.com:8080</https_proxy> <!-- for cypress install -->
                   </environmentVariables>
                 </configuration>
               </execution>
       </plugin>
 
     </plugins>
-
-
   </build>
-
   <dependencies>
   </dependencies>
-
 </project>