-
Enhancement
-
Resolution: Done
-
Major
-
2.16.1.Final
-
None
When creating an addon with the command :
project-new --named helloAddon --type addon
The version of the maven-jar-plugin is not set :
<build> <finalName>helloAddon</finalName> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <executions> ...
The Maven waring tells us to set a version :
[WARNING] Some problems were encountered while building the effective model for org.helloAddon:helloAddon:jar:1.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 52, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.