Skip to content

Commit

Permalink
Provided some plugin commented code to debug annotation processing on…
Browse files Browse the repository at this point in the history
… samplest module
  • Loading branch information
fcamblor committed Dec 26, 2014
1 parent 4ab2106 commit 4afdbce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions restx-samplest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,20 @@
<additionalparam>-restx-target-dir ${project.basedir}/target/classes</additionalparam>
</configuration>
</plugin>
<!-- Uncomment to debug annotation processing on samplest...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<verbose>true</verbose>
<fork>true</fork>
<compilerArgs>
<arg>-J-Xdebug</arg>
<arg>-J-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000</arg>
</compilerArgs>
</configuration>
</plugin>
-->
</plugins>
</build>
</project>

0 comments on commit 4afdbce

Please sign in to comment.