Create Java project with Maven archetype sally4-module-archetype

Semantic Alliance Communication Module Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="info.kwarc.sally4"   -DarchetypeArtifactId="sally4-module-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Details about maven archetype sally4-module-archetype

License

License

GroupId

GroupId

info.kwarc.sally4
ArtifactId

ArtifactId

sally4-module-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Sally4 Module Archetype
Semantic Alliance Communication Module Archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=info.kwarc.sally4 -DarchetypeArtifactId=sally4-module-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.felix : org.apache.felix.ipojo.annotations jar 1.12.1
org.slf4j : slf4j-api jar 1.7.7
org.osgi : org.osgi.core jar 5.0.0
org.osgi : org.osgi.compendium jar 5.0.0

Project Modules

There are no modules declared in this project.