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.
1 parent 004d5dc commit 1ceba12Copy full SHA for 1ceba12
.circleci/config.yml
@@ -201,7 +201,7 @@ commands:
201
environment:
202
PARAM_DEP_PLUGIN_VER: << parameters.dependency_plugin_version >>
203
working_directory: << parameters.app_src_directory >>
204
- command: "$MAVEN_BIN -V -T2C org.apache.maven.plugins:maven-dependency-plugin:$PARAM_DEP_PLUGIN_VER:go-offline"
+ command: "$MAVEN_BIN -V -T2C org.apache.maven.plugins:maven-dependency-plugin:$PARAM_DEP_PLUGIN_VER:go-offline -DexcludeArtifactIds=javapoet-root""
205
- steps: << parameters.steps >>
206
207
- when:
0 commit comments