MVN

org.omnaest.maven.plugin : maven-technology-timeline-plugin

Maven & Gradle

Jul 23, 2011

technology-timeline Maven Mojo · Maven Plugin which creates a CSV file within the target folder which includes date information for all dependecies

<plugin>
    <groupId>org.omnaest.maven.plugin</groupId>
    <artifactId>maven-technology-timeline-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.omnaest.maven.plugin : maven-technology-timeline-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.omnaest.maven.plugin : maven-technology-timeline-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-technology-timeline-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.omnaest.maven.plugin</groupId>
    <artifactId>maven-technology-timeline-plugin</artifactId>
    <version>1.0.0</version>
</plugin>