This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a change to branch it_run_mvnw
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git.
discard 712e691 skip source type IT execution while searching for a workaround
discard 66e494c try to run mvnw during ITs
add 5eb7efe use provided constant instead of copied value
add 57a336b use try with resources construct to simplify code
add 76eef35 Add IT for type script
add 50c474b Fix IT
new e6cd0a6 try to run mvnw during ITs
new bc4d7c3 skip source type IT execution while searching for a workaround
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (712e691)
\
N -- N -- N refs/heads/it_run_mvnw (bc4d7c3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../projects/{type_source => type_script}/pom.xml | 0
.../{type_bin => type_script}/test.properties | 2 +-
.../{type_source => type_script}/verify.groovy | 5 +-
.../apache/maven/wrapper/DefaultDownloader.java | 39 ++++++----------
.../java/org/apache/maven/wrapper/Installer.java | 53 +++++++++-------------
.../org/apache/maven/wrapper/MavenWrapperMain.java | 27 ++++-------
.../org/apache/maven/wrapper/WrapperExecutor.java | 7 +--
7 files changed, 49 insertions(+), 84 deletions(-)
copy maven-wrapper-plugin/src/it/projects/{type_source => type_script}/pom.xml
(100%)
copy maven-wrapper-plugin/src/it/projects/{type_bin =>
type_script}/test.properties (98%)
copy maven-wrapper-plugin/src/it/projects/{type_source =>
type_script}/verify.groovy (82%)