Skip to content

takari/maven-timeline

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 39 commits ahead of busjaeger:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Takari Maven Timeline

How to generate a timeline for your project

To generate a timeline for your project add this section to your pom.xml:

<extensions>
  <extension>
    <groupId>io.takari.maven</groupId>
    <artifactId>maven-timeline</artifactId>
    <version>1.8</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

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.

Packages

No packages published

Languages

  • JavaScript 57.9%
  • Java 35.8%
  • CSS 4.1%
  • HTML 2.2%