Create Java project with Maven archetype swc-example-basic-archetype

An archetype that creates a simple application which is able to parse a page written in Wikitext and render it as HTML.

Create a Java Project by archetype swc-example-basic-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -DarchetypeGroupId="org.sweble.wikitext"   -DarchetypeArtifactId="swc-example-basic-archetype"   -DarchetypeVersion="1.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none

Details about maven archetype swc-example-basic-archetype

License

License

GroupId

GroupId

org.sweble.wikitext
ArtifactId

ArtifactId

swc-example-basic-archetype
Version

Version

1.1.0
Type

Type

maven-archetype
Description

Description

SWC - Basic Example Archetype
An archetype that creates a simple application which is able to parse a page written in Wikitext and render it as HTML.
Project Organization

Project Organization

University of Erlangen-Nürnberg - Open Source Research Group

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.sweble.wikitext -DarchetypeArtifactId=swc-example-basic-archetype -DarchetypeVersion=1.1.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.