Create Java project with Maven archetype marmotta-archetype-module

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

Create a Java Project by archetype marmotta-archetype-module with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DmoduleKey="My-moduleKey"   -DmoduleName="My-moduleName"   -DarchetypeGroupId="org.apache.marmotta"   -DarchetypeArtifactId="marmotta-archetype-module"   -DarchetypeVersion="3.4.0"   -DinteractiveMode=false 

Required parameters for generate java project:

moduleKey
validationRegex: none
moduleName
validationRegex: none

Details about maven archetype marmotta-archetype-module

License

License

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-archetype-module
Version

Version

3.4.0
Type

Type

maven-archetype
Description

Description

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

Project URL

http://marmotta.apache.org/marmotta-archetype-module
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.marmotta -DarchetypeArtifactId=marmotta-archetype-module -DarchetypeVersion=3.4.0 -DinteractiveMode=false

Dependencies

provided (2)

Group / Artifact Type Version
org.apache.marmotta : marmotta-core jar 3.4.0
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.