MVN

com.bernardomg.maven.archetypes : library-archetype

Maven & Gradle

Jan 17, 2023
8 stars

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

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

Latest Version

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

  • Latest Stable: 1.2.17

All Versions

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

Version Vulnerabilities Updated
1.2.x
library-archetype-1.2.17
library-archetype-1.2.16
library-archetype-1.2.15
library-archetype-1.2.14
library-archetype-1.2.13
library-archetype-1.2.12
library-archetype-1.2.11
library-archetype-1.2.10
library-archetype-1.2.9
library-archetype-1.2.8
library-archetype-1.2.7
library-archetype-1.2.6
library-archetype-1.2.5
library-archetype-1.2.4
library-archetype-1.2.3
library-archetype-1.2.2
library-archetype-1.2.1
library-archetype-1.2.0
1.1.x
library-archetype-1.1.2
library-archetype-1.1.1
library-archetype-1.1.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.bernardomg.maven.archetypes -DarchetypeArtifactId=library-archetype -DarchetypeVersion=1.2.17