To generate a timeline for your project add this to the build section of your pom.xml, or (recommended), create file .mvn/extensions.xml is project root with contents as below:
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>io.takari.maven</groupId>
<artifactId>maven-timeline</artifactId>
<version>2.0.3</version>
</extension>
</extensions>Once your project has run you will have a target/timeline/timeline.html in the top-level of your project. The output will look something like the following:
Build time requirement is Java 17+ and recent Maven (3.9+ recommended). Runtime Java requirement is Java 8+.
