-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
NEW
-
NEW
Archetypes are using hardcoded version properties (see e.g. https://github.com/uberfire/uberfire/blob/master/uberfire-archetype/uberfire-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-parent-with-dependencies/pom.xml). They basically duplicate the ones coming from IP BOM and need to be aligned with them. Every time property changes in IP BOM, the archetypes should be updated as well which brings many problems (as often one forgets to update it and then the archetypes no longer work). We should reuse the values coming from IP BOM and let Maven resources plugin (filtering) to do the rest.