[ https://issues.apache.org/jira/browse/FLINK-8235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287434#comment-16287434 ]
ASF GitHub Bot commented on FLINK-8235: --------------------------------------- Github user zentol commented on the issue: https://github.com/apache/flink/pull/5146 merging. > Cannot run spotbugs for single module > ------------------------------------- > > Key: FLINK-8235 > URL: https://issues.apache.org/jira/browse/FLINK-8235 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 1.4.0, 1.5.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Fix For: 1.5.0, 1.4.1 > > > When running the spotbugs plugin ({{-Dspotbugs}}) in a sub-module of Flink > the build will fail because it cannot find the exclusion file. > {code} > [ERROR] Could not find resource 'tools/maven/spotbugs-exclude.xml'. -> [Help > 1] > {code} > The problem is that the configured relative path is resolved against the > sub-module directory, and not the parent one. -- This message was sent by Atlassian JIRA (v6.4.14#64029)