Skip to content

Commit

Permalink
GEOMESA-3398 Bundle documentation with CLI tools (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Sep 20, 2024
1 parent 3095903 commit 0c694e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 7 additions & 4 deletions geomesa-archetypes/geomesa-archetypes-binary-dist/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<exclude>org.locationtech.geomesa:geomesa-${tools.module}-spark*</exclude>
<exclude>org.locationtech.geomesa:geomesa-spark*</exclude>
<exclude>org.locationtech.geomesa:geomesa-process-wps*</exclude>
<exclude>org.locationtech.geomesa:docs</exclude>
<exclude>com.google.guava:guava</exclude>
</excludes>
</dependencySet>
Expand Down Expand Up @@ -88,7 +89,6 @@
<outputDirectory>conf</outputDirectory>
<directoryMode>755</directoryMode>
<fileMode>0644</fileMode>
<filtered>false</filtered>
</fileSet>
<fileSet>
<directory>../geomesa-${tools.module}-tools/conf-filtered</directory>
Expand All @@ -115,7 +115,6 @@
<outputDirectory>conf</outputDirectory>
<directoryMode>755</directoryMode>
<fileMode>0644</fileMode>
<filtered>false</filtered>
</fileSet>
<fileSet>
<directory>../../geomesa-tools/conf-filtered</directory>
Expand All @@ -129,14 +128,12 @@
<outputDirectory>examples</outputDirectory>
<directoryMode>755</directoryMode>
<fileMode>0644</fileMode>
<filtered>false</filtered>
</fileSet>
<fileSet>
<directory>../../geomesa-tools/examples</directory>
<outputDirectory>conf/sfts/examples</outputDirectory>
<directoryMode>755</directoryMode>
<fileMode>0644</fileMode>
<filtered>false</filtered>
<includes>
<include>**/application.conf</include>
</includes>
Expand All @@ -149,6 +146,12 @@
<exclude>*/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>../../docs/target/html</directory>
<outputDirectory>docs</outputDirectory>
<directoryMode>0700</directoryMode>
<fileMode>0644</fileMode>
</fileSet>
</fileSets>

<files>
Expand Down
8 changes: 8 additions & 0 deletions geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
<artifactId>scala-compiler</artifactId>
<scope>provided</scope>
</dependency>

<!-- required for reactor ordering -->
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>docs</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0c694e3

Please sign in to comment.