Skip to content

Commit ca4cb01

Browse files
committed
fix(build): building the test app is handled by the tests
1 parent b5258eb commit ca4cb01

File tree

1 file changed

+12
-12
lines changed
  • operator-framework-quarkus-extension/tests

1 file changed

+12
-12
lines changed

operator-framework-quarkus-extension/tests/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@
5959
<parameters>true</parameters>
6060
</configuration>
6161
</plugin>
62-
<plugin>
63-
<groupId>io.quarkus</groupId>
64-
<artifactId>quarkus-maven-plugin</artifactId>
65-
<version>${quarkus.version}</version>
66-
<executions>
67-
<execution>
68-
<goals>
69-
<goal>build</goal>
70-
</goals>
71-
</execution>
72-
</executions>
73-
</plugin>
7462
<plugin>
7563
<groupId>org.apache.maven.plugins</groupId>
7664
<artifactId>maven-surefire-plugin</artifactId>
@@ -98,6 +86,18 @@
9886
</properties>
9987
<build>
10088
<plugins>
89+
<plugin>
90+
<groupId>io.quarkus</groupId>
91+
<artifactId>quarkus-maven-plugin</artifactId>
92+
<version>${quarkus.version}</version>
93+
<executions>
94+
<execution>
95+
<goals>
96+
<goal>build</goal>
97+
</goals>
98+
</execution>
99+
</executions>
100+
</plugin>
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)