Skip to content

Commit 4afdbce

Browse files
committed
Provided some plugin commented code to debug annotation processing on samplest module
1 parent 4ab2106 commit 4afdbce

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

restx-samplest/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,20 @@
133133
<additionalparam>-restx-target-dir ${project.basedir}/target/classes</additionalparam>
134134
</configuration>
135135
</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+
-->
136150
</plugins>
137151
</build>
138152
</project>

0 commit comments

Comments
 (0)