I've create a reporting plugin by cribbing closely from checkstyle.

-X shows me:

[DEBUG] Configuring mojo
'com.basistech:seg-model-training-report-plugin:25-SNAPSHOT:seg-model-report'
-->
[DEBUG]   (f) dataLocation =
/Users/benson/x/seg-models-trunk/zho/zho-train/target
[DEBUG]   (f) outputDirectory =
/Users/benson/x/seg-models-trunk/zho/zho-train/target/site
[DEBUG]   (f) project = MavenProject:
com.basistech.aps.models:zho-model:18-SNAPSHOT @
/Users/benson/x/seg-models-trunk/zho/zho-train/pom.xml
[DEBUG] -- end configuration --

The execution of the report is in the reporting section of a profile.
help:effective-pom shows my report plugin included with the others
inherited from the parent that do in fact run.

             <reporting>
              <plugins>
                <plugin>
                  <groupId>com.basistech</groupId>
                  <artifactId>seg-model-training-report-plugin</artifactId>
                  <version>${perceptron-training-version}</version>
                  <reportSets>
                    <reportSet>
                      <reports>
                        <report>seg-model-report</report>
                      </reports>
                    </reportSet>
                  </reportSets>
                </plugin>
              </plugins>
            </reporting>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to