mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-28 06:41:19 +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>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<configuration>
|
<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>
|
<configLocation>onos/checkstyle.xml</configLocation>
|
||||||
<suppressionsLocation>onos/suppressions.xml
|
<suppressionsLocation>onos/suppressions.xml
|
||||||
</suppressionsLocation>
|
</suppressionsLocation>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user