Skip to content

Commit

Permalink
Merge pull request #7 from companieshouse/skeleton-app-setup
Browse files Browse the repository at this point in the history
Added jib-maven-plugin to the pom file to enable docker builds
  • Loading branch information
JpLuuCH authored Mar 9, 2023
2 parents f8f4fd6 + 99983f8 commit 767ff48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<jib-maven-plugin.version>3.1.1</jib-maven-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -128,6 +129,11 @@
<artifactId>sonar-maven-plugin</artifactId>
<version>${sonar-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>${jib-maven-plugin.version}</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 767ff48

Please sign in to comment.