MVN

net.truelicense : truelicense-maven-archetype

Maven & Gradle

Mar 01, 2018
138 stars

TrueLicense Maven Archetype · The TrueLicense Maven Archetype is a turn-key solution for designing and implementing a custom licensing schema for your software product. The archetype generates a tailor-made project which is composed of ready-made modules for vending and consuming license keys. The modules contain code templates which you can easily customize without writing code by configuring a set of properties.

mvn archetype:generate -DarchetypeGroupId=net.truelicense -DarchetypeArtifactId=truelicense-maven-archetype -DarchetypeVersion=3.2.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.truelicense : truelicense-maven-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of net.truelicense : truelicense-maven-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.2.x
truelicense-maven-archetype-3.2.0
3.1.x
truelicense-maven-archetype-3.1.0
3.0.x
truelicense-maven-archetype-3.0.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=net.truelicense -DarchetypeArtifactId=truelicense-maven-archetype -DarchetypeVersion=3.2.0

Advertisement