Closed gab1one closed 6 years ago
Ok it looks like this is actually a bug within maven: https://issues.apache.org/jira/browse/ARCHETYPE-308 so you can't really do anything about it, besides setting the default version to 1.0.0-SNAPSHOT (this will skip the user input though).
Hi @sverhoeven, first of all I really love this project, super cool work and very helpful :+1:
I only encountered one issue when using the archetype to generate my own node plugin: The default value for the
version
property is1.0-SNAPSHOT
, so when you just press the Enter key in the wizard you end up with an invalid project configuration. If you set this to1.0.0-SNAPSHOT
everything works perfectly.