Closed jbaris closed 10 years ago
i just run the test with maven 3 and it works. My version is 3.0.4 mvn ar.com.fluxit.jqa:jqa-maven-plugin:check at jqa-test-parent The result xml file is created ok (results-jqa-test-project.xml) but the xm is empty
If you run this test with Maven 2.2.1, the file results-jqa-test-project.xml have entries.
I as remember, the problem is in JQAMavenPlugin, at: https://github.com/fluxitsoft/jqa/blob/7dee5dec03940a48bcc7af2fcfb6e2099a4b048c/jqa-parent/jqa-maven-plugin/src/main/java/ar/com/fluxit/jqa/JQAMavenPlugin.java#L137
final Set<Artifact> artifacts = project.getArtifacts();
if i run with maven 3.0.4 the file results-jqa-test-project.xml have entries have entries to, do you think the problem is the plugin ? or some type of configuration ?
Example of the xml result file
Also tested on Maven 3.2.1.
Currently, only works with Maven 2.