From 96b13192b906304b01b5301b240efae87ec89ecf Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 22 Aug 2017 10:58:35 -0400 Subject: Final commit v11/Amsterdam seed code stabilization Fix the indentation in all of the pom files Issue-ID: AAI-202 Change-Id: Ib52d4e1f8f74fdeae22cc77a308755dee1ef98d0 Signed-off-by: Venkata Harish K Kajur --- pom.xml | 359 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 183 insertions(+), 176 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5ac0b306..5636144a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,184 +1,191 @@ - - 4.0.0 - - org.onap.oparent - oparent - 1.0.0-SNAPSHOT - + + 4.0.0 + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + - org.onap.aai.aai-common - aai-common - 1.1.0-SNAPSHOT - pom - aai-common + org.onap.aai.aai-common + aai-common + 1.1.0-SNAPSHOT + pom + aai-common - - aai-schema - aai-annotations - aai-core - aai-auth - + + aai-schema + aai-annotations + aai-core + aai-auth + - - /content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version} - 1.1.0-SNAPSHOT - 1.1.0-SNAPSHOT - 1.1.0-SNAPSHOT - + + /content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version} + 1.1.0-SNAPSHOT + 1.1.0-SNAPSHOT + 1.1.0-SNAPSHOT + - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - org.codehaus.mojo - license-maven-plugin - 1.12 - - false - apache_v2 - 2017 - AT&T Intellectual Property. All rights reserved. - org.openecomp.aai - true - true - true - true - ============LICENSE_START======================================================= - ============LICENSE_END========================================================= - ================================================================================ - - **/*.java - **/*.ksh - **/*.sh - **/*.ftl - **/*.xsd - **/*.xjb - **/aai*.xml - **/*logback*.xml - **/*aaiconfig*.properties - **/*titan*.properties - - - ecomp-auth/* - - - - - first - - update-file-header - - process-sources - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - default-deploy - none - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.codehaus.mojo + license-maven-plugin + 1.12 + + false + apache_v2 + 2017 + AT&T Intellectual Property. All rights reserved. + org.openecomp.aai + true + true + true + true + + ============LICENSE_START======================================================= + + + ============LICENSE_END========================================================= + + + ================================================================================ + + + **/*.java + **/*.ksh + **/*.sh + **/*.ftl + **/*.xsd + **/*.xjb + **/aai*.xml + **/*logback*.xml + **/*aaiconfig*.properties + **/*titan*.properties + + + ecomp-auth/* + + + + + first + + update-file-header + + process-sources + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + - - - ecomp-site - dav:${onap.nexus.url}${sitePath} - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views -Xdoclint:none - org.openecomp.aai.domain.yang.*:org.openecomp.aai.util.* - true - - - - + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views -Xdoclint:none + org.openecomp.aai.domain.yang.*:org.openecomp.aai.util.* + true + + + + - - - AJSC - AJSC repository - https://mvnrepository.com/artifact/com.att.ajsc - - - restlet - maven reslet - https://maven.restlet.com/ - + + + 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 - ${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/ - - + + 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/ + + -- cgit 1.2.3-korg