On Thu, Jun 30, 2011 at 12:25 PM, <[email protected]> wrote: > I tried to get a code coverage report with > > mvn site:site > > on geoserver trunk. > > The error is: > > The plugin 'org.apache.maven.plugins:jxr-maven-plugin' does not exist > or no valid version could be found > > maven version is 2..2.1 > > Any ideas ?
Not sure, I never use site generation. If you just need the code coverage run: mvn cobertura:cobertura and then look in target/site for each module Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
