mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-27 06:11:47 +01:00
Workaround for unexpected NullPointerException on Eclipse.
This commit is contained in:
parent
934c3ce9ed
commit
d7d9641fc6
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user