Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas authored Aug 23, 2024
1 parent f441d6a commit 0975333
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
To generate a timeline for your project add this section to your `pom.xml`:

```xml
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>io.takari.maven</groupId>
<artifactId>maven-timeline</artifactId>
<version>2.0.0</version>
<extension>
<groupId>io.takari.maven</groupId>
<artifactId>maven-timeline</artifactId>
<version>2.0.0</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:

![Maven Timeline](maven-timeline.png)

## Building

Build time requirement is Java 11 and recent Maven (3.8+ recommended). It uses the new "release" flag of compiler to produce Java 7 bytecode.
Hence, runtime Java requirement is still Java 7.
Build time requirement is Java 11+ and recent Maven (3.9+ recommended).
Runtime Java requirement is Java 8+.

0 comments on commit 0975333

Please sign in to comment.