<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog de Antonio Manuel Muñiz &#187; Reporting</title>
	<atom:link href="http://amunizmartin.wordpress.com/tag/reporting/feed/" rel="self" type="application/rss+xml" />
	<link>http://amunizmartin.wordpress.com</link>
	<description>Desarrollo, Ingeniería y Calidad del Software</description>
	<lastBuildDate>Mon, 30 Nov 2009 19:27:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='amunizmartin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3f7b8b4861abbf6680395419293e44a6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Blog de Antonio Manuel Muñiz &#187; Reporting</title>
		<link>http://amunizmartin.wordpress.com</link>
	</image>
			<item>
		<title>Recopilando la información (II): Maven Dashboard Report Plugin</title>
		<link>http://amunizmartin.wordpress.com/2008/09/18/recopilando-la-informacion-ii-maven-dashboard-report-plugin/</link>
		<comments>http://amunizmartin.wordpress.com/2008/09/18/recopilando-la-informacion-ii-maven-dashboard-report-plugin/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 22:05:27 +0000</pubDate>
		<dc:creator>Antonio Manuel Muñiz Martín</dc:creator>
				<category><![CDATA[Herramientas]]></category>
		<category><![CDATA[Software Quality]]></category>
		<category><![CDATA[Opina]]></category>
		<category><![CDATA[Reporting]]></category>

		<guid isPermaLink="false">http://amunizmartin.wordpress.com/?p=61</guid>
		<description><![CDATA[Como comenté hace unos días (en el post anterior) he configurado Maven Dashboard Report Plugin para un proyecto Open Source que conozco de cerca, Opina: gestor de encuestas. La versión 2 de esta aplicación está compuesta por dos módulos (por ahora) y está en una fase temprana de su implementación.
La configuración no es compleja, basta [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amunizmartin.wordpress.com&blog=3563308&post=61&subd=amunizmartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Como comenté hace unos días (en el post anterior) he configurado Maven Dashboard Report Plugin para un proyecto Open Source que conozco de cerca, <a title="Opina" href="http://trac.ebabel.info/projects/opina" target="_blank">Opina: gestor de encuestas</a>. La versión 2 de esta aplicación está compuesta por dos módulos (por ahora) y está en una fase temprana de su implementación.</p>
<p>La configuración no es compleja, basta seguir la documentación publicada en la propia página del plugin, la única peculiaridad es que, como he comentado, Opina está compuesto de varios módulos Maven, para ello también hay <a title="Multimodule report" href="http://mojo.codehaus.org/dashboard-maven-plugin/custom_multi_config.html" target="_blank">documentación</a> en la página oficial.</p>
<p>El resultado ha sido el siguiente. Para el módulo opina-model:</p>
<p><a href="http://amunizmartin.files.wordpress.com/2008/09/findbugs-model1.png"><img class="aligncenter size-medium wp-image-66" title="findbugs-model" src="http://amunizmartin.files.wordpress.com/2008/09/findbugs-model1.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p><a href="http://amunizmartin.files.wordpress.com/2008/09/findbugs-model-priority.png"><img class="aligncenter size-medium wp-image-67" title="findbugs-model-priority" src="http://amunizmartin.files.wordpress.com/2008/09/findbugs-model-priority.png?w=300&#038;h=151" alt="" width="300" height="151" /></a></p>
<p><a href="http://amunizmartin.files.wordpress.com/2008/09/cobertura-model.png"><img class="aligncenter size-medium wp-image-68" title="cobertura-model" src="http://amunizmartin.files.wordpress.com/2008/09/cobertura-model.png?w=300&#038;h=190" alt="" width="300" height="190" /></a></p>
<p>Para el módulo opina-dao:</p>
<p><a href="http://amunizmartin.files.wordpress.com/2008/09/surefire-dao.png"><img class="aligncenter size-medium wp-image-69" title="surefire-dao" src="http://amunizmartin.files.wordpress.com/2008/09/surefire-dao.png?w=300&#038;h=227" alt="" width="300" height="227" /></a></p>
<p><a href="http://amunizmartin.files.wordpress.com/2008/09/cobertura-dao.png"><img class="aligncenter size-medium wp-image-70" title="cobertura-dao" src="http://amunizmartin.files.wordpress.com/2008/09/cobertura-dao.png?w=300&#038;h=185" alt="" width="300" height="185" /></a></p>
<p>Y lo que más me gusta, un resumen que agrupa a todos módulos:</p>
<p><a href="http://amunizmartin.files.wordpress.com/2008/09/findbugs-opina.png"><img class="aligncenter size-medium wp-image-71" title="findbugs-opina" src="http://amunizmartin.files.wordpress.com/2008/09/findbugs-opina.png?w=300&#038;h=186" alt="" width="300" height="186" /></a></p>
<p><a href="http://amunizmartin.files.wordpress.com/2008/09/findbugs-opina-priority.png"><img class="aligncenter size-medium wp-image-72" title="findbugs-opina-priority" src="http://amunizmartin.files.wordpress.com/2008/09/findbugs-opina-priority.png?w=300&#038;h=150" alt="" width="300" height="150" /></a></p>
<p style="text-align:center;">
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amunizmartin.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amunizmartin.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amunizmartin.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amunizmartin.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amunizmartin.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amunizmartin.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amunizmartin.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amunizmartin.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amunizmartin.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amunizmartin.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amunizmartin.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amunizmartin.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amunizmartin.wordpress.com&blog=3563308&post=61&subd=amunizmartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amunizmartin.wordpress.com/2008/09/18/recopilando-la-informacion-ii-maven-dashboard-report-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d30bd2fcdb387d2f82405c2a65298937?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Antonio Manuel Muñiz Martín</media:title>
		</media:content>

		<media:content url="http://amunizmartin.files.wordpress.com/2008/09/findbugs-model1.png?w=300" medium="image">
			<media:title type="html">findbugs-model</media:title>
		</media:content>

		<media:content url="http://amunizmartin.files.wordpress.com/2008/09/findbugs-model-priority.png?w=300" medium="image">
			<media:title type="html">findbugs-model-priority</media:title>
		</media:content>

		<media:content url="http://amunizmartin.files.wordpress.com/2008/09/cobertura-model.png?w=300" medium="image">
			<media:title type="html">cobertura-model</media:title>
		</media:content>

		<media:content url="http://amunizmartin.files.wordpress.com/2008/09/surefire-dao.png?w=300" medium="image">
			<media:title type="html">surefire-dao</media:title>
		</media:content>

		<media:content url="http://amunizmartin.files.wordpress.com/2008/09/cobertura-dao.png?w=300" medium="image">
			<media:title type="html">cobertura-dao</media:title>
		</media:content>

		<media:content url="http://amunizmartin.files.wordpress.com/2008/09/findbugs-opina.png?w=300" medium="image">
			<media:title type="html">findbugs-opina</media:title>
		</media:content>

		<media:content url="http://amunizmartin.files.wordpress.com/2008/09/findbugs-opina-priority.png?w=300" medium="image">
			<media:title type="html">findbugs-opina-priority</media:title>
		</media:content>
	</item>
		<item>
		<title>Maven Dashboard Report Plugin: recopilando la información</title>
		<link>http://amunizmartin.wordpress.com/2008/09/15/maven-dashboard-report-plugin-recopilando-la-informacion/</link>
		<comments>http://amunizmartin.wordpress.com/2008/09/15/maven-dashboard-report-plugin-recopilando-la-informacion/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 21:56:49 +0000</pubDate>
		<dc:creator>Antonio Manuel Muñiz Martín</dc:creator>
				<category><![CDATA[Herramientas]]></category>
		<category><![CDATA[Software Quality]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Reporting]]></category>

		<guid isPermaLink="false">http://amunizmartin.wordpress.com/?p=58</guid>
		<description><![CDATA[Hace unas semanas me encontré con este interesante plugin para Maven: Maven Dashboard Report Plugin.
Con el paso del tiempo se van incluyendo plugins de generación de reportes a nuestros proyectos, pero llega un momento en que la información es tanta y tan dispersa (PMD, Findbugs, Checkstyle, Surefire Report, etc) que empieza a dejar de ser [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amunizmartin.wordpress.com&blog=3563308&post=58&subd=amunizmartin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hace unas semanas me encontré con este interesante plugin para Maven: <a title="Maven Dashboard Report Plugin" href="http://mojo.codehaus.org/dashboard-maven-plugin/" target="_blank">Maven Dashboard Report Plugin</a>.</p>
<p>Con el paso del tiempo se van incluyendo plugins de generación de reportes a nuestros proyectos, pero llega un momento en que la información es tanta y tan dispersa (PMD, Findbugs, Checkstyle, Surefire Report, etc) que empieza a dejar de ser útil. Es aquí donde surge la necesidad de <em>aglutinar</em> la información en un <em>dashboard</em> que nos proporcione de un vistazo la información que requerimos, pudiendo profundizar posteriormente en el aspecto que consideremos oportuno. Precisamente esto es lo que ofrece Maven Dashboard Report Plugin.</p>
<p>Mediante gráficos resumen y datos globales obtenemos una visión general de todos los reportes que se han citado anteriormente.</p>
<p>Otro aspecto muy interesante es la posibilidad de usar una base de datos para almacenar un histórico de los reportes, pudiendo generar gráficos que muestran la evolución a lo largo del tiempo de nuestros reportes.</p>
<p>Estoy configurándolo en un proyecto Open Source que conozco desde hace algún tiempo, en cuanto lo tenga dejaré caer por aquí los resultados.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amunizmartin.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amunizmartin.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amunizmartin.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amunizmartin.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amunizmartin.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amunizmartin.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amunizmartin.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amunizmartin.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amunizmartin.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amunizmartin.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amunizmartin.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amunizmartin.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amunizmartin.wordpress.com&blog=3563308&post=58&subd=amunizmartin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amunizmartin.wordpress.com/2008/09/15/maven-dashboard-report-plugin-recopilando-la-informacion/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d30bd2fcdb387d2f82405c2a65298937?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Antonio Manuel Muñiz Martín</media:title>
		</media:content>
	</item>
	</channel>
</rss>