Create source code XRef HTML pages during compile phase
This commit is contained in:
parent
7ee0d9ebcd
commit
2a4966fd84
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue