mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
please work.
This commit is contained in:
parent
1e9a409c42
commit
d0eefc013d
8
pom.xml
8
pom.xml
@ -180,6 +180,14 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>install-javadocs</id>
|
||||
<goals>
|
||||
<goal>install</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<outputDirectory>/var/www/javadoc</outputDirectory>
|
||||
<reportOutputDirectory>/var/www/javadoc</reportOutputDirectory>
|
||||
|
Loading…
Reference in New Issue
Block a user