random-maven / flatten-maven-plugin

Simplify maven project descriptor for artifact deployment
https://random-maven.github.io/flatten-maven-plugin/flatten-mojo.html
Other
9 stars 5 forks source link

Fixed optional support for non local POM dependencies #9

Closed diamondq closed 4 years ago

diamondq commented 4 years ago

Dependencies located in profiles or parents would not have their optional flag copied over since the current code looked only in the non-interpolated, non-expanded local POM.

Fixes #8