File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
spring-javaformat-gradle/spring-javaformat-gradle-plugin Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
55repository=$( pwd) /distribution-repository
66
77pushd git-repo > /dev/null
8- run_maven clean install deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
8+ run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
99popd > /dev/null
Original file line number Diff line number Diff line change 3232 <inherited >false</inherited >
3333 <configuration >
3434 <includeScope >compile</includeScope >
35+ <excludeTransitive >true</excludeTransitive >
3536 <outputDirectory >${project.build.directory} /dependencies/compile</outputDirectory >
3637 </configuration >
3738 </execution >
You can’t perform that action at this time.
0 commit comments