From: Eric P. <de...@us...> - 2006-04-25 18:02:29
|
dep4b 06/04/25 11:02:20 Modified: schemaspy plugin.jelly Log: Support schemaspy as a maven 1 report. Revision Changes Path 1.2 +5 -4 maven-plugins/schemaspy/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/plugin.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.jelly 25 Apr 2006 17:46:58 -0000 1.1 +++ plugin.jelly 25 Apr 2006 18:02:20 -0000 1.2 @@ -4,6 +4,7 @@ xmlns:j="jelly:core" xmlns:util="jelly:util" xmlns:ant="jelly:ant" + xmlns:doc="doc" xmlns:maven="jelly:maven"> <!-- ================================================================== --> @@ -98,18 +99,18 @@ <goal name="maven-schemaspy-plugin:register"> <doc:registerReport - name="SchemaSpy Report" + name="SchemaSpy" pluginName="maven-schemaspy-plugin" description="Document database schema." - link="./schemaspy/"/> + link="./schemaspy/index.html"/> </goal> <!-- ================================================================== --> <!-- D E R E G I S T E R R E P O R T --> <!-- ================================================================== --> - <goal name="maven-findbugs-plugin:deregister"> - <doc:deregisterReport name="SchemaSpy Report"/> + <goal name="maven-schemaspy-plugin:deregister"> + <doc:deregisterReport name="SchemaSpy"/> </goal> |