Create Java project with Maven archetype springboot-activemq-archetype

Creates a new Spring Boot application with ActiveMQ

Create a Java Project by archetype springboot-activemq-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dactivemq-version="My-activemq-version"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="springboot-activemq-archetype"   -DarchetypeVersion="1.2.0.Beta4"   -DinteractiveMode=false 

Required parameters for generate java project:

activemq-version
validationRegex: none

Details about maven archetype springboot-activemq-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

springboot-activemq-archetype
Version

Version

1.2.0.Beta4
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Spring-Boot :: ActiveMQ
Creates a new Spring Boot application with ActiveMQ
Project Organization

Project Organization

Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=springboot-activemq-archetype -DarchetypeVersion=1.2.0.Beta4 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
io.fabric8 : archetype-builder jar 1.2.0.Beta4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.