Skip to content
Skip to breadcrumbs
Skip to header menu
Skip to action menu
Skip to quick search
Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Sign Up
Dashboard
Maven User
Copy Page
You are not logged in. Any changes you make will be marked as
anonymous
. You may want to
Log In
if you already have an account. You can also
Sign Up
for a new account.
This page is being edited by
.
Paragraph
Paragraph
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Preformatted
Quote
Bold
Italic
Underline
More colours
Strikethrough
Subscript
Superscript
Monospace
Clear Formatting
Bullet list
Numbered list
Outdent
Indent
Align left
Align center
Align right
Link
Table
Insert
Insert Content
Image
Link
Attachment
Symbol
Emoticon
Wiki Markup
Horizontal rule
tinymce.confluence.insert_menu.macro_desc
Info
JIRA Issue
Status
Gallery
Tasklist
Table of Contents
Other Macros
Page Layout
No Layout
Two column (simple)
Two column (simple, left sidebar)
Two column (simple, right sidebar)
Three column (simple)
Two column
Two column (left sidebar)
Two column (right sidebar)
Three column
Three column (left and right sidebars)
Undo
Redo
Find/Replace
Keyboard Shortcuts Help
<h1>Reporting Plugins</h1> <h2>Configuration</h2> <p>Reporting plugins are configured in the POM as in this example:</p> <table class="wysiwyg-macro" data-macro-name="code" data-macro-default-parameter="xml" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGU6eG1sfQ&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre> <project> ... <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </plugin> </plugins> </reporting> ... </project> </pre></td></tr></table> <p>Configuration in the reporting section also applies if plugin goals are invoked individually. The converse is not true-- if you configure the plugin inside <build>, that configuration will NOT apply to <reporting>.</p> <p>Configuring multiple reports for one plugin using <reportSets>. Each <reportSet> must have a unique <id>. For more information on UMLGraph, see <a href="http://www.spinellis.gr/sw/umlgraph/">the UMLGraph site</a> and <a href="http://wiki.wsmoak.net/cgi-bin/wiki.pl?UMLGraph">this page</a>.</p> <table class="wysiwyg-macro" data-macro-name="code" data-macro-default-parameter="xml" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGU6eG1sfQ&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre> <project> ... <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <reportSets> <reportSet> <id>uml</id> <configuration> <doclet>gr.spinellis.umlgraph.doclet.UmlGraph</doclet> <docletArtifact> <groupId>gr.spinellis</groupId> <artifactId>UmlGraph</artifactId> <version>4.4</version> </docletArtifact> <additionalparam>-views</additionalparam> <destDir>target/uml</destDir> <show>private</show> </configuration> <reports> <report>javadoc</report> </reports> </reportSet> <reportSet> <id>html</id> <configuration> <show>private</show> </configuration> <reports> <report>javadoc</report> </reports> </reportSet> </reportSets> </plugin> ... </plugins> </reporting> </project> </pre></td></tr></table> <h2>Known Plugins That Provide Reports</h2> <ul> <li><a href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">Project-Info-Reports</a> - Standard Reports</li> <li><a href="http://maven.apache.org/plugins/maven-javadoc-plugin/">Javadoc</a> - Javadoc</li> <li><a href="http://mojo.codehaus.org/jxr-maven-plugin/">JXR</a> - Source Cross-Reference</li> <li><a href="http://mojo.codehaus.org/surefire-report-maven-plugin/">Surefire-Report</a> - Surefire Test Report</li> <li><a href="http://mojo.codehaus.org/changes-maven-plugin/">Changes</a> - Changes & JIRA Report</li> <li><a href="http://mojo.codehaus.org/taglist-maven-plugin/">Taglist</a> - Taglist Report (For TODO, @deprecated, etc.)</li> <li><a href="http://maven.apache.org/plugins/maven-pmd-plugin/">PMD</a> - PMD Report for Source-code analysis</li> </ul>
Please type the word appearing in the picture.
Attachments
Labels
Location
Watch this page
< Edit
Preview >
Loading…
Save
Cancel
Next hint
search
attachments
weblink
advanced