Create Java project with Maven archetype archetype-simple-restful-service

A set of maven archetypes for actframework application

Create a Java Project by archetype archetype-simple-restful-service with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.actframework"   -DarchetypeArtifactId="archetype-simple-restful-service"   -DarchetypeVersion="1.9.1.0"   -DinteractiveMode=false 

Details about maven archetype archetype-simple-restful-service

License

License

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

archetype-simple-restful-service
Version

Version

1.9.1.0
Type

Type

maven-archetype
Description

Description

ACT Maven Archetype for a simple RESTFUL service
A set of maven archetypes for actframework application
Project Organization

Project Organization

ActFramework

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-simple-restful-service -DarchetypeVersion=1.9.1.0 -DinteractiveMode=false

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.osgl : osgl-version jar 2.0.0-BETA-4-JAVA7
org.actframework : act jar 1.9.1b

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.9.0
org.osgl : osgl-ut jar 2.0.0-BETA-4-JAVA7

Project Modules

There are no modules declared in this project.