[Practicalxml-commits] SF.net SVN: practicalxml:[46] trunk/pom.xml
Brought to you by:
kdgregory
From: Auto-Generated S. C. M. <pra...@li...> - 2008-12-09 02:25:56
|
Revision: 46 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=46&view=rev Author: kdgregory Date: 2008-12-09 02:25:53 +0000 (Tue, 09 Dec 2008) Log Message: ----------- pom.xml: add SourceForge logo to JavaDoc config Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-12-09 01:50:50 UTC (rev 45) +++ trunk/pom.xml 2008-12-09 02:25:53 UTC (rev 46) @@ -73,6 +73,13 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <bottom> + <a href="http://sourceforge.net/"> + <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=234884&type=3"> + </a> + </bottom> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -90,6 +97,7 @@ <instrumentation> <excludes> <exclude>**/Test*.class</exclude> + <exclude>**/AbstractTestCase.class</exclude> </excludes> </instrumentation> <executions> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |