cloudacademy / java11-junit5-archetype

Maven Java11 JUnit5 Archetype
0 stars 4 forks source link

Error when trying to generate project #1

Open WaschLappHabu opened 2 years ago

WaschLappHabu commented 2 years ago

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

zelechom commented 7 months ago

This open issue instruction solved my build issue.