Skip to content

takari/takari-lifecycle

Repository files navigation

Takari Maven Lifecycle

Maven Central Verify Reproducible Builds

To learn about the Takari Maven Lifecycle you can take a look here:

http://takari.io/book/40-lifecycle.html

To use it, declare the plugin as extension in your POM:

      <plugin>
        <groupId>io.takari.maven.plugins</groupId>
        <artifactId>takari-lifecycle-plugin</artifactId>
        <version>2.3.0</version>
        <extensions>true</extensions>
      </plugin>

Build time requirement of this project and projects using takari-lifecycle-plugin is Java17 (since 2.3.0+), but the project can produce even Java 8 byte code by using the "release" compiler flag.

About

Takari Maven Lifecycle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 17

Languages