naturalize
naturalize copied to clipboard
Missing groupId and version in pom.xml
[ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] 'groupId' is missing. @ line 1, column 204 [FATAL] 'version' is missing. @ line 1, column 204
Any reason why the naturalize pom.xml does have a groupId and version
Adding this made it work for me.
<version>1.1-SNAPSHOT</version>
<groupId>codemining</groupId>