Hide
For the stability of the build, we need to specify these plugins as fixed versions,
reducing the need for network lookups to get the latest version
after create-from-project on the target/generated-sources/archetype, build with "-U" we'll see the issue
ie: `mvn clean compile -U`
Show
For the stability of the build, we need to specify these plugins as fixed versions,
reducing the need for network lookups to get the latest version
after create-from-project on the target/generated-sources/archetype, build with "-U" we'll see the issue
ie: `mvn clean compile -U`