Yes. Have you tried?
$ cat parent/pom.xml | grep finalName
<finalName>${project.artifactId}-${project.version}-b${buildNumber}</finalName>
In the child:
<parent>
<groupId>y</groupId>
<artifactId>x</artifactId>
<version>v</version>
<relativePath>../parent</relativePath>
Yuen-Chi Lian | www.yclian.com
"I do not seek; I find." - Pablo Picasso
2011/10/13 Stanimir Stamenkov <[email protected]>
> I want to configure the 'finalName' for a parent module and all its child
> modules as:
>
> <build>
> <finalName>${artifactId}</**fileName>
> </build>
>
> Is there a way to configure this as a default pattern in the parent and
> avoid repeating it in the 'build' section for all child modules?
>
> --
> Stanimir
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail:
> users-unsubscribe@maven.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>