MVN

com.wandrell.maven.archetypes : library-archetype

Maven & Gradle

Nov 19, 2017
8 stars

Library Maven Archetype · A Maven Archetype to ease the creation of new Java libraries.

mvn archetype:generate -DarchetypeGroupId=com.wandrell.maven.archetypes -DarchetypeArtifactId=library-archetype -DarchetypeVersion=1.0.3
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wandrell.maven.archetypes : library-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.wandrell.maven.archetypes : library-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
library-archetype-1.0.3
library-archetype-1.0.2
library-archetype-1.0.1
library-archetype-1.0.0
0.7.x
library-archetype-0.7.2
library-archetype-0.7.0
0.6.x
library-archetype-0.6.2
library-archetype-0.6.0
0.5.x
library-archetype-0.5.1
library-archetype-0.5.0
0.4.x
library-archetype-0.4.3
library-archetype-0.4.2
library-archetype-0.4.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=com.wandrell.maven.archetypes -DarchetypeArtifactId=library-archetype -DarchetypeVersion=1.0.3