Cloning and running mvn clean install as stated in the readme works.
When then trying to execute the generate command, I get the error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project java11-junit5-archetype: Unable to add module to the current project as it is not of packaging type 'pom'
After changing the packaging in the pom.xml from jar to pom, it works
Cloning and running
mvn clean install
as stated in the readme works. When then trying to execute the generate command, I get the error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project java11-junit5-archetype: Unable to add module to the current project as it is not of packaging type 'pom'After changing the packaging in the pom.xml from
jar
topom
, it works