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
License |
License |
---|---|
GroupId | GroupIdorg.sweble.wikitext |
ArtifactId | ArtifactIdswc-example-basic-archetype |
Version | Version1.1.0 |
Type | Typemaven-archetype |
Description |
DescriptionSWC - 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 |
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