This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2e8fbc38f708eec328c49b336f0cff559bd93ac7 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Mar 12 20:51:24 2021 +0100 Move flattened poms to the target folder --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 3d42cd2..7f9fb3b 100644 --- a/pom.xml +++ b/pom.xml @@ -412,6 +412,8 @@ <goal>flatten</goal> </goals> <configuration> + <outputDirectory>${project.build.directory}</outputDirectory> + <flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename> <updatePomFile>true</updatePomFile> <pomElements> <build>keep</build>