Paul Isaychuk created FALCON-1816:
-------------------------------------
Summary: Fix findbugs-exclude.xml path in falcon-regression pom
Key: FALCON-1816
URL: https://issues.apache.org/jira/browse/FALCON-1816
Project: Falcon
Issue Type: Bug
Components: merlin
Affects Versions: trunk
Reporter: Paul Isaychuk
Assignee: Paul Isaychuk
Fix For: trunk
In FALCON-1721 (Move checkstyle under parent pom,
b5c0b6139af40da69667c36ad0c06a36b87f5d8c) findbugs-exclude.xml was moved to
another folder.
Now when we run mvn verify -Phadoop-2 -DskipTests we get:
{code}
[INFO] Fork Value is true
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Falcon Regression ........................... SUCCESS [ 4.728 s]
[INFO] Apache Falcon Regression Suite Core ................ FAILURE [ 9.243 s]
[INFO] Apache Falcon Regression Suite ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.247 s
[INFO] Finished at: 2016-02-03T15:59:02+02:00
[INFO] Final Memory: 60M/1379M
[INFO] ------------------------------------------------------------------------
[ERROR] Could not find resource
'/home/fertrist/work/apache-falcon/falcon-regression/merlin-core/../../checkstyle/src/main/resources/falcon/findbugs-exclude.xml'.
-> [Help 1]
{code}
After applying patch we get:
{code}
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Falcon Regression ........................... SUCCESS [ 4.161 s]
[INFO] Apache Falcon Regression Suite Core ................ SUCCESS [ 22.214 s]
[INFO] Apache Falcon Regression Suite ..................... SUCCESS [ 14.591 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.242 s
[INFO] Finished at: 2016-02-03T16:15:16+02:00
[INFO] Final Memory: 78M/2418M
[INFO] ------------------------------------------------------------------------
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)