GoogleContainerTools / GoogleContainerTools/jib

Add CLI args to skip in Maven plugin

Open
#3,992 0 comments 0 reactions 0 assignees View on GitHub
enhancement priority:p3
Dominant language
Java
Stars
14.5k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

Now that `-Djib.skip ` supports skipping jib builds, configuring `skip` in `pom.xml` will skip submodule jib builds, is it possible to support skipping modules on the command line, for example

```bash
mvn package \
com.google.cloud.tools:jib-maven-plugin:3.2.1:build \
-pl hello-service \
-Djib.skip.pl=hello1-service,hello2-service
```

Then all the operations supported by `jib` can be specified on the command line without modifying `pom.xml`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.