Generated pom.xml's use deprecated properties ${pom.artifactId} and
${pom.version}.
What steps will reproduce the problem?
1. Create a new JAIN SLEE project with all settings left to default values.
2. Run clean package goals.
What is the expected output? What do you see instead?
Expected
--------
Successful build with no warnings.
Actual
------
Build succeeds with the following warnings
"""
WARNING] Some problems were encountered while building the effective model for
org.mobicents:TestService-sbb:jar:1.0
[WARNING] The expression ${pom.artifactId} is deprecated. Please use
${project.artifactId} instead.
[WARNING] The expression ${pom.version} is deprecated. Please use
${project.version} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.mobicents:TestService-DU:jar:1.0
[WARNING] The expression ${pom.artifactId} is deprecated. Please use
${project.artifactId} instead.
[WARNING] The expression ${pom.version} is deprecated. Please use
${project.version} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.mobicents:TestService:pom:1.0
[WARNING] The expression ${pom.artifactId} is deprecated. Please use
${project.artifactId} instead.
[WARNING] The expression ${pom.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.
"""
What version of the product are you using? On what operating system?
EclipSLEE 2.0.0.v20121003-1449
m2e 1.2.0.20120903-1050 (embedded maven 3.0.4)
Eclipse 4.2.1
Debian GNU/Linux 6.0.6
Original issue reported on code.google.com by vil...@users.sourceforge.net on 1 Feb 2013 at 5:03
Original issue reported on code.google.com by
vil...@users.sourceforge.net
on 1 Feb 2013 at 5:03