Workaround for unexpected NullPointerException on Eclipse.

This commit is contained in:
Toshio Koide 2014-11-05 11:56:07 -08:00
parent 934c3ce9ed
commit d7d9641fc6

View File

@ -502,6 +502,10 @@
</dependency>
</dependencies>
<configuration>
<!-- begin: workaround for unexpected NullPointerException on Eclipse -->
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
<testSourceDirectory>${project.build.testSourceDirectory}</testSourceDirectory>
<!-- end: workaround for unexpected NullPointerException on Eclipse -->
<configLocation>onos/checkstyle.xml</configLocation>
<suppressionsLocation>onos/suppressions.xml
</suppressionsLocation>