Provide CLI verion#66
Conversation
extracted html report to a separate module. removed all maven related stuff from html report.
extracted csv report into separate module. removed all maven related stuff rrom csv report
extracted json report to separate module. removed all maven related stuff from json report
removed classes from maven json report after refactor
|
Hi @vojislav-cuk! The pom.xml in the new Jim |
|
Great. With this refactored it should not be hard to create CLI app now.
This is something I wanted to ask. OK, I will change it to use java 8. Do you have some idea how the CLI command should look like? The name of command and parameters? |
Created cli application using picocli and packaged it as executable jar
|
Hi @vojislav-cuk, |
|
I created it as |
|
@jimbethancourt I have changed the command to |

Closes #21
Refactor maven plugin module so that it only contains logic for maven plugin. Migrate code for generating reports to a separate module so it can be reused in maven/gradle plugins or CLI application.