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 59
59
<parameters >true</parameters >
60
60
</configuration >
61
61
</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 >
74
62
<plugin >
75
63
<groupId >org.apache.maven.plugins</groupId >
76
64
<artifactId >maven-surefire-plugin</artifactId >
98
86
</properties >
99
87
<build >
100
88
<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 >
101
101
<plugin >
102
102
<groupId >org.apache.maven.plugins</groupId >
103
103
<artifactId >maven-failsafe-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments