This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 075ea24cacc (chores) build: enable auto-format by default
075ea24cacc is described below
commit 075ea24caccb94bcf6bbae704c60a2fa2ab50c41
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jan 12 09:39:55 2023 +0100
(chores) build: enable auto-format by default
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 56cd76f3c46..ae4a3e3eabb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4650,7 +4650,7 @@
<profile>
<id>format</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>