File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
operator-framework-quarkus-extension/tests Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments