Fix output file for prod builds
This commit is contained in:
parent
75095bf685
commit
cb1e47bf8a
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -61,7 +61,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<echo>OUTPUT: file://${project.build.directory}/generated-docs/index.html</echo>
|
||||
<echo>OUTPUT: file://${project.build.directory}/generated-docs/${masterFile}.html</echo>
|
||||
</tasks>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in a new issue