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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to