Instrumental | dcaa107 | 2018-05-24 10:03:19 -0500 | [diff] [blame] | 1 | <?xml version='1.0' encoding='utf-8'?> |
| 2 | <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
| 4 | |
| 5 | <id>full</id> |
| 6 | <formats> |
| 7 | <format>jar</format> |
| 8 | </formats> |
| 9 | |
| 10 | <includeBaseDirectory>false</includeBaseDirectory> |
| 11 | <dependencySets> |
| 12 | <dependencySet> |
| 13 | <unpack>true</unpack> |
| 14 | <scope>compile</scope> |
| 15 | <includes> |
| 16 | <include>org.onap.aaf.authz:aaf-auth-cmd</include> |
| 17 | <include>org.onap.aaf.authz:aaf-auth-core</include> |
| 18 | <include>org.onap.aaf.authz:aaf-auth-client</include> |
| 19 | <include>org.onap.aaf.authz:aaf-cadi-aaf</include> |
| 20 | <include>org.onap.aaf.authz:aaf-cadi-core</include> |
| 21 | <include>org.onap.aaf.authz:aaf-cadi-client</include> |
| 22 | <include>org.onap.aaf.authz:aaf-misc-env</include> |
| 23 | <include>org.onap.aaf.authz:aaf-misc-rosetta</include> |
| 24 | <include>jline:jline</include> |
| 25 | </includes> |
| 26 | </dependencySet> |
| 27 | |
| 28 | </dependencySets> |
| 29 | <fileSets> |
| 30 | <fileSet> |
| 31 | <directory>src/main/xsd</directory> |
| 32 | </fileSet> |
| 33 | </fileSets> |
| 34 | </assembly> |