This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 1467092c0f789e917e3fecedc30bc2d7fb961668 Author: Peter Palaga <[email protected]> AuthorDate: Thu Nov 19 14:38:06 2020 +0100 Remove superfluous quarkus-maven-plugin:build invocation that we have defined in camel-quarkus-build-parent-it anyway --- integration-tests/nagios/pom.xml | 16 ---------------- integration-tests/saga/pom.xml | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/integration-tests/nagios/pom.xml b/integration-tests/nagios/pom.xml index c93269d..c28f1c2 100644 --- a/integration-tests/nagios/pom.xml +++ b/integration-tests/nagios/pom.xml @@ -94,22 +94,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>build</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <profiles> <profile> <id>native</id> diff --git a/integration-tests/saga/pom.xml b/integration-tests/saga/pom.xml index d551896..2491742 100644 --- a/integration-tests/saga/pom.xml +++ b/integration-tests/saga/pom.xml @@ -115,22 +115,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>build</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <profiles> <profile> <id>native</id>
