Cleanup in IT and Javadoc by desruisseaux · Pull Request #984 · apache/maven-compiler-plugin (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
Cleanup in integration tests and in Javadoc. This pull requests does not change the main code.
- Remove
<source/>and<target/>elements in thepom.xmlfiles of integration tests. These elements are no longer needed after 236fc26. - Remove most
<release>17</release>elements because they are inherited from the parentpom.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.goalswhen theclean test-compiledefault is suitable. - Replace some
installgoals by theverifygoal in integration tests for avoiding to pollute the local repository. - Remove trailing dot after
{@return …}because Javadoc already adds this dot.
…ed after 236fc26.
Remove also <release>17</release> (because already inherited from the parent pom.xml)
except when testing this option is the purpose of the integration test.
… anyway.
Remove some invoker.goals when the clean test-compile default is suitable.
Replace some install goals by the verify goal.
…is dot.
Before this commit, we had two dots at the end of summary sentences in the generated Javadoc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})