Skip to content

Commit 4fa827a

Browse files
authored
Update pom.xml
1 parent 9188bbd commit 4fa827a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

cli/pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,6 @@
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>
8264
<plugin>
8365
<groupId>io.quarkus</groupId>
8466
<artifactId>quarkus-maven-plugin</artifactId>

0 commit comments

Comments
 (0)