Well, the warning text kind of spells this out. You should replace
"${artifactId}" with "${project.artifactId}".

/Anders

On Mon, Nov 26, 2012 at 1:23 PM, Alberto Ivo <[email protected]> wrote:

> Hello,
>
> How can I fix this warning?
>
> project-parent is just a maven project with only a pom that is a parent for
> another POMs.
>
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for com.company.project:project-parent:pom:0.0.1-SNAPSHOT
> [WARNING] The expression ${artifactId} is deprecated. Please use
> ${project.artifactId} 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.
> [WARNING]
>

Reply via email to