Francesco Chicchiriccò created OPENJPA-2660:
-----------------------------------------------
Summary: Resolve Maven warnings
Key: OPENJPA-2660
URL: https://issues.apache.org/jira/browse/OPENJPA-2660
Project: OpenJPA
Issue Type: Improvement
Reporter: Francesco Chicchiriccò
Fix For: 2.4.2, 3.0.0
At the beginning of the Maven build, some warnings are reported:
{code}
[WARNING] Some problems were encountered while building the effective model for
org.apache.openjpa:apache-openjpa:pom:3.0.0-SNAPSHOT
[WARNING] The expression ${artifactId} is deprecated. Please use
${project.artifactId} instead.
[WARNING] The expression ${version} is deprecated. Please use
${project.version} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use
${project.artifactId} instead.
[WARNING] The expression ${version} is deprecated. Please use
${project.version} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use
${project.artifactId} instead.
[WARNING] The expression ${version} is deprecated. Please use
${project.version} instead.
[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.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)