-
With jQA 1.2.0 and running com.buschmais.jqassistant.scm.cli.Main with args scan -f java:classpath::entities/build/classes/main, the Class Scanner and Artifact Scanner find classes and artifacts, but …
-
May want to use this to figure out where we screwed up:
http://jqassistant.org/get-started/
-
In a (fresh) installation of SonarQube 5.1.2 with jQAssistant 1.1.1 plugin i cannot export the rules for a Maven based jqassistant analyze-goal. I followed the instructions from manual to configure ma…
-
Every run of the build of jQA should the version build during the build to verify itself.
-
badge on github README page is showing build failed
-
Currently it seems the plugin opens a store in the parent or the module where the plugin is defined. Usually this isn't a problem. In my current project however the reactor parent != the maven parent.…
-
We should have a constraint that validates that all of our plugins have been added to the Maven module 'jqassistant.plugin.all'. If not, the build should fail.
-
Hi,
when organizing my rules in groups, I was thinking about defining a common severity for them. Unfortunately, this is not possible right now. It could be defined on a group and/or when including t…
-
A scanner plugin should log wether they accept a resource or not during a scan. This would be very helpfull for debugging a scan by jQAssistant.
-
Given Maven based build which uses the Maven plugin of jQAssistant to performe some validations. The rules for the constraints to check are provided in form of analyzer plugin (package as a Jar and at…