Weld Archetype uses deprecated expressions
------------------------------------------
Key: WELDRAD-19
URL:
https://issues.jboss.org/browse/WELDRAD-19
Project: Weld Archetypes
Issue Type: Patch
Reporter: Ken Gullaksen
Assignee: Dan Allen
Priority: Minor
Fix For: javaee6-webapp-1.0.1.Beta2
Attachments: WELDRAD-19.patch
When building projects generated with weld-jsf-jee-minimal archetype in
apache-maven-3.0-alpha-7. The following warnings are encountered.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId}
instead. @ net.glxn:arquillian-playground:1.0.0-SNAPSHOT,
/home/ken/dev/git/arquillian-playground/pom.xml
[WARNING] The expression ${build.finalName} is deprecated. Please use
${project.build.finalName} instead. @ net.glxn:arquillian-playground:1.0.0-SNAPSHOT,
/home/ken/dev/git/arquillian-playground/pom.xml
[WARNING] The expression ${build.finalName} is deprecated. Please use
${project.build.finalName} instead. @ net.glxn:arquillian-playground:1.0.0-SNAPSHOT,
/home/ken/dev/git/arquillian-playground/pom.xml
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: