maven/maven-model-builder
Tamas Cservenak 6668da3219
[MNG-8211] Fail the build if project effective version has expression (#1673)
As this is almost always source of confusion. If feature is used and there is no proper value set, fail the build, as users for sure does not plan to deploy artifacts with version `${revision}` (or any expression in project.version).

Still, to not be disruptive, the old behaviour can be achieved by setting `maven.build.allowExpressionInEffectiveProjectVersion`=true project property.

---

https://issues.apache.org/jira/browse/MNG-8211
2024-08-22 12:54:24 +02:00
..
src [MNG-8211] Fail the build if project effective version has expression (#1673) 2024-08-22 12:54:24 +02:00
pom.xml [MNG-8179] Upgrade Parent to 43 2024-07-10 22:52:34 +02:00