Create Java project with Maven archetype service-archetype

Moonshine provides infrastructure commonly found in application containers. But, unlike containers, it is designed to be embedded inside your application. It's a modular framework build around Google Guice dependency injection with uniform logging using SLF4J, easy unit testing and ready to use support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.atteo.moonshine"   -DarchetypeArtifactId="service-archetype"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Details about maven archetype service-archetype

License

License

Apache License, Version 2.0
GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

service-archetype
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

Simple Service Archetype
Moonshine provides infrastructure commonly found in application containers. But, unlike containers, it is designed to be embedded inside your application. It's a modular framework build around Google Guice dependency injection with uniform logging using SLF4J, easy unit testing and ready to use support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS.
Project Organization

Project Organization

Atteo

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.atteo.moonshine -DarchetypeArtifactId=service-archetype -DarchetypeVersion=1.2 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.atteo.moonshine : bom pom 1.2
org.atteo.moonshine : container-test-utils jar 1.2

Project Modules

There are no modules declared in this project.