Remove Code from cadi, it is now in authz
[aaf/cadi.git] / aaf / pom.xml
diff --git a/aaf/pom.xml b/aaf/pom.xml
deleted file mode 100644 (file)
index 7c433cd..0000000
+++ /dev/null
@@ -1,298 +0,0 @@
-<!--\r
-  ============LICENSE_START====================================================\r
-  * org.onap.aaf\r
-  * ===========================================================================\r
-  * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * ===========================================================================\r
-  * Licensed under the Apache License, Version 2.0 (the "License");\r
-  * you may not use this file except in compliance with the License.\r
-  * You may obtain a copy of the License at\r
-  * \r
-   *      http://www.apache.org/licenses/LICENSE-2.0\r
-  * \r
-   * Unless required by applicable law or agreed to in writing, software\r
-  * distributed under the License is distributed on an "AS IS" BASIS,\r
-  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-  * See the License for the specific language governing permissions and\r
-  * limitations under the License.\r
-  * ============LICENSE_END====================================================\r
-  *\r
-  * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
-  *\r
--->\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <parent>\r
-               <groupId>org.onap.aaf.cadi</groupId>\r
-               <artifactId>parent</artifactId>\r
-               <version>1.0.0-SNAPSHOT</version>\r
-               <relativePath>..</relativePath>\r
-       </parent>\r
-\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <name>CADI AAF (Application Authorization Framework) LUR</name>\r
-       <packaging>jar</packaging>\r
-       <url>https://github.com/att/AAF</url>\r
-       <description>CADI</description>\r
-       <artifactId>cadi-aaf</artifactId>\r
-       <properties>\r
-               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
-               <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
-               <!--  SONAR  -->\r
-               <sonar.skip>true</sonar.skip>\r
-                <jacoco.version>0.7.7.201606060606</jacoco.version>\r
-           <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>\r
-           <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>\r
-           <!-- Default Sonar configuration -->\r
-           <sonar.jacoco.reportPath>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>\r
-           <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>\r
-           <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->\r
-           <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>\r
-        <nexusproxy>https://nexus.onap.org</nexusproxy>\r
-               <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
-               <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
-               <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
-               <sitePath>/content/sites/site/org/onap/aaf/cadi/${project.artifactId}/${project.version}</sitePath>\r
-       </properties>\r
-       \r
-       <dependencies>\r
-       <dependency>\r
-                       <groupId>org.mockito</groupId>\r
-                       <artifactId>mockito-all</artifactId>\r
-                       <version>1.9.5</version>\r
-                       <scope>test</scope>\r
-                       </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.aaf.authz</groupId>\r
-                       <artifactId>authz-client</artifactId>\r
-               </dependency> \r
-\r
-                 <dependency>\r
-                       <groupId>org.onap.aaf.cadi</groupId>\r
-                       <artifactId>cadi-client</artifactId>\r
-               </dependency> \r
-\r
-               <dependency>\r
-                       <groupId>org.onap.aaf.cadi</groupId>\r
-                       <artifactId>cadi-client</artifactId>\r
-               </dependency>\r
-               \r
-               <dependency>\r
-                       <groupId>com.att.aft</groupId>\r
-                       <artifactId>dme2</artifactId>\r
-                       <scope>provided</scope>\r
-               </dependency>\r
-               \r
-               <dependency>\r
-                   <groupId>javax.servlet</groupId>\r
-                   <artifactId>javax.servlet-api</artifactId>\r
-                   <version>3.0.1</version>\r
-                       <scope>provided</scope>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <groupId>org.slf4j</groupId>\r
-                   <artifactId>slf4j-log4j12</artifactId>\r
-                   <version>1.7.5</version>\r
-                   <scope>test</scope>\r
-               </dependency>\r
-\r
-       </dependencies>\r
-       <build>\r
-               <plugins> \r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-compiler-plugin</artifactId>\r
-                               <version>2.3.2</version>\r
-                       </plugin>\r
-               \r
-                               <!-- We want to create a Jar with Rosetta built in (since I don't want \r
-                               a separate deployment at this time Use this one as the jar to put in SWM \r
-                               packages -->\r
-                       <plugin>\r
-                               <artifactId>maven-assembly-plugin</artifactId>\r
-                               <configuration>\r
-                                       <classifier>tests</classifier>\r
-                                       <archive>\r
-                                               <manifest>\r
-                                                       <mainClass>org.onap.aaf.cadi.cm.CmAgent</mainClass>\r
-                                               </manifest>\r
-\r
-                                               <manifestEntries>\r
-                                                       <Sealed>true</Sealed>\r
-                                               </manifestEntries>\r
-                                       </archive>\r
-                               </configuration>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>full</id>\r
-                                               <phase>package</phase>\r
-                                               <goals>\r
-                                                       <goal>single</goal>\r
-                                               </goals>\r
-                                               <configuration>\r
-                                                       <descriptors>\r
-                                                               <descriptor>src/assemble/cadi-aaf.xml</descriptor>\r
-                                                       </descriptors>\r
-                                               </configuration>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-               <plugin>\r
-                       <groupId>org.apache.maven.plugins</groupId>\r
-                       <artifactId>maven-javadoc-plugin</artifactId>\r
-                       <version>2.10.4</version>\r
-                       <configuration>\r
-                       <failOnError>false</failOnError>\r
-                       </configuration>\r
-                       <executions>\r
-                               <execution>\r
-                                       <id>attach-javadocs</id>\r
-                                       <goals>\r
-                                               <goal>jar</goal>\r
-                                       </goals>\r
-                               </execution>\r
-                       </executions>\r
-               </plugin> \r
-          \r
-          \r
-              <plugin>\r
-                     <groupId>org.apache.maven.plugins</groupId>\r
-                     <artifactId>maven-source-plugin</artifactId>\r
-                     <version>2.2.1</version>\r
-                     <executions>\r
-                       <execution>\r
-                         <id>attach-sources</id>\r
-                         <goals>\r
-                           <goal>jar-no-fork</goal>\r
-                         </goals>\r
-                       </execution>\r
-                     </executions>\r
-                   </plugin>\r
-       \r
-\r
-\r
-                       <plugin>\r
-                               <!-- Also sign "full" -->\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-jarsigner-plugin</artifactId>\r
-                               <configuration>\r
-                                       <skip>true</skip>\r
-                               </configuration>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>sign-full</id>\r
-                                               <goals>\r
-                                                       <goal>sign</goal>\r
-                                               </goals>\r
-                                               <configuration>\r
-                                                       <archive>target/${project.artifactId}-${project.version}-full.jar</archive>\r
-                                               </configuration>\r
-                                       </execution>\r
-                                       <execution>\r
-                                               <id>verify-full</id>\r
-                                               <goals>\r
-                                                       <goal>verify</goal>\r
-                                               </goals>\r
-                                               <configuration>\r
-                                                       <archive>target/${project.artifactId}-${project.version}-full.jar</archive>\r
-                                               </configuration>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-                 <plugin>\r
-                               <groupId>org.sonatype.plugins</groupId>\r
-                               <artifactId>nexus-staging-maven-plugin</artifactId>\r
-                               <version>1.6.7</version>\r
-                               <extensions>true</extensions>\r
-                               <configuration>\r
-                                       <nexusUrl>${nexusproxy}</nexusUrl>\r
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>\r
-                                       <serverId>ecomp-staging</serverId>\r
-                               </configuration>\r
-                       </plugin> \r
-                       \r
-                       <plugin>\r
-          <groupId>org.jacoco</groupId>\r
-          <artifactId>jacoco-maven-plugin</artifactId>\r
-          <version>${jacoco.version}</version>\r
-          <configuration>\r
-            <excludes>\r
-              <exclude>**/gen/**</exclude>\r
-              <exclude>**/generated-sources/**</exclude>\r
-              <exclude>**/yang-gen/**</exclude>\r
-              <exclude>**/pax/**</exclude>\r
-            </excludes>\r
-          </configuration>\r
-          <executions>\r
-\r
-            <execution>\r
-              <id>pre-unit-test</id>\r
-              <goals>\r
-                <goal>prepare-agent</goal>\r
-              </goals>\r
-              <configuration>\r
-                <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>\r
-                <propertyName>surefireArgLine</propertyName>\r
-              </configuration>\r
-            </execution>\r
-            \r
-       \r
-            <execution>\r
-              <id>post-unit-test</id>\r
-              <phase>test</phase>\r
-              <goals>\r
-                <goal>report</goal>\r
-              </goals>\r
-              <configuration>\r
-                <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>\r
-                <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>\r
-              </configuration>\r
-            </execution>\r
-            <execution>\r
-              <id>pre-integration-test</id>\r
-              <phase>pre-integration-test</phase>\r
-              <goals>\r
-                <goal>prepare-agent</goal>\r
-              </goals>\r
-              <configuration>\r
-                <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>\r
-\r
-                <propertyName>failsafeArgLine</propertyName>\r
-              </configuration>\r
-            </execution>\r
-\r
-       \r
-            <execution>\r
-              <id>post-integration-test</id>\r
-              <phase>post-integration-test</phase>\r
-              <goals>\r
-                <goal>report</goal>\r
-              </goals>\r
-              <configuration>\r
-                <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>\r
-                <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>\r
-              </configuration>\r
-            </execution>\r
-          </executions>\r
-        </plugin>      \r
-\r
-               </plugins>\r
-       </build>\r
-               <distributionManagement>\r
-               <repository>\r
-                       <id>ecomp-releases</id>\r
-                       <name>AAF Release Repository</name>\r
-                       <url>${nexusproxy}${releaseNexusPath}</url>\r
-               </repository>\r
-               <snapshotRepository>\r
-                       <id>ecomp-snapshots</id>\r
-                       <name>AAF Snapshot Repository</name>\r
-                       <url>${nexusproxy}${snapshotNexusPath}</url>\r
-               </snapshotRepository>\r
-               <site>\r
-                       <id>ecomp-site</id>\r
-                       <url>dav:${nexusproxy}${sitePath}</url>\r
-               </site>\r
-       </distributionManagement>\r
-\r
-</project>\r