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
5
5
repository=$( pwd) /distribution-repository
6
6
7
7
pushd 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}
9
9
popd > /dev/null
Original file line number Diff line number Diff line change 32
32
<inherited >false</inherited >
33
33
<configuration >
34
34
<includeScope >compile</includeScope >
35
+ <excludeTransitive >true</excludeTransitive >
35
36
<outputDirectory >${project.build.directory} /dependencies/compile</outputDirectory >
36
37
</configuration >
37
38
</execution >
You can’t perform that action at this time.
0 commit comments