mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-24 22:52:09 +00:00
Add ingestion sample data and configs to dist package
This commit is contained in:
parent
2bdb9d31d7
commit
dc09e142ca
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.openmetadata</groupId>
|
||||
<version>0.4.0-SNAPSHOT</version>
|
||||
<version>0.4.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.openmetadata</groupId>
|
||||
<version>0.4.0-SNAPSHOT</version>
|
||||
<version>0.4.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<properties>
|
||||
|
||||
2
dist/pom.xml
vendored
2
dist/pom.xml
vendored
@ -24,7 +24,7 @@
|
||||
<parent>
|
||||
<artifactId>catalog</artifactId>
|
||||
<groupId>org.openmetadata</groupId>
|
||||
<version>0.4.0-SNAPSHOT</version>
|
||||
<version>0.4.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>catalog-bin</artifactId>
|
||||
|
||||
8
dist/src/main/assembly/binary.xml
vendored
8
dist/src/main/assembly/binary.xml
vendored
@ -59,7 +59,15 @@
|
||||
<outputDirectory>bootstrap</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<fileSet>
|
||||
<directory>${project.basedir}./ingestion/pipelines</directory>
|
||||
<outputDirectory>ingestion/pipelines</outputDirectory>
|
||||
</fileSet>
|
||||
|
||||
<fileSet>
|
||||
<directory>${project.basedir}./ingestion/examples</directory>
|
||||
<outputDirectory>ingestion/examples</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
<files>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user