Create source code XRef HTML pages during compile phase

This commit is contained in:
Paul Campbell 2017-12-29 18:34:27 +00:00
parent 7ee0d9ebcd
commit 2a4966fd84

View file

@ -35,7 +35,7 @@
<version>${maven-jxr-plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
<phase>compile</phase>
<goals>
<goal>jxr</goal>
</goals>