Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For reports, it would be as follows:

Code Block
xml
xml
<report><plugin>
 <g/a/v>
 <configuration />
 <reportSets>
   <reportSet>
     <id />
     <configuration />
     <reports>
       <report>...</report>
       <report>...</report>
     </reports>
   </reportSet>
 </reportSets>
</report>plugin>

...

Problem Statement

There appear to be some use cases for running the same goal twice. The current proposal is for this to be configured in the POM like so:

...