GoogleContainerTools / jib-extensions

Apache License 2.0
117 stars 35 forks source link

add 'excludes' tag support for spring-boot-maven-plugin #173

Open xiuyouxu opened 3 months ago

xiuyouxu commented 3 months ago

add 'excludes' tag support for spring-boot-maven-plugin

spring-boot-maven-plugin can excludes dependencies, this pull request contains support to this tag. Dependencies in excludes will not be added to the final libs directory.

see first-party/jib-spring-boot-extension-maven/src/main/java/com/google/cloud/tools/jib/maven/extension/springboot/JibSpringBootExtension.java for implementation.

google-cla[bot] commented 3 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.