MVN

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

Maven & Gradle

Feb 10, 2020
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-archetype -DarchetypeVersion=4.0.3
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.3
  • Latest Release Candidate: 4.0.0-RC3

All Versions

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

Version Vulnerabilities Updated
4.0.x
truelicense-maven-archetype-4.0.3
truelicense-maven-archetype-4.0.2
truelicense-maven-archetype-4.0.1
truelicense-maven-archetype-4.0.0
truelicense-maven-archetype-4.0.0-RC3
truelicense-maven-archetype-4.0.0-RC2
truelicense-maven-archetype-4.0.0-RC1
truelicense-maven-archetype-4.0.0-M3
truelicense-maven-archetype-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-archetype -DarchetypeVersion=4.0.3