MVN

org.apache.marmotta : marmotta-archetype-module

Maven & Gradle

Jun 12, 2018

Apache Marmotta Archetype: Module · This Maven Archetype allows creating the basic structure for an Marmotta Module

mvn archetype:generate -DarchetypeGroupId=org.apache.marmotta -DarchetypeArtifactId=marmotta-archetype-module -DarchetypeVersion=3.4.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.marmotta : marmotta-archetype-module to generate a Maven project - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of org.apache.marmotta : marmotta-archetype-module to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.4.x
marmotta-archetype-module-3.4.0
3.3.x
marmotta-archetype-module-3.3.0
3.2.x
marmotta-archetype-module-3.2.1
marmotta-archetype-module-3.2.0
3.1.x
marmotta-archetype-module-3.1.0-incubating
3.0.x
marmotta-archetype-module-3.0.1
marmotta-archetype-module-3.0.0-incubating

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=org.apache.marmotta -DarchetypeArtifactId=marmotta-archetype-module -DarchetypeVersion=3.4.0