Status: New
Owner: ----
Labels: Package-EclipSLEE

New issue 32 by [email protected]: Use of deprected maven pom properties
http://code.google.com/p/jain-slee/issues/detail?id=32

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

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to