Skip to content

Commit 9188bbd

Browse files
committed
Merge branch 'starfix-cli' of github.com-fahad-israr:fahad-israr/starfix into patch-config-editor
2 parents 6f1c058 + 454f233 commit 9188bbd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

cli/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,24 @@
6161
</dependencies>
6262
<build>
6363
<plugins>
64+
<plugin>
65+
<groupId>org.apache.maven.plugins</groupId>
66+
<artifactId>maven-compiler-plugin</artifactId>
67+
<!-- annotationProcessorPaths requires maven-compiler-plugin version 3.5 or higher -->
68+
<version>${maven-compiler-plugin-version}</version>
69+
<configuration>
70+
<annotationProcessorPaths>
71+
<path>
72+
<groupId>info.picocli</groupId>
73+
<artifactId>picocli-codegen</artifactId>
74+
<version>4.6.1</version>
75+
</path>
76+
</annotationProcessorPaths>
77+
<compilerArgs>
78+
<arg>-Aproject=${project.groupId}/${project.artifactId}</arg>
79+
</compilerArgs>
80+
</configuration>
81+
</plugin>
6482
<plugin>
6583
<groupId>io.quarkus</groupId>
6684
<artifactId>quarkus-maven-plugin</artifactId>

0 commit comments

Comments
 (0)