------ Maven 2 Linguine Maps plugin ------ ------ December 20 2005 How To Use as a plugin +------------------------------------------+ . . . . . . org.codehaus.mojo maven-linguine-maps-plugin 1.0.0-alpha-1 process-sources report HBM true true src/test/resources/hbm/Bezoek.hbm.xml src/test/resources/hbm/Bezoeker.hbm.xml src/test/resources/hbm/Contactpersoon.hbm.xml src/test/resources/hbm/Organisatie.hbm.xml test_hbm.gif C:/Program Files/ATT/Graphviz/bin/dot.exe Helvetica 10 !-- custom Graphviz attributes for the edges --> true false . . . +------------------------------------------+ Using this is as simple as typing in m2 and one of the goals found {{{index.html}here}}, like so: +------------------------------------------+ mvn linguine-maps:antreport -DgraphVizExecutable=C:/Progra~1/ATT/Graphviz/bin/dot.exe -Doutputfile=test.png -Dinputfile=src/test/resources/ant/build.xml mvn linguine-maps:dtdreport -DgraphVizExecutable=C:/Progra~1/ATT/Graphviz/bin/dot.exe -Doutputfile=test.png -Dinputfile=src/test/resources/dtd/hibernate-mapping-3.0.dtd mvn linguine-maps:hbmreport -DgraphVizExecutable=C:/Progra~1/ATT/Graphviz/bin/dot.exe -Doutputfile=test.png -Dinputfile=src/test/resources/hbm/Bezoek.hbm.xml,src/test/resources/hbm/Contactpersoon.hbm.xml mvn linguine-maps:objreport -DgraphVizExecutable=C:/Progra~1/ATT/Graphviz/bin/dot.exe -Doutputfile=test.png -Dinputfile=src/test/resources/obj/repository_junit_reference.xml mvn linguine-maps:wsdlreport -DgraphVizExecutable=C:/Progra~1/ATT/Graphviz/bin/dot.exe -Doutputfile=test.png -Dinputfile=src/test/resources/wsdl/reportservice.wsdl mvn linguine-maps:report -DgraphVizExecutable=C:/Progra~1/ATT/Graphviz/bin/dot.exe -Dtype=WSDL -Doutputfile=test.png -Dinputfile=src/test/resources/wsdl/reportservice.wsdl +------------------------------------------+ How To Use as a site report +------------------------------------------+ . . . . . . org.codehaus.mojo maven-linguine-maps-plugin 1.0.0-alpha-1 wsdlreport 0 src/test/resources/wsdl/reportservice.wsdl test_wsdl.png dtdreport 1 src/test/resources/dtd/hibernate-mapping-3.0.dtd test_dtd.png antreport 2 src/test/resources/ant/build.xml test_ant.png hbmreport 3 src/test/resources/hbm/Bezoek.hbm.xml src/test/resources/hbm/Bezoeker.hbm.xml src/test/resources/hbm/Contactpersoon.hbm.xml src/test/resources/hbm/Organisatie.hbm.xml test_hbm.png objreport 4 src/test/resources/obj/repository_junit_reference.xml test_obj.png antreport 5 src/test/resources/ant/ant_task_build.xml test_ant2.png C:/Program Files/ATT/Graphviz/bin/dot.exe . . . +------------------------------------------+