You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2021/03/12 20:14:30 UTC

[camel] 01/08: Move flattened poms to the target folder

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 <gn...@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>