Use ${project.artifactId} instead of ${artifactId} in pom.xml
-------------------------------------------------------------
Key: ACCUMULO-437
URL: https://issues.apache.org/jira/browse/ACCUMULO-437
Project: Accumulo
Issue Type: Improvement
Reporter: David Medinets
Assignee: John Vines
Priority: Minor
I am seeing the following warning:
[WARNING] Some problems were encountered while building the effective model for
org.apache.accumulo:accumulo-assemble:pom:1.5.0-incubating-SNAPSHOT
[WARNING] The expression ${artifactId} is deprecated. Please use
${project.artifactId} instead.accumulo-assemble:pom
In pom.xml, I see the following:
215: <deb>${project.build.directory}/${artifactId}_${project.version}.deb</deb>
310:
<deb>${project.build.directory}/${artifactId}-native_${project.version}-${os.arch}.deb</deb>
350:
<deb>${project.build.directory}/${artifactId}-test_${project.version}-${os.arch}.deb</deb>
In src/assemble/pom.xml, I see the following lines:
269: <deb>${project.build.directory}/${artifactId}_${project.version}.deb</deb>
364:
<deb>${project.build.directory}/${artifactId}-native_${project.version}-${os.arch}.deb</deb>
404:
<deb>${project.build.directory}/${artifactId}-test_${project.version}-${os.arch}.deb</deb>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira