ATLAS-3999: updated build to remove copying of dist artifacts into directories
This commit is contained in:
parent
b4e4f604b4
commit
bd9d1213b4
|
|
@ -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>
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue