Create Java project with Maven archetype pf4j-quickstart

Plugin Framework for Java

Create a Java Project by archetype pf4j-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.pf4j"   -DarchetypeArtifactId="pf4j-quickstart"   -DarchetypeVersion="3.6.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-app
  • ${rootArtifactId}-plugins

Details about maven archetype pf4j-quickstart

License

License

GroupId

GroupId

org.pf4j
ArtifactId

ArtifactId

pf4j-quickstart
Version

Version

3.6.0
Type

Type

maven-archetype
Description

Description

Quickstart Archetype
Plugin Framework for Java

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.pf4j -DarchetypeArtifactId=pf4j-quickstart -DarchetypeVersion=3.6.0 -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.