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
The following commit(s) were added to refs/heads/master by this push:
new 70f22da Add formatter maven plugin to test-infra
70f22da is described below
commit 70f22daca4ebda15cc015332abb0bbdadf5325bd
Author: Guillaume Nodet <[email protected]>
AuthorDate: Sat Mar 13 09:02:49 2021 +0100
Add formatter maven plugin to test-infra
---
.../camel/test/infra/common/services/AbstractTestService.java | 2 +-
test-infra/pom.xml | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-common/src/test/java/org/apache/camel/test/infra/common/services/AbstractTestService.java
b/test-infra/camel-test-infra-common/src/test/java/org/apache/camel/test/infra/common/services/AbstractTestService.java
index d30de30..a760c8e 100644
---
a/test-infra/camel-test-infra-common/src/test/java/org/apache/camel/test/infra/common/services/AbstractTestService.java
+++
b/test-infra/camel-test-infra-common/src/test/java/org/apache/camel/test/infra/common/services/AbstractTestService.java
@@ -23,7 +23,7 @@ import org.junit.jupiter.api.extension.AfterAllCallback;
import org.junit.jupiter.api.extension.BeforeAllCallback;
import org.junit.jupiter.api.extension.ExtensionContext;
-public abstract class AbstractTestService implements TestService,
BeforeAllCallback, AfterAllCallback {
+public abstract class AbstractTestService implements TestService,
BeforeAllCallback, AfterAllCallback {
protected ExtensionContext context;
diff --git a/test-infra/pom.xml b/test-infra/pom.xml
index c035bf9..8c58145 100644
--- a/test-infra/pom.xml
+++ b/test-infra/pom.xml
@@ -71,4 +71,13 @@
<module>camel-test-infra-fhir</module>
<module>camel-test-infra-mosquitto</module>
</modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>net.revelc.code.formatter</groupId>
+ <artifactId>formatter-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>