From 30dca6e573f544599ea7b600dc3cbb6c189d1892 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Mon, 9 Apr 2018 21:22:48 +0000 Subject: Include all modules in AAF parent Issue-ID: AAF-215 Change-Id: I5aa4b496cebc8d46c720180623ba928c414fad7c Signed-off-by: Sai Gandham --- auth/auth-client/pom.xml | 221 ----------------------------------------------- 1 file changed, 221 deletions(-) delete mode 100644 auth/auth-client/pom.xml (limited to 'auth/auth-client/pom.xml') diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml deleted file mode 100644 index fe4be70c..00000000 --- a/auth/auth-client/pom.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - 4.0.0 - - - - aaf-auth-client - AAF Auth Client - XSD Generated classes for AAF Auth - org.onap.aaf.authz - 2.1.0-SNAPSHOT - jar - - - 2.1.0-SNAPSHOT - UTF-8 - true - - true - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} - - - - - Jonathan Gathman - jonathan.gathman@att.com - ATT - - Architect - Lead Developer - - - - Gabe Maurer - gabe.maurer@att.com - ATT - - Developer - - - - Ian Howell - ian.howell@att.com - ATT - - Developer - - - - Sai Gandham - sai.gandham@att.com - ATT - - Developer - - - - - - - - junit - junit - 4.10 - test - - - - - - - - org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - 0.8.2 - - - - generate - - - - - src/main/xsd - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.5 - - false - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - org.onap.aaf.* - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco-it.exec - - - - - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - - - - - - - - - ecomp-releases - AAF Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - -- cgit 1.2.3-korg