How to use git plugin in JQAssistant command line?

91 Views Asked by At

Paragraph below mentioned we can use git plugin in JQAssistant commmand line:

If you want to add the git plugins to your jQAssistant downloaded commandline installation you currently have to manually add the an org.eclipse.jgit jar file to the plugins directory of jqassistant: Use at least version 4.8.0.201706111038-r from Maven Central.

https://github.com/kontext-e/jqassistant-plugins

I added JGit jar and tried command below but JQAssistant doesn't collect Git information (commits, branches, authors,..):

jqassistant.sh scan -f .git

What arguments do we need to pass to scan task to be able collect Git information?

0

There are 0 best solutions below