-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Describe the enhancement requested
When running maven-projects, there are warning like:
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.graphar:graphar-info:jar:0.12.0-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.apache.graphar:graphar-info:${graphar.version}, /home/john/graphar/incubator-graphar/maven-projects/info/pom.xml, line 37, column 14
[WARNING] 'version' contains an expression but should be a constant. @ org.apache.graphar:graphar-root:${graphar.version}, /home/john/graphar/incubator-graphar/maven-projects/pom.xml, line 32, column 14
[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]
should remove version property, since child module will automatically inherit the version from the parent, and add comment to notice that.
Component(s)
Java, Spark
yecol and SemyonSinchenko
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers