Skip to content

Commit

Permalink
Merge pull request #10 from selimyanat/remove-jib-maven-plugin
Browse files Browse the repository at this point in the history
build(config): remove maven jib plugin
  • Loading branch information
selimyanat committed Jan 7, 2022
2 parents 9660a1d + cae1f1a commit 1a38194
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,27 +143,6 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- https://cloud.google.com/java/getting-started/jib mvn compile jib:dockerBuild
https://www.javacodegeeks.com/2019/11/spring-boot-microservices-docker-and-kubernetes-workshop-part3.html
-->
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>${jib.maven.plugin}</version>
<configuration>
<from>
<image>gcr.io/distroless/java:11</image>
</from>
<to>
<image>sy/${project.artifactId}:${project.version}</image>
</to>
<container>
<ports>
<port>8080</port>
</ports>
</container>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down

0 comments on commit 1a38194

Please sign in to comment.