Skip to content

provide an Archetype for new PF4J based projects #306

@pinhead84

Description

@pinhead84

To make using PF4J for new developers as easy as possible, we might consider providing a Maven Archetype. A developer might just enter a command like

mvn archetype:generate \
  -DarchetypeGroupId=org.pf4j \
  -DarchetypeArtifactId=pf4j-application \
  -DarchetypeVersion=3.0.0 \
  -DgroupId=com.mycompany \
  -DartifactId=myapplication

and automatically a basic Maven project structure is created, from which he can start the development of his new PF4J based application. The created project might use the same (or similar) files, that are used in the demo application (see #304).

I've never created those Archetypes yet, but according to the documentation it looks quite simple to me. What do you think about this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions