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> <version>${maven-jxr-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>compile</phase>
<goals> <goals>
<goal>jxr</goal> <goal>jxr</goal>
</goals> </goals>