google-code-export / wro4j

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

support maven <reporting> phase #833

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the wro4j reports can be run manually though goals. It would be nice 
to be able to run them as part of the maven reporting phase.

http://maven.apache.org/plugins/maven-site-plugin/examples/configuring-reports.h
tml

Original issue reported on code.google.com by abrin...@gmail.com on 24 Jan 2014 at 5:18

GoogleCodeExporter commented 9 years ago
Doesn't that mean some updates in pom.xml? What exactly do you think can be 
done on the wro4j-maven-plugin itself?

Original comment by alex.obj...@gmail.com on 24 Jan 2014 at 5:26

GoogleCodeExporter commented 9 years ago
It's my understanding (and I'm pretty naive as it comes to how Maven's 
internals work), but yes, it would both require additional POM 
updates/configuration, and supporting / extending the AbstractMavenReport 
class: http://docs.codehaus.org/display/MAVENUSER/Write+your+own+report+plugin

Original comment by abrin...@gmail.com on 24 Jan 2014 at 5:32