[weld-issues] [JBoss JIRA] Created: (WELD-490) Weld parent POM uses deprecated maven APIs
Lincoln Baxter III (JIRA)
jira-events at lists.jboss.org
Tue Apr 13 13:50:25 EDT 2010
Weld parent POM uses deprecated maven APIs
------------------------------------------
Key: WELD-490
URL: https://jira.jboss.org/jira/browse/WELD-490
Project: Weld
Issue Type: Bug
Reporter: Lincoln Baxter III
Priority: Minor
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT
[WARNING] The expression ${pom.url} is deprecated. Please use ${project.url} instead. @ org.jboss.seam:seam-parent:3.0.0-SNAPSHOT, /home/lb3/JBoss/seam3/build/parent/pom.xml
[WARNING] The expression ${pom.name} is deprecated. Please use ${project.name} instead. @ org.jboss.seam:seam-parent:3.0.0-SNAPSHOT, /home/lb3/JBoss/seam3/build/parent/pom.xml
[WARNING] The expression ${pom.organization.name} is deprecated. Please use ${project.organization.name} instead. @ org.jboss.seam:seam-parent:3.0.0-SNAPSHOT, /home/lb3/JBoss/seam3/build/parent/pom.xml
[WARNING] The expression ${pom.name} is deprecated. Please use ${project.name} instead. @ org.jboss.seam:seam-parent:3.0.0-SNAPSHOT, /home/lb3/JBoss/seam3/build/parent/pom.xml
[WARNING] The expression ${pom.organization.name} is deprecated. Please use ${project.organization.name} instead. @ org.jboss.seam:seam-parent:3.0.0-SNAPSHOT, /home/lb3/JBoss/seam3/build/parent/pom.xml
[WARNING]
Line 318 of weld-parent/pom.xml:
<Implementation-URL>${pom.url}</Implementation-URL>
<Implementation-Title>${pom.name}</Implementation-Title>
<Implementation-Version>${parsedVersion.osgiVersion}</Implementation-Version>
<Implementation-Vendor>${pom.organization.name}</Implementation-Vendor>
<Specification-Title>${pom.name}</Specification-Title>
<Specification-Version>${parsedVersion.osgiVersion}</Specification-Version>
<Specification-Vendor>${pom.organization.name}</Specification-Vendor>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list