Toshio Koide

Workaround for unexpected NullPointerException on Eclipse.

Showing 1 changed file with 4 additions and 0 deletions
...@@ -502,6 +502,10 @@ ...@@ -502,6 +502,10 @@
502 </dependency> 502 </dependency>
503 </dependencies> 503 </dependencies>
504 <configuration> 504 <configuration>
505 + <!-- begin: workaround for unexpected NullPointerException on Eclipse -->
506 + <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
507 + <testSourceDirectory>${project.build.testSourceDirectory}</testSourceDirectory>
508 + <!-- end: workaround for unexpected NullPointerException on Eclipse -->
505 <configLocation>onos/checkstyle.xml</configLocation> 509 <configLocation>onos/checkstyle.xml</configLocation>
506 <suppressionsLocation>onos/suppressions.xml 510 <suppressionsLocation>onos/suppressions.xml
507 </suppressionsLocation> 511 </suppressionsLocation>
......