desruisseaux opened a new pull request, #984:
URL: https://github.com/apache/maven-compiler-plugin/pull/984
Cleanup in integration tests and in Javadoc. This pull requests does not
change the main code.
* Remove `<source/>` and `<target/>` elements in the `pom.xml` files of
integration tests. These elements are no longer needed after
236fc26fec0e4c49cba4b63e76355718b1dbd19c.
* Remove most `<release>17</release>` elements because they are inherited
from the parent `pom.xml`. These elements are kept only when testing releases
is the purpose of the integration test.
* Remove `invoker.java.version = 9+` because the build requires Java 17
anyway.
* Remove some `invoker.goals` when the `clean test-compile` default is
suitable.
* Replace some `install` goals by the `verify` goal in integration tests for
avoiding to pollute the local repository.
* Remove trailing dot after `{@return …}` because Javadoc already adds this
dot.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]