We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab2106 commit 4afdbceCopy full SHA for 4afdbce
1 file changed
restx-samplest/pom.xml
@@ -133,6 +133,20 @@
133
<additionalparam>-restx-target-dir ${project.basedir}/target/classes</additionalparam>
134
</configuration>
135
</plugin>
136
+ <!-- Uncomment to debug annotation processing on samplest...
137
+ <plugin>
138
+ <groupId>org.apache.maven.plugins</groupId>
139
+ <artifactId>maven-compiler-plugin</artifactId>
140
+ <configuration>
141
+ <verbose>true</verbose>
142
+ <fork>true</fork>
143
+ <compilerArgs>
144
+ <arg>-J-Xdebug</arg>
145
+ <arg>-J-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000</arg>
146
+ </compilerArgs>
147
+ </configuration>
148
+ </plugin>
149
+ -->
150
</plugins>
151
</build>
152
</project>
0 commit comments