summaryrefslogtreecommitdiffstats
path: root/cadi/aaf/src/assemble/cadi-aaf.xml
blob: 63741ffaec16c5139623a971a7120be8bd95a4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version='1.0' encoding='utf-8'?>
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">

  <id>full</id>
  <formats>
    <format>jar</format>
  </formats>

  <includeBaseDirectory>false</includeBaseDirectory>
  <dependencySets>
    <dependencySet>
      <unpack>true</unpack>
      <scope>compile</scope>
      <includes>
      	<include>org.onap.aaf.authz:aaf-auth-client</include>
      	<include>org.onap.aaf.authz:aaf-cadi-aaf</include>
      	<include>org.onap.aaf.authz:aaf-cadi-core</include>
      	<include>org.onap.aaf.authz:aaf-cadi-client</include>
      	<include>org.onap.aaf.authz:aaf-misc-env</include>
      	<include>org.onap.aaf.authz:aaf-misc-rosetta</include>
      	<include>javax.xml.bind:jaxb-api</include>
      	<include>org.glassfish.jaxb:jaxb-runtime</include>
      </includes>
    </dependencySet>

  </dependencySets>
  <fileSets>
    <fileSet>
      <directory>src/main/xsd</directory>
    </fileSet>
   </fileSets>
</assembly>