Hello,
I use the flatten-maven-plugin in a project. The project relies on
properties set in an explicitly activated profile. The current version
of the flatten-maven-plugin did not resolve these properties, though.
Based on the pull request [1] by Erwin Tratar, I implemented a fix [2].
Looking at the last changes to the flatten-maven-plugin on GitHub, it
seems as if the project is dormant. Is my guess correct? Are there any
plans to merge the pending pull requests and build a new release?
I am happy to help reviewing pull requests and fixing the open issues if
any help is needed. I am not a Maven expert, though.
Cheers,
Christoph
[1]
https://github.com/mojohaus/flatten-maven-plugin/pull/24
[2]
https://github.com/mojohaus/flatten-maven-plugin/pull/31