MVN

global.namespace.truelicense-maven-archetype : truelicense-maven-plugin

Maven & Gradle

Nov 03, 2018
2 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=global.namespace.truelicense-maven-archetype -DarchetypeArtifactId=truelicense-maven-plugin -DarchetypeVersion=4.0.0-M1
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.0-M1

All Versions

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

Version Vulnerabilities Updated
4.0.x
truelicense-maven-plugin-4.0.0-M1

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=global.namespace.truelicense-maven-archetype -DarchetypeArtifactId=truelicense-maven-plugin -DarchetypeVersion=4.0.0-M1