X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=08b2c124049ee91d43867ad8ce09c83806ecdae6;hb=dd7e9878066b0de0d8c0acddf58aec5702e83115;hp=d794c98c4c8d4c0842ce28e6855a2cc46d790c0d;hpb=aefeb9ff5ec5c7ce3c20f420db1116c31f034615;p=aai%2Faai-common.git diff --git a/pom.xml b/pom.xml index d794c98c..08b2c124 100644 --- a/pom.xml +++ b/pom.xml @@ -1,36 +1,111 @@ - + + 4.0.0 org.onap.oparent oparent - 1.1.0-SNAPSHOT + 2.1.0 org.onap.aai.aai-common aai-common - 1.2.1-SNAPSHOT + 1.13.5-SNAPSHOT pom aai-aai-common Contains all of the common code for resources and traversal repos - aai-schema + aai-parent + aai-rest + aai-schema-ingest aai-annotations + aai-aaf-auth aai-core aai-auth - aai-utils - aai-client-loadbalancer + aai-els-onap-logging + aai-failover + aai-utils + aai-schema-abstraction + + + docker + + aai-common-docker + + + + + ${project.version} + true /content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version} - https://nexus.onap.org + https://nexus.onap.org + /content/repositories/snapshots/ + ecomp-snapshots + /content/repositories/releases/ + ecomp-releases + + + net.revelc.code.formatter + formatter-maven-plugin + 2.8.1 + + ${project.parent.basedir}/onap-java-formatter.xml + + + + + com.diffplug.spotless + spotless-maven-plugin + 1.18.0 + + + + com,java,javax,org + + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -41,24 +116,36 @@ org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 + maven-source-plugin + 3.0.1 - default-deploy - none + attach-sources + deploy + + jar-no-fork + - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + com.mycila + license-maven-plugin + 3.0 - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging +
LICENSE.TXT
+ + src/main/java/** + src/test/java/** + pom.xml + + true + false
@@ -68,30 +155,6 @@ org.apache.maven.plugins maven-site-plugin 3.6 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.4 - - false - false - - - dependencies - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - -Xdoclint:none - - - - org.apache.maven.wagon @@ -100,14 +163,23 @@ + + com.mycila + license-maven-plugin +
+ + ${onap.nexus.release.id} + ECOMP Release Repository + ${onap.nexus.url}${onap.nexus.release.path} + - ecomp-snapshots + ${onap.nexus.snapshot.id} ECOMP Snapshot Repository - ${onap.nexus.url}/content/repositories/snapshots/ + ${onap.nexus.url}${onap.nexus.snapshot.path} ecomp-site @@ -133,10 +205,33 @@ true + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + false + false + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + -Xdoclint:none + + + + + Log4j + Log4J repository + https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j + AJSC AJSC repository @@ -147,26 +242,17 @@ maven reslet https://maven.restlet.com/ - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - ecomp-releases ECOMP Release Repository ${onap.nexus.url}/content/repositories/releases/ - - ecomp-staging - ECOMP Staging Repository - ${onap.nexus.url}/content/repositories/staging/ - ecomp-snapshots ECOMP Snapshot Repository ${onap.nexus.url}/content/repositories/snapshots/ +
+