Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'
maven4-build: true
maven4-version: '4.0.0-rc-4' # the same as used in project
maven4-version: '4.0.0-rc-6' # the same as used in project
matrix-exclude: '[
{ "jdk": "25", "distribution": "adopt-openj9" },
{ "jdk": "25", "distribution": "microsoft"}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ under the License.

<properties>
<javaVersion>17</javaVersion>
<mavenVersion>4.0.0-rc-4</mavenVersion>
<mavenVersion>4.0.0-rc-6</mavenVersion>

<asmVersion>9.10.1</asmVersion>
<guiceVersion>7.0.0</guiceVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
import org.apache.maven.api.model.Build;
import org.apache.maven.api.model.Model;
import org.apache.maven.api.plugin.Log;
import org.apache.maven.api.plugin.testing.Basedir;
import org.apache.maven.api.plugin.testing.InjectMojo;
import org.apache.maven.api.plugin.testing.MojoExtension;
import org.apache.maven.api.plugin.testing.MojoParameter;
import org.apache.maven.api.plugin.testing.MojoTest;
import org.apache.maven.api.plugin.testing.stubs.ProducedArtifactStub;
import org.apache.maven.api.plugin.testing.stubs.ProjectStub;
import org.apache.maven.api.plugin.testing.stubs.SessionMock;
import org.apache.maven.api.services.ArtifactManager;
import org.apache.maven.api.services.MessageBuilderFactory;
import org.apache.maven.api.services.ToolchainManager;
import org.apache.maven.impl.DefaultMessageBuilderFactory;
import org.apache.maven.impl.InternalSession;
import org.apache.maven.plugin.compiler.stubs.CompilerStub;
import org.apache.maven.testing.plugin.Basedir;
import org.apache.maven.testing.plugin.InjectMojo;
import org.apache.maven.testing.plugin.MojoExtension;
import org.apache.maven.testing.plugin.MojoParameter;
import org.apache.maven.testing.plugin.MojoTest;
import org.apache.maven.testing.plugin.stubs.ProducedArtifactStub;
import org.apache.maven.testing.plugin.stubs.ProjectStub;
import org.apache.maven.testing.plugin.stubs.SessionMock;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertArrayEquals;
Expand Down Expand Up @@ -488,7 +488,7 @@
.build(Build.newBuilder()
.directory(MojoExtension.getBasedir() + "/target")
.outputDirectory(MojoExtension.getBasedir() + "/target/classes")
.sourceDirectory(MojoExtension.getBasedir() + "/src/main/java")

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / ubuntu-latest jdk-17-zulu 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / ubuntu-latest jdk-21-microsoft 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / ubuntu-latest jdk-21-temurin 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / ubuntu-latest jdk-25-temurin 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / ubuntu-latest jdk-21-zulu 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / ubuntu-latest jdk-21-adopt-openj9 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / macos-latest jdk-25-zulu 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / macos-latest jdk-21-zulu 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / ubuntu-latest jdk-25-zulu 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / macos-latest jdk-25-temurin 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / macos-latest jdk-21-microsoft 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / macos-latest jdk-21-temurin 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated

Check warning on line 491 in src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java

View workflow job for this annotation

GitHub Actions / Verify / macos-latest jdk-21-adopt-openj9 4.0.0-rc-6

sourceDirectory(java.lang.String) in org.apache.maven.api.model.Build.Builder has been deprecated
.testOutputDirectory(MojoExtension.getBasedir() + "/target/test-classes")
.build())
.build());
Expand Down
Loading