[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.legrog:grog-webapp:war:3.0-SNAPSHOT [WARNING] 'version' contains an expression but should be a constant. @ org.legrog:grog-webapp:${parent.version}, /home/leveque/GRoG-Projet/vm-environment/data/web-application/grog-webapp/pom.xml, line 20, column 14 [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ org.legrog:grog-webapp:${parent.version}, /home/leveque/GRoG-Projet/vm-environment/data/web-application/grog-webapp/pom.xml [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING]
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | <version>3.0-SNAPSHOT</version> | 17 | <version>3.0-SNAPSHOT</version> |
18 | </parent> | 18 | </parent> |
19 | <artifactId>grog-webapp</artifactId> | 19 | <artifactId>grog-webapp</artifactId> |
20 | - <version>${parent.version}</version> | 20 | + <version>${project.parent.version}</version> |
21 | <packaging>war</packaging> | 21 | <packaging>war</packaging> |
22 | 22 | ||
23 | 23 | ... | ... |
-
Please register or login to post a comment