You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Pablo Saavedra <pa...@gmail.com> on 2008/11/19 18:03:07 UTC

Assembly plugin not filtering parent.parent-version

Hi,

I have a file in a project which contains the following:

projectname--${parent.parent.version}

The project structure is the following:

main (packaging:pom)
    dev (packaging:pom)
       project-where-the-file-is-located (packaging:jar)
       other-project (packaging:jar)
       war-project (packaging:war)

When I run mvn clean install, the version string is replaced correctly,
however when I run assembly:assembly it doesn't worki,

Any ideas why this happens? I'm using the latest plugin version

Thanks in advance.
Regards.