Skip to content

Commit 767ff48

Browse files
authored
Merge pull request #7 from companieshouse/skeleton-app-setup
Added jib-maven-plugin to the pom file to enable docker builds
2 parents f8f4fd6 + 99983f8 commit 767ff48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<maven.compiler.source>${java.version}</maven.compiler.source>
2222
<maven.compiler.target>${java.version}</maven.compiler.target>
2323
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
24+
<jib-maven-plugin.version>3.1.1</jib-maven-plugin.version>
2425
</properties>
2526
<dependencyManagement>
2627
<dependencies>
@@ -128,6 +129,11 @@
128129
<artifactId>sonar-maven-plugin</artifactId>
129130
<version>${sonar-maven-plugin.version}</version>
130131
</plugin>
132+
<plugin>
133+
<groupId>com.google.cloud.tools</groupId>
134+
<artifactId>jib-maven-plugin</artifactId>
135+
<version>${jib-maven-plugin.version}</version>
136+
</plugin>
131137
</plugins>
132138
</build>
133139

0 commit comments

Comments
 (0)