google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Maven-plugin: ReportFormat set in pom file seem to not be read #659

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run jslint with the latest maven plugin, version 1.6.2
2. Configure to use <reportFormat>checkstyle-xml</reportFormat>
3. The output is still using the lint-xml format.

The reporter settings is not printed along with the other options specified in 
the configuration section, and it seems that lint-xml is used regardless of 
what is put in the reportFormat element in the pom file. Tested with jslint-xml 
and checkstyle-xml.

What is the expected output? What do you see instead?
The xml format of the report file is still using <lint> as the root element. 

What version of the product are you using? On what operating system?
wro4j-maven-plugin-1.6.2 on both mac and linux, java 7u11, mvn3.0.4

Please provide any additional information below.

Original issue reported on code.google.com by knuth...@gmail.com on 24 Jan 2013 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 24 Jan 2013 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 24 Jan 2013 at 9:15

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.6.x

Original comment by alex.obj...@gmail.com on 24 Jan 2013 at 11:27

GoogleCodeExporter commented 9 years ago
Wow, that was quick. Thanks! Looking forward to the next release.

Original comment by knuth...@gmail.com on 25 Jan 2013 at 6:18