mojohaus / flatten-maven-plugin

Flatten Maven Plugin
https://www.mojohaus.org/flatten-maven-plugin/
Apache License 2.0
203 stars 85 forks source link

improvement: don't interpolate project.basedir and project.baseUri #383

Closed SergeDemoulinGebit closed 2 weeks ago

SergeDemoulinGebit commented 10 months ago

I need an interpolation that do not interpolate ${project.basedir} and ${project.baseUri}

This properties contains absolute paths of the directory in which the pom.xml is located.

This paths are not relevant and should contains confidential informations. This is not consistent with ${project.build.directory} etc. that are not interpolated.