Create Java project with Maven archetype core

Parent metaproject for archetypes that facilitate getting started with AutomataLib.

Create a Java Project by archetype core with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DautomatalibVersion="My-automatalibVersion"   -DarchetypeGroupId="net.automatalib.archetypes"   -DarchetypeArtifactId="core"   -DarchetypeVersion="0.6.0"   -DinteractiveMode=false 

Required parameters for generate java project:

automatalibVersion
validationRegex: none

Details about maven archetype core

License

License

GroupId

GroupId

net.automatalib.archetypes
ArtifactId

ArtifactId

core
Version

Version

0.6.0
Type

Type

maven-archetype
Description

Description

AutomataLib :: Archetypes :: Core
Parent metaproject for archetypes that facilitate getting started with AutomataLib.
Source Code Management

Source Code Management

https://github.com/misberner/automatalib/tree/develop/core

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.automatalib.archetypes -DarchetypeArtifactId=core -DarchetypeVersion=0.6.0 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
net.automatalib : automata-api jar 0.6.0
net.automatalib : automata-core jar 0.6.0

Project Modules

There are no modules declared in this project.