Commit bd9d1213 by Madhan Neethiraj

ATLAS-3999: updated build to remove copying of dist artifacts into directories

parent b4e4f604
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>falcon-hook</id>
<baseDirectory>apache-atlas-falcon-hook-${project.version}</baseDirectory>
......
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>hbase-hook</id>
<baseDirectory>apache-atlas-hbase-hook-${project.version}</baseDirectory>
......
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>hive-hook</id>
<baseDirectory>apache-atlas-hive-hook-${project.version}</baseDirectory>
......
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>impala-hook</id>
<baseDirectory>apache-atlas-impala-hook-${project.version}</baseDirectory>
......@@ -37,4 +36,4 @@
</fileSet>
</fileSets>
</assembly>
\ No newline at end of file
</assembly>
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>kafka-hook</id>
<baseDirectory>apache-atlas-kafka-hook-${project.version}</baseDirectory>
......
......@@ -21,7 +21,6 @@
<assembly>
<id>atlas-index-repair</id>
<formats>
<format>dir</format>
<format>zip</format>
</formats>
......
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>server</id>
<baseDirectory>apache-atlas-${project.version}</baseDirectory>
......
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>sqoop-hook</id>
<baseDirectory>apache-atlas-sqoop-hook-${project.version}</baseDirectory>
......
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>storm-hook</id>
<baseDirectory>apache-atlas-storm-hook-${project.version}</baseDirectory>
......
......@@ -21,7 +21,6 @@
<assembly>
<id>classification-updater</id>
<formats>
<format>dir</format>
<format>zip</format>
</formats>
......
......@@ -21,7 +21,6 @@
<assembly>
<id>migration-exporter</id>
<formats>
<format>dir</format>
<format>zip</format>
</formats>
......
......@@ -42,6 +42,8 @@
<exclude>**/${sys:atlas.data}/**</exclude>
<exclude>**/atlas.data/**</exclude>
<exclude>**/*.patch</exclude>
<exclude>dev-support/atlas-docker/data/**</exclude>
<exclude>dev-support/atlas-docker/dist/**</exclude>
</excludes>
</fileSet>
</fileSets>
......
......@@ -21,7 +21,6 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<formats>
<format>tar.gz</format>
<format>dir</format>
</formats>
<id>bin</id>
<baseDirectory>apache-atlas-${project.version}</baseDirectory>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment