mojohaus / flatten-maven-plugin

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

Change default `outputDirectory` to ${project.build.directory} #94

Open saturnism opened 5 years ago

saturnism commented 5 years ago

Current default outputDirectory is ${project.basedir}. Would it make sense to move this to target/ as default? /cc @rfscholte

famod commented 5 years ago

This seems closely related to #53. AFAICS, the default will/should not be changed since this requires Maven 3.6.2+, see https://issues.apache.org/jira/browse/MNG-6405.

TobiX commented 12 months ago

It has been ~4 years, I wonder if a newer (major?) version of this plugin could start requiring Maven 3.6.2+ and change the default location of the flattened pom?

slawekjaranowski commented 11 months ago

So please create PR .. maybe I don't see if one already exist