Skip to content

Cleanup in IT and Javadoc#984

Merged
desruisseaux merged 3 commits intoapache:masterfrom
Geomatys:master
Oct 15, 2025
Merged

Cleanup in IT and Javadoc#984
desruisseaux merged 3 commits intoapache:masterfrom
Geomatys:master

Conversation

@desruisseaux
Copy link
Contributor

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 236fc26.
  • 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.

…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.
@desruisseaux desruisseaux added this to the 4.0.0-beta-4 milestone Oct 15, 2025
@desruisseaux desruisseaux added the documentation Improvements or additions to documentation label Oct 15, 2025
@desruisseaux desruisseaux merged commit c6c0884 into apache:master Oct 15, 2025
26 of 80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants