Skip to content

Commit

Permalink
build: copy web-visualizer files to work with starter (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelger authored Sep 24, 2024
1 parent 1f6f90a commit b7616c2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ buildNumber.properties

# MOSAIC

logs/
tmp/
*.log
credentials.cached
Expand Down
2 changes: 2 additions & 0 deletions rti/mosaic-starter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
logs/
tools/
16 changes: 16 additions & 0 deletions rti/mosaic-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,22 @@
</resources>
</configuration>
</execution>
<!-- copy mosaic-output/.../web to tools/web -->
<execution>
<id>copy-resources-web-visualizer</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.basedir}/tools/web</outputDirectory>
<resources>
<resource>
<directory>${project.parent.basedir}/fed/mosaic-output/src/main/resources/web</directory>
</resource>
</resources>
</configuration>
</execution>
<!-- copy runtime.xml, hosts.json, and logback.xml from mosaic-bundle to target/classes/etc/* -->
<execution>
<id>copy-resources-etc</id>
Expand Down

0 comments on commit b7616c2

Please sign in to comment.