jQAssistant 1.1.2 released

jQAssistant 1.1.2 released

Keine Kommentare zu jQAssistant 1.1.2 released

jQAssistant 1.1.2 is now available.

Beside some bugfixes it is now based on Neo4j 2.3.2 and provides a new relation HAS_EFFECTIVE_MODEL for Maven projects. The latter gives access to their effective model containing all resolved plugins, dependencies and more. The following query returns all scanned Maven modules and the configured plugin artifacts for each of them:

MATCH
  (project:Maven:Project)-[:HAS_EFFECTIVE_MODEL]->(:Maven:Pom),
  (pom)-[:USES_PLUGIN]->(:Plugin)-[:IS_ARTIFACT]->(pluginArtifact:Artifact)
RETURN
  project.fqn, collect(distinct pluginArtifact.fqn)

EffectiveModel

The full list of changes is available in the release notes, the documentation is available here.

You can download the binary distribution from the project site or just upgrade the version of the jQAssistant Maven plugin in your POM files to „1.1.2“.

Enjoy!

About the author:

@dirkmahler

Tags:

Leave a comment

Back to Top