Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-plugin-testing for
openSUSE:Factory checked in at 2026-02-09 16:00:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-plugin-testing (Old)
and /work/SRC/openSUSE:Factory/.maven-plugin-testing.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-plugin-testing"
Mon Feb 9 16:00:02 2026 rev:11 rq:1332013 version:3.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/maven-plugin-testing/maven-plugin-testing.changes
2026-01-13 21:37:28.163218582 +0100
+++
/work/SRC/openSUSE:Factory/.maven-plugin-testing.new.1670/maven-plugin-testing.changes
2026-02-09 16:00:04.662907084 +0100
@@ -1,0 +2,13 @@
+Mon Feb 9 12:10:56 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Update to version 3.5.1
+ * Bug Fixes
+ + Fix wrong resources directory name in MavenProject
+ + Minimize dependencies on JUnit5 in MavenProjectStub
+ * Documentation updates
+ + Fix typos
+ * Dependency updates
+ + Bump org.apache.maven:maven-parent from 46 to 47
+ + Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0
+
+-------------------------------------------------------------------
Old:
----
maven-plugin-testing-3.5.0-source-release.zip
New:
----
maven-plugin-testing-3.5.1-source-release.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-plugin-testing.spec ++++++
--- /var/tmp/diff_new_pack.5FvxkJ/_old 2026-02-09 16:00:05.758953009 +0100
+++ /var/tmp/diff_new_pack.5FvxkJ/_new 2026-02-09 16:00:05.758953009 +0100
@@ -17,7 +17,7 @@
Name: maven-plugin-testing
-Version: 3.5.0
+Version: 3.5.1
Release: 0
Summary: Maven Plugin Testing
License: Apache-2.0
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.5FvxkJ/_old 2026-02-09 16:00:05.814955355 +0100
+++ /var/tmp/diff_new_pack.5FvxkJ/_new 2026-02-09 16:00:05.818955523 +0100
@@ -1,6 +1,6 @@
-mtime: 1768314040
-commit: f79c5e5bddb85b5f02f2e4323d87ec15ea4cf8e53b5126ba4b44e900065352e4
+mtime: 1770639187
+commit: 17b35648013c3c826ec260ba9e2a32f18b5c5823482ca12f23a29df71d7c4188
url: https://src.opensuse.org/java-packages/maven-plugin-testing.git
-revision: f79c5e5bddb85b5f02f2e4323d87ec15ea4cf8e53b5126ba4b44e900065352e4
+revision: 17b35648013c3c826ec260ba9e2a32f18b5c5823482ca12f23a29df71d7c4188
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-02-09 13:13:42.000000000 +0100
@@ -0,0 +1 @@
+.osc
++++++ maven-plugin-testing-3.5.0-source-release.zip ->
maven-plugin-testing-3.5.1-source-release.zip ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/pom.xml
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/pom.xml
--- old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/pom.xml
2026-01-07 21:23:16.000000000 +0100
+++ new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/pom.xml
2026-02-04 22:33:46.000000000 +0100
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1</version>
</parent>
<artifactId>maven-plugin-testing-harness</artifactId>
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>4.10.4</version>
+ <version>4.11.0</version>
<optional>true</optional>
</dependency>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/main/java/org/apache/maven/api/plugin/testing/MojoExtension.java
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/main/java/org/apache/maven/api/plugin/testing/MojoExtension.java
---
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/main/java/org/apache/maven/api/plugin/testing/MojoExtension.java
2026-01-07 21:23:16.000000000 +0100
+++
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/main/java/org/apache/maven/api/plugin/testing/MojoExtension.java
2026-02-04 22:33:46.000000000 +0100
@@ -346,12 +346,13 @@
Paths.get(getBasedir(), "src", "test", "java").toString());
Resource resource = spy(new Resource());
- resource.setDirectory(Paths.get(getBasedir(), "src", "main",
"resource").toString());
+ resource.setDirectory(
+ Paths.get(getBasedir(), "src", "main",
"resources").toString());
build.setResources(Arrays.asList(resource));
Resource testResource = spy(new Resource());
testResource.setDirectory(
- Paths.get(getBasedir(), "src", "test", "resource").toString());
+ Paths.get(getBasedir(), "src", "test",
"resources").toString());
build.setTestResources(Arrays.asList(resource));
mavenProject.setBuild(build);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/MavenProjectStub.java
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/MavenProjectStub.java
---
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/MavenProjectStub.java
2026-01-07 21:23:16.000000000 +0100
+++
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/MavenProjectStub.java
2026-02-04 22:33:46.000000000 +0100
@@ -57,6 +57,7 @@
import org.apache.maven.model.Scm;
import org.apache.maven.model.io.xpp3.MavenXpp3Reader;
import org.apache.maven.project.MavenProject;
+import org.codehaus.plexus.PlexusTestCase;
import org.codehaus.plexus.testing.PlexusExtension;
import org.codehaus.plexus.util.xml.XmlStreamReader;
import org.codehaus.plexus.util.xml.Xpp3Dom;
@@ -288,7 +289,12 @@
/** {@inheritDoc} */
@Override
public File getBasedir() {
- return new File(PlexusExtension.getBasedir());
+ try {
+ return new File(PlexusExtension.getBasedir());
+ } catch (Throwable e) {
+ // PlexusExtension use JUnit5 API, so in case of JUnit4 test,
fallback to old PlexusTestCase
+ return new File(PlexusTestCase.getBasedir());
+ }
}
/**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md
---
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md
2026-01-07 21:23:16.000000000 +0100
+++
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/site/markdown/examples/multiproject.md
2026-02-04 22:33:46.000000000 +0100
@@ -37,7 +37,7 @@
To test a Mojo in a multiproject area, you need to define several stubs, i.e.
for the main test project and its modules.
-### Configure Mian project and create Stubs for the sub projects
+### Configure main project and create Stubs for the subprojects
```java
import org.apache.maven.api.plugin.testing.MojoTest;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md
---
old/maven-plugin-testing-3.5.0/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md
2026-01-07 21:23:16.000000000 +0100
+++
new/maven-plugin-testing-3.5.1/maven-plugin-testing-harness/src/site/markdown/getting-started/index.md
2026-02-04 22:33:46.000000000 +0100
@@ -112,7 +112,7 @@
```
-**Note**: By convention, projects for unit testing your should be in the test
resources directory.
+**Note**: By convention, projects for unit testing should be in the test
resources directory.
#### Configuring `project-to-test` POM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-plugin-testing-3.5.0/pom.xml
new/maven-plugin-testing-3.5.1/pom.xml
--- old/maven-plugin-testing-3.5.0/pom.xml 2026-01-07 21:23:16.000000000
+0100
+++ new/maven-plugin-testing-3.5.1/pom.xml 2026-02-04 22:33:46.000000000
+0100
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>46</version>
+ <version>47</version>
<relativePath />
</parent>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1</version>
<packaging>pom</packaging>
<name>Maven Plugin Testing</name>
@@ -45,7 +45,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
- <tag>maven-plugin-testing-3.5.0</tag>
+ <tag>maven-plugin-testing-3.5.1</tag>
<url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -66,7 +66,7 @@
<properties>
<maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
<javaVersion>8</javaVersion>
-
<project.build.outputTimestamp>2026-01-07T21:23:16Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-04T22:33:46Z</project.build.outputTimestamp>
</properties>
</project>
++++++ maven-plugin-testing-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml 2026-01-11 09:34:52.986019675 +0100
+++ new/common.xml 2026-02-06 05:28:35.261492275 +0100
@@ -3,13 +3,13 @@
<project name="common" basedir=".">
<property file="build.properties"/>
- <property name="project.version" value="3.5.0"/>
+ <property name="project.version" value="3.5.1"/>
<property name="project.groupId" value="org.apache.maven.plugin-testing"/>
<property name="project.url"
value="http://maven.apache.org/plugin-testing/"/>
<property name="project.organization.name" value="The Apache Software
Foundation"/>
- <property name="spec.version" value="3.4"/>
+ <property name="spec.version" value="3.5"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>