This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 649a7425a7c0088f86bb51d3160e2a1fd978f15e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue May 12 10:32:53 2020 +0200 CAMEL-15044: Move .flattened-pom.xml into target --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 7de3ab6..7b8ea1a 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,9 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> + <configuration> + <outputDirectory>target</outputDirectory> + </configuration> </plugin> </plugins>