-
-
Notifications
You must be signed in to change notification settings - Fork 41
Provide CLI verion #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.