File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 ls ../../core
171171 ls ../../core/tools
172172 ls ../../core/tools/checkstyle
173- mvn --file pom.xml package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}
173+ mvn --file pom.xml --no-transfer-progress package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}
174174 mv target/${{ inputs.plugin-jar-name }}-*-sources.jar ../../dist/${{ inputs.plugin-jar-name }}-sources.jar
175175 mv target/${{ inputs.plugin-jar-name }}-*-javadoc.jar ../../dist/${{ inputs.plugin-jar-name }}-javadoc.jar
176176
@@ -243,7 +243,7 @@ jobs:
243243
244244 if [ -f "pom.xml" ]; then
245245 echo "TEST_REPORT_PATH=target/surefire-reports" >> $GITHUB_ENV
246- mvn test
246+ mvn --no-transfer-progress test
247247 elif [ -f "build.xml" ]; then
248248 echo "TEST_REPORT_PATH=${TEST_REPORT_PATH}" >> $GITHUB_ENV
249249 ant -diagnostics
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 ls ../../core
171171 ls ../../core/tools
172172 ls ../../core/tools/checkstyle
173- mvn --file pom.xml package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}
173+ mvn --file pom.xml --no-transfer-progress package javadoc:jar source:jar -DskipTests -Dplugin.dist.dir=../../dist -Dplugin.version=${{ steps.version.outputs.version }}
174174 mv target/${{ inputs.plugin-jar-name }}-*-sources.jar ../../dist/${{ inputs.plugin-jar-name }}-sources.jar
175175 mv target/${{ inputs.plugin-jar-name }}-*-javadoc.jar ../../dist/${{ inputs.plugin-jar-name }}-javadoc.jar
176176
@@ -243,7 +243,7 @@ jobs:
243243
244244 if [ -f "pom.xml" ]; then
245245 echo "TEST_REPORT_PATH=target/surefire-reports" >> $GITHUB_ENV
246- mvn test
246+ mvn --no-transfer-progress test
247247 elif [ -f "build.xml" ]; then
248248 echo "TEST_REPORT_PATH=${TEST_REPORT_PATH}" >> $GITHUB_ENV
249249 ant -diagnostics
You can’t perform that action at this time.
0 commit comments