From: Venkata Harish K Kajur Date: Thu, 1 Mar 2018 00:57:54 +0000 (-0500) Subject: Update activemq logback freemarker for nexus iq X-Git-Tag: v1.2.0~29 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d94784150cc7c5f9ab588b063fb0178d5a3aaf64;p=aai%2Fresources.git Update activemq logback freemarker for nexus iq Also update the pom to add proper distribution management Issue-ID: AAI-792 Issue-ID: AAI-793 Change-Id: Ia82e9602b9af0e2b1fea3fa1875bfc9c6af0eb83 Signed-off-by: Venkata Harish K Kajur --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index e5e00f1a..a0d650fd 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -63,7 +63,7 @@ 1.6.1 2.6 1.0.0 - 1.1.7 + 1.2.3 2.0.0.0 2.7.8 16.0 @@ -76,7 +76,7 @@ 1.6.2 1.48 20090211 - 2.3.14 + 2.3.21 2.2.11 2.6.2 1.9 @@ -85,8 +85,8 @@ 0.2.12 4.4 2.2.0 - 5.14.3 - 4.5.1 + 5.15.3 + 4.5.3 4.3.2.RELEASE 0.4.11 1.0.3.RELEASE @@ -98,10 +98,10 @@ 9.4.1.v20170120 0.23.0 - + docker.io - - + + localhost:5000 1.0.0 @@ -109,13 +109,21 @@ Location where assembly of our scripts, resources and main jar will be held Check the aai-resources/src/main/assembly/descriptor.xml for more info --> - ${project.build.directory}/${project.artifactId}-${project.version}-build/ + ${project.build.directory}/${project.artifactId}-${project.version}-build/ + onap true 4.3.6.RELEASE 1.2.0 1.2 + + https://nexus.onap.org + /content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version} + /content/repositories/releases/ + /content/repositories/snapshots/ + + 4.1.9.Final @@ -144,12 +152,12 @@ ${project.basedir}/src/main/docker - - - ${aai.build.directory} - /${project.artifactId} - - + + + ${aai.build.directory} + /${project.artifactId} + + @@ -640,21 +648,32 @@ org.onap.aai.aai-common aai-client-loadbalancer ${aai.client.loadbalancer.version} + + + io.netty + netty-handler + + + + + io.netty + netty-handler + ${netty.handler.version} + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-jetty - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - - - org.springframework.boot - spring-boot-starter-jetty - org.springframework spring-web @@ -676,7 +695,8 @@ logback.xml localhost-access-logback.xml - ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + false @@ -693,7 +713,8 @@ titan-cached.properties aaiconfig.properties - ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + false @@ -702,7 +723,8 @@ aai-client-cert.p12 tomcat_keystore - ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + true @@ -711,7 +733,8 @@ logback.xml localhost-access-logback.xml - ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + ${project.build.directory}/swm/package/nix/dist_files/opt/app/aai-resources/appconfig + true @@ -797,6 +820,10 @@ true + + org.codehaus.groovy.maven + gmaven-plugin + maven-dependency-plugin @@ -937,4 +964,20 @@ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${release.path} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshot.path} + + + ecomp-site + dav:${nexusproxy}${site.path} + + diff --git a/pom.xml b/pom.xml index 05752ba9..df5e679b 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,9 @@ https://nexus.onap.org + /content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version} + /content/repositories/releases/ + /content/repositories/snapshots/ @@ -46,7 +49,6 @@ - org.apache.maven.plugins maven-site-plugin @@ -84,7 +86,6 @@ - @@ -117,37 +118,20 @@ http://www.evosuite.org/m2 - - - AJSC - AJSC repository - https://mvnrepository.com/artifact/com.att.ajsc - - - restlet - maven reslet - https://maven.restlet.com/ - - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - + ecomp-releases ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}${release.path} - - ecomp-staging - ECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ - - + ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - + ${nexusproxy}${snapshot.path} + + + ecomp-site + dav:${nexusproxy}${site.path} + +