-
-
Notifications
You must be signed in to change notification settings - Fork 589
Closed
Milestone
Description
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=myapplicationand 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
Labels
No labels