-
Bug
-
Resolution: Done
-
Blocker
-
2.1.0
Description of problem
Due to breaking changes in the Windup CLI merged with this pull request, the behavior for sourceMode flag has changed and it has been marked for deprecation. This leads to the command being currently used for the Source + Dependencies analysis mode not working as expected.
How reproducible
Always
Steps to Reproduce:
- Analyze an application in the source + dependencies mode
Actual results
All JAR files are ignored, and story points are 0 for the dependencies entry in the reports.
Expected results
Analysis should be executed against all or some of the JARS, depending on the scope selected.
Additional info
A PR has been submitted to the enhancements repository including updated commands for the analysis to work as expected. In the end it's just a matter of removing the sourceMode flag completely from all scenarios.