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.