From 00e935fc6b8baae4d9b9ffef2c748202a60b66b4 Mon Sep 17 00:00:00 2001 From: avigaffa Date: Sun, 10 Sep 2017 08:58:51 +0300 Subject: Add latest bug fixes to master Change-Id: Ieddc2330ad4e093984f14a69b52f2ca5cb465a10 Issue-ID: SDC-293 Signed-off-by: avigaffa --- openecomp-ui/pom.xml | 268 +++++++++++++++++++++++++-------------------------- 1 file changed, 132 insertions(+), 136 deletions(-) (limited to 'openecomp-ui/pom.xml') diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 026f129b93..609cc914ae 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -1,153 +1,25 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openecomp.sdc + com.att.asdc.onboarding onboarding-fe onboarding-ui-war + 1.0-SNAPSHOT war - - org.openecomp.sdc - sdc-onboarding - 1.1.0-SNAPSHOT - ../onboarding - - - - - - - maven-clean-plugin - 2.6.1 - - - clean.dist.folder - clean - - clean - - - - - ${basedir}/dist - - - ${basedir}/node_modules - - - ${basedir}/../dox-sequence-diagram-ui/dist - - - ${basedir}/../dox-sequence-diagram-ui/node_modules - - - - - - - - - - - - com.github.eirslett - frontend-maven-plugin - 1.4 - - - ${project.parent.parent.basedir} - - - - - - install node and npm - - install-node-and-npm - - - v6.9.5 - 3.10.10 - - - - - npm set progress off - - npm - - - set progress=false - - - - - npm install in dox-sequence-diagram-ui - - npm - - - ${project.basedir}/../dox-sequence-diagram-ui - install - - - - - npm install - - npm - - - install - - - - - npm run build - - npm - - - run build -- --version=${project.version} - - - - - - - maven-antrun-plugin - - - repack war - prepare-package - - - - - - - - - - - - run - - - - - - org.apache.maven.plugins maven-war-plugin - 3.0.0 + webapp-onboarding\WEB-INF\web.xml - ${basedir}/target/dist + external-resources/healthcheck + + v1.0/healthcheck + @@ -155,4 +27,128 @@ + + + + + dox + + true + + + + 10.147.3.4 + 8081 + ${amdocs.repository.host}:${amdocs.repository.port} + daily + + + + + Amdocs + Amdocs public + http://${amdocs.repository.address}:${amdocs.repository.port}/nexus/content/groups/public/ + + true + ${amdocs.repository.updatePolicy.default} + ignore + + + false + ${amdocs.repository.updatePolicy.default} + ignore + + + + + snapshots + Maven Snapshot Repository + http://${amdocs.repository.address}/nexus/content/repositories/snapshots/ + + false + ${amdocs.repository.updatePolicy.default} + ignore + + + true + ${amdocs.repository.updatePolicy.default} + ignore + + + + + + + + ASDC + http://${amdocs.repository.address}/nexus/repository/D2-tlv-release + + + snapshots + http://${amdocs.repository.address}/nexus/content/repositories/snapshots + false + + + + + + + att + + false + + + + mavencentral.it.att.com + 8084 + att-repository-releases + att-repository-snapshots + nexus + nexus + + + + + 2020 + 2020 + http://${nexusServerName}:${nexusServerPort}/nexus/content/groups/2020SAPC/ + default + + + + ATT public + ATT public + http://${nexusServerName}:${nexusServerPort}/nexus/content/groups/att-public-group/ + default + + + + + + + nexus + Nexus repository + http://${nexusServerName}:${nexusServerPort}/nexus/content/repositories/att-public-group + default + + + + + + + ${nexus.id.snapshot} + att-repository-snapshots + http://${nexusServerName}:${nexusServerPort}/nexus/content/repositories/${nexus.snapshot.repository}/ + + + + ${nexus.id.release} + att-repository-releases + http://${nexusServerName}:${nexusServerPort}/nexus/content/repositories/${nexus.release.repository}/ + + + + + + -- cgit 1.2.3-korg