Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Toshio Koide
2014-11-05 11:56:07 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d7d9641fc65d15113e026e3d1e2e5b46b17aecd5
d7d9641f
1 parent
934c3ce9
Workaround for unexpected NullPointerException on Eclipse.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
pom.xml
pom.xml
View file @
d7d9641
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment