Create Java project with Maven archetype maven-achetype-mule-domain-bundle

Maven tools for working with mule artifacts (Mule Applications and Mule Domains).

Create a Java Project by archetype maven-achetype-mule-domain-bundle with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DEE="My-EE"   -DarchetypeGroupId="org.mule.tools.maven"   -DarchetypeArtifactId="maven-achetype-mule-domain-bundle"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Required parameters for generate java project:

EE
validationRegex: none

Generated Project modules

  • domain
  • apps
  • domain-bundle

Details about maven archetype maven-achetype-mule-domain-bundle

License

License

GroupId

GroupId

org.mule.tools.maven
ArtifactId

ArtifactId

maven-achetype-mule-domain-bundle
Version

Version

1.1
Type

Type

maven-archetype
Description

Description

Mule ESB Maven Domain Bundle Archetype
Maven tools for working with mule artifacts (Mule Applications and Mule Domains).
Project Organization

Project Organization

MuleSoft, Inc.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.mule.tools.maven -DarchetypeArtifactId=maven-achetype-mule-domain-bundle -DarchetypeVersion=1.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.