Create Java project with Maven archetype liberty-plugin-archetype

Parent pom for Maven tools supporting development with WebSphere Application Server Liberty Profile

Create a Java Project by archetype liberty-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DlibertyPluginVersion="My-libertyPluginVersion"   -DarchetypeGroupId="net.wasdev.wlp.maven"   -DarchetypeArtifactId="liberty-plugin-archetype"   -DarchetypeVersion="3.0.M1"   -DinteractiveMode=false 

Required parameters for generate java project:

libertyPluginVersion
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-web
  • ${rootArtifactId}-test
  • ${rootArtifactId}-assembly

Details about maven archetype liberty-plugin-archetype

License

License

GroupId

GroupId

net.wasdev.wlp.maven
ArtifactId

ArtifactId

liberty-plugin-archetype
Version

Version

3.0.M1
Type

Type

maven-archetype
Description

Description

Archetype - liberty-test-archetype
Parent pom for Maven tools supporting development with WebSphere Application Server Liberty Profile

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.wasdev.wlp.maven -DarchetypeArtifactId=liberty-plugin-archetype -DarchetypeVersion=3.0.M1 -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.