We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8f4fd6 + 99983f8 commit 767ff48Copy full SHA for 767ff48
pom.xml
@@ -21,6 +21,7 @@
21
<maven.compiler.source>${java.version}</maven.compiler.source>
22
<maven.compiler.target>${java.version}</maven.compiler.target>
23
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
24
+ <jib-maven-plugin.version>3.1.1</jib-maven-plugin.version>
25
</properties>
26
<dependencyManagement>
27
<dependencies>
@@ -128,6 +129,11 @@
128
129
<artifactId>sonar-maven-plugin</artifactId>
130
<version>${sonar-maven-plugin.version}</version>
131
</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>
137
</plugins>
138
</build>
139
0 commit comments