Skip to content

Commit c11f04e

Browse files
Bananeweizenanb0s
authored andcommitted
Silence maven download progress
Use "--no-transfer-progress" to silence maven download messages. Also update Eclipse launch configs to most recent version (otherwise they change on every opening of launch config dialog).
1 parent 9c41946 commit c11f04e

File tree

6 files changed

+63
-48
lines changed

6 files changed

+63
-48
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: 'temurin'
2222
cache: maven
2323
- name: Build release for default platform
24-
run: 'mvn -Dsite.dir=release clean verify'
24+
run: 'mvn -ntp -Dsite.dir=release clean verify'
2525
- name: Assign build.version.properties to env variable
2626
run: cat site/target/build.version.properties >> $GITHUB_ENV
2727
- name: Create Pull Request

.github/workflows/build-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: 'temurin'
2222
cache: maven
2323
- name: Build testing for default platform
24-
run: 'mvn -Dsite.dir=testing clean verify'
24+
run: 'mvn -ntp -Dsite.dir=testing clean verify'
2525
- name: Assign build.version.properties to env variable
2626
run: cat site/target/build.version.properties >> $GITHUB_ENV
2727
- name: Create Pull Request

.github/workflows/pull_request-or-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
distribution: 'temurin'
3232
cache: maven
3333
- name: 'Build for platform: ${{ matrix.target-platform }}'
34-
run: 'mvn -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify'
34+
run: 'mvn -ntp -Dtarget.platform=${{ matrix.target-platform }} -Dsite.dir=testing clean verify'
3535
- name: Assign build.version.properties to env variable
3636
if: matrix.target-platform == env.DEFAULT_TARGET_PLATFORM
3737
run: cat site/target/build.version.properties >> $GITHUB_ENV

EasyShell-Release-Build.launch

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
3-
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
4-
<stringAttribute key="M2_GOALS" value="clean verify"/>
5-
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
6-
<booleanAttribute key="M2_OFFLINE" value="false"/>
7-
<stringAttribute key="M2_PROFILES" value=""/>
8-
<listAttribute key="M2_PROPERTIES">
9-
<listEntry value="site.dir=release"/>
10-
</listAttribute>
11-
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
12-
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
13-
<intAttribute key="M2_THREADS" value="1"/>
14-
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
15-
<stringAttribute key="M2_USER_SETTINGS" value=""/>
16-
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
17-
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/EasyShell}"/>
3+
<intAttribute key="M2_COLORS" value="0"/>
4+
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
5+
<stringAttribute key="M2_GOALS" value="clean verify"/>
6+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
7+
<booleanAttribute key="M2_OFFLINE" value="false"/>
8+
<stringAttribute key="M2_PROFILES" value=""/>
9+
<listAttribute key="M2_PROPERTIES">
10+
<listEntry value="site.dir=release"/>
11+
</listAttribute>
12+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
13+
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
14+
<intAttribute key="M2_THREADS" value="1"/>
15+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
16+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
17+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
18+
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
19+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
20+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
21+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
22+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/EasyShell}"/>
1823
</launchConfiguration>

EasyShell-Testing-Build.launch

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
3-
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
4-
<stringAttribute key="M2_GOALS" value="clean verify"/>
5-
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
6-
<booleanAttribute key="M2_OFFLINE" value="false"/>
7-
<stringAttribute key="M2_PROFILES" value=""/>
8-
<listAttribute key="M2_PROPERTIES">
9-
<listEntry value="site.dir=testing"/>
10-
</listAttribute>
11-
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
12-
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
13-
<intAttribute key="M2_THREADS" value="1"/>
14-
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
15-
<stringAttribute key="M2_USER_SETTINGS" value=""/>
16-
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
17-
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/EasyShell}"/>
3+
<intAttribute key="M2_COLORS" value="0"/>
4+
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
5+
<stringAttribute key="M2_GOALS" value="clean verify"/>
6+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
7+
<booleanAttribute key="M2_OFFLINE" value="false"/>
8+
<stringAttribute key="M2_PROFILES" value=""/>
9+
<listAttribute key="M2_PROPERTIES">
10+
<listEntry value="site.dir=testing"/>
11+
</listAttribute>
12+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
13+
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
14+
<intAttribute key="M2_THREADS" value="1"/>
15+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
16+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
17+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
18+
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
19+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
20+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
21+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
22+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/EasyShell}"/>
1823
</launchConfiguration>

EasyShell-set-new-version.launch

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
3-
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
4-
<stringAttribute key="M2_GOALS" value="clean tycho-versions:set-version"/>
5-
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
6-
<booleanAttribute key="M2_OFFLINE" value="false"/>
7-
<stringAttribute key="M2_PROFILES" value=""/>
8-
<listAttribute key="M2_PROPERTIES">
9-
<listEntry value="site.dir=testing"/>
10-
</listAttribute>
11-
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
12-
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
13-
<intAttribute key="M2_THREADS" value="1"/>
14-
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
15-
<stringAttribute key="M2_USER_SETTINGS" value=""/>
16-
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
17-
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/EasyShell}"/>
3+
<intAttribute key="M2_COLORS" value="0"/>
4+
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
5+
<stringAttribute key="M2_GOALS" value="clean tycho-versions:set-version"/>
6+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
7+
<booleanAttribute key="M2_OFFLINE" value="false"/>
8+
<stringAttribute key="M2_PROFILES" value=""/>
9+
<listAttribute key="M2_PROPERTIES">
10+
<listEntry value="site.dir=testing"/>
11+
</listAttribute>
12+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
13+
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
14+
<intAttribute key="M2_THREADS" value="1"/>
15+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
16+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
17+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
18+
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
19+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
20+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
21+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
22+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/EasyShell}"/>
1823
</launchConfiguration>

0 commit comments

Comments
 (0)