Skip to content

Commit 20bd8c4

Browse files
author
Michael Sonnleitner
committed
use package phase for artifact installation to get codeql action running
1 parent 596b261 commit 20bd8c4

File tree

1 file changed

+3
-3
lines changed
  • client/integration-tests/gav-source

1 file changed

+3
-3
lines changed

client/integration-tests/gav-source/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<goals>
2323
<goal>install-file</goal>
2424
</goals>
25-
<phase>verify</phase>
25+
<phase>package</phase>
2626
<configuration>
2727
<artifactId>quarkus-openapi-generator-gav-source-echo1</artifactId>
2828
<groupId>io.quarkiverse.openapi.generator</groupId>
@@ -36,7 +36,7 @@
3636
<goals>
3737
<goal>install-file</goal>
3838
</goals>
39-
<phase>verify</phase>
39+
<phase>package</phase>
4040
<configuration>
4141
<artifactId>quarkus-openapi-generator-gav-source-echo2</artifactId>
4242
<groupId>io.quarkiverse.openapi.generator</groupId>
@@ -50,7 +50,7 @@
5050
<goals>
5151
<goal>install-file</goal>
5252
</goals>
53-
<phase>verify</phase>
53+
<phase>package</phase>
5454
<configuration>
5555
<artifactId>quarkus-openapi-generator-gav-source-other</artifactId>
5656
<groupId>io.quarkiverse.openapi.generator</groupId>

0 commit comments

Comments
 (0)