On Jun 26, 4:27 pm, Leandro de Oliveira <
lehph...@gmail.com> wrote:
> Hi,
>
> Maven projects should not rely on absolute paths to execute builds
> because they can be too dependent on the environment they are running.
> So, it is advised to always use paths relative to the directory
> containing the pom.xml file.
> We use the project output directory by default so that you don't have
> to prepend ${project.build.directory} to every transformation you want
> to execute. It is useful when there are more than a few
> transformations to perform.
>
> Glad it is working for you.
>