This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e3a5b8b Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#282) e3a5b8b is described below commit e3a5b8b5bf458979c1e15c65f299e6d9682168b3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat May 17 10:50:17 2025 +0200 Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#282) * Bump org.apache.maven.plugins:maven-plugins from 43 to 44 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 43 to 44. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits/v44) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugins dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> * fix build --------- Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranow...@gmail.com> --- pom.xml | 3 ++- src/it/MINVOKER-351/verify.groovy | 8 +------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 50c5188..204dd82 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>43</version> + <version>44</version> <relativePath /> </parent> @@ -183,6 +183,7 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>${version.maven-plugin-tools}</version> <scope>provided</scope> </dependency> <dependency> diff --git a/src/it/MINVOKER-351/verify.groovy b/src/it/MINVOKER-351/verify.groovy index afc487b..4a0dcd9 100644 --- a/src/it/MINVOKER-351/verify.groovy +++ b/src/it/MINVOKER-351/verify.groovy @@ -21,11 +21,5 @@ def buildLog = new File(basedir, 'target/it/minvoker-351/build.log').text buildLog.contains('Special chars \tcharName=BEL: \u0007') -def surefireReport = new File(basedir, 'target/site/surefire-report.html').text +def surefireReport = new File(basedir, 'target/site/surefire.html').text assert surefireReport.contains('maven.invoker.it.minvoker-351') - -// TODO remove after next release -// Due to error parsing junit-reports by Jenkins with forbidden chars -new File(basedir, 'build.log').delete() - -return true \ No newline at end of file