mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -DarchetypeGroupId="org.sweble.wikitext" -DarchetypeArtifactId="swc-example-serialization-archetype" -DarchetypeVersion="1.1.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.sweble.wikitext |
ArtifactId | ArtifactIdswc-example-serialization-archetype |
Version | Version1.1.0 |
Type | Typemaven-archetype |
Description |
DescriptionSWC - Serialization Example Archetype
An example project that contains a simple application that is able to parse
a page written in Wikitext and serialize it to XML, JSON or binary.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.sweble.wikitext -DarchetypeArtifactId=swc-example-serialization-archetype -DarchetypeVersion=1.1.0 -DinteractiveMode=false