diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-03 21:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-03 21:31:58 +0000 |
commit | a330af579866dacbe595e2e4ad1dd29cd3c96945 (patch) | |
tree | b9455591600034dfd4f33a9c1f733336280f2208 /ECOMP-SDK-APP/distribution.xml | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
Diffstat (limited to 'ECOMP-SDK-APP/distribution.xml')
-rw-r--r-- | ECOMP-SDK-APP/distribution.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ECOMP-SDK-APP/distribution.xml b/ECOMP-SDK-APP/distribution.xml new file mode 100644 index 000000000..3a9d6e799 --- /dev/null +++ b/ECOMP-SDK-APP/distribution.xml @@ -0,0 +1,33 @@ +<assembly + xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> + <id>distribution</id> + <formats> + <format>zip</format> + </formats> + <includeBaseDirectory>false</includeBaseDirectory> + <fileSets> + <fileSet> + <directory>${basedir}</directory> + <outputDirectory /> + <excludes> + <exclude>.classpath</exclude> + <exclude>.project</exclude> + <exclude>.settings/</exclude> + <exclude>bin/</exclude> + <exclude>target/</exclude> + <exclude>distribution.xml</exclude> + <exclude>**/WEB-INF/conf/system.properties.*</exclude> + </excludes> + </fileSet> + <!-- Include common database scripts for partner convenience --> + <fileSet> + <directory>../epsdk-app-common</directory> + <outputDirectory /> + <includes> + <include>db-scripts/*</include> + </includes> + </fileSet> + </fileSets> +</assembly>
\ No newline at end of file |