forked from apache/maven-compiler-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Test changes
Martin Desruisseaux edited this page Aug 3, 2024
·
5 revisions
This page lists some noticeable changes in the tests.
- Many
<source>and<target>parameters have been either removed or replaced by<release>. - The
<outputDirectory>and<testOutputDirectory>parameters declared under<configuration>moved to<build>, because those properties are read-only in the configuration.
The compiler-one-output-file-test2 was redundant with compiler-one-output-file-test.
The only difference was the addition of include/exclude filters, but that difference had
no effect because the compiler mock used in this test was ignoring all sources anyway.
This test has been replaced by compiler-modular-project.