Skip to content

Commit

Permalink
refactor: Move scripts to the root script folder
Browse files Browse the repository at this point in the history
  • Loading branch information
t2gran committed Oct 11, 2024
1 parent b2803da commit a0e1d5f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,15 +403,6 @@
<testResource>
<directory>src/ext-test/resources</directory>
</testResource>
<testResource>
<!-- Shell scripts to start up OTP, need to be filtered to insert the JAR file name. -->
<!-- These are treated as testResources rather than resources to keep them out of the JAR. -->
<!-- The staging repo will reject a JAR containing them as they use traversal paths (../..). -->
<directory>src/scripts</directory>
<filtering>true</filtering>
<!-- Copy the scripts up into the root of the repo, not /target/classes -->
<targetPath>../..</targetPath>
</testResource>
</testResources>
<plugins>
<plugin>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a0e1d5f

Please sign in to comment.