Skip to content

Commit

Permalink
Put plugin back for journal loader so docker image is built
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Oct 28, 2024
1 parent 40be024 commit 1ef1e90
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pass-journal-loader/pass-journal-loader-nih/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,27 @@
</executions>
</plugin>

<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<executions>
<execution>
<id>build-after-its</id>
<phase>post-integration-test</phase>
<configuration>
<images>
<image>
<name>ghcr.io/eclipse-pass/pass-journal-loader:%v</name>
</image>
</images>
</configuration>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down

0 comments on commit 1ef1e90

Please sign in to comment.