Create Java project with Maven archetype archetype-bookmark

A set of maven archetypes for actframework application

Create a Java Project by archetype archetype-bookmark with Command Line:

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

Details about maven archetype archetype-bookmark

License

License

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

archetype-bookmark
Version

Version

1.9.1.0
Type

Type

maven-archetype
Description

Description

ACT Maven Archetype for a bookmark RESTful service with authentication and authorisation support
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-bookmark -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.