Brief examples on how to use the report goal.
See the following links for information about including and configuring plugins in your project:
If you want to include the results of the scan as part of your site, configure your pom like this:
<project>
[...]
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>ounce-maven-plugin</artifactId>
<configuration>
<!--insert scan configuration here. It is the same as the scan mojo-->
<!--
<applicationFile>webgoat.paf</applicationFile>
<installDir>C:\Program Files\Ounce Labs</installDir>
<pathVariableMap>
<WebGoatWS>C:\WebGoat</WebGoatWS>
</pathVariableMap>
-->
</configuration>
</plugin>
</plugins>
</reporting>
[...]
</project>