Skip to content

Commit

Permalink
Copy files in single execution step
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jul 1, 2024
1 parent 5e99b10 commit 55858ea
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</configuration>
</execution>
<execution>
<!-- Copy over the Override file to add reports redirect label -->
<!-- Copy over the reports redirect and backup files-->
<id>Copy docker-compose-reports-redirect.yml</id>
<phase>process-resources</phase>
<goals>
Expand All @@ -168,28 +168,6 @@
<directory>${project.basedir}/scripts</directory>
<includes>
<include>docker-compose-reports-redirect.yml</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<!-- Copy over back up Docker Compose file-->
<id>Copy backup.docker-compose.yml</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>
${project.build.directory}/${project.artifactId}-${project.version}/run/docker/
</outputDirectory>
<overwrite>true</overwrite>
<resources>
<resource>
<directory>${project.basedir}/scripts</directory>
<includes>
<include>backup.docker-compose.yml</include>
</includes>
<filtering>true</filtering>
Expand Down

0 comments on commit 55858ea

Please sign in to comment.