-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.0
-
Component/s: None
-
Labels:
The travis script builds storm-shaded-deps first, separately from the rest of the build. This means storm-checkstyle isn't built first, which means it's using whatever version is cached.
This caused issues in https://github.com/apache/storm/pull/3025
I think we should wipe the Storm artifacts from the Maven directory before we run the build, to ensure that we see errors like this consistently.
- links to