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