Skip to content

Commit 25d3668

Browse files
authored
Merge pull request #992 from hazendaz/next-up
[pom] Skip any transfer progress when running invokers
2 parents f15a3dc + 54b5525 commit 25d3668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@
945945
<postBuildHookScript>verify</postBuildHookScript>
946946
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
947947
<goals>
948-
<goal>install</goal>
948+
<goal>install --no-transfer-progress</goal>
949949
</goals>
950950
<settingsFile>${project.basedir}/src/it/settings.xml</settingsFile>
951951
<streamLogsOnFailures>true</streamLogsOnFailures>
@@ -963,7 +963,7 @@
963963
<pomIncludes>
964964
<pomInclude>*/pom.xml</pomInclude>
965965
</pomIncludes>
966-
<postBuildHookScript>verify</postBuildHookScript>
966+
<postBuildHookScript>verify --no-transfer-progress</postBuildHookScript>
967967
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
968968
<settingsFile>${project.basedir}/src/it/settings.xml</settingsFile>
969969
<streamLogsOnFailures>true</streamLogsOnFailures>

0 commit comments

Comments
 (0)