You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/02/22 08:57:11 UTC

[camel-spring-boot] 01/10: Remove not used maven profiles in camel-spring-boot from release argument

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch claus
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit ede3a245c7fb88e9c6d7f09791c95f515e60dd58
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Feb 22 08:07:49 2020 +0100

    Remove not used maven profiles in camel-spring-boot from release argument
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00a41c2..6c2fd7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,7 @@
                         <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
                         <!-- The profile we want to use when doing the release -->
-                        <arguments>-Prelease,apache-release,enable-schemagen,apt,sourcecheck,hibernate</arguments>
+                        <arguments>-Prelease,apache-release,sourcecheck</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>