Plugin documentation

Goals available:

GoalDescription
ounce:projectThis mojo generates an Ounce project file. It forks the build and executes the process-sources phase so that any plugins that may generate sources and attach new source folders to the project will execute and those source folders will be automatically included in the generated project. This mojo is intended to be executed from the command line. If you would rather have the project built automatically during your build, use the project-only goal instead.
ounce:scanThis mojo allows an on demand scan of an application and the optional publishing of the results.
ounce:applicationThis mojo generates an Ounce application file. It will automatically include all child modules as projects. This list make be modified using the includes and excludes patterns. Projects that are external to this build may be included directly using the externalProjects list. External Applications may also be included. All of their modules will be inherted as part of this application file. Those projects may also be filtered upon import.
ounce:project-onlyThis mojo generates an Ounce project file. It does not fork the build like the "project" mojo and is instead intended to be bound in a pom for automatic execution. If you would rather have the project generated on demand via the command line, use the project goal instead.
ounce:reportGenerate the scan results as part of the site.