瀏覽代碼

Fix javadoc when run inside Intellij IDEA

tags/release-3.5.0
Decebal Suiu 3 年之前
父節點
當前提交
0d586c805e
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      pom.xml

+ 2
- 0
pom.xml 查看文件

@@ -92,6 +92,8 @@
<skip>${javadoc.disabled}</skip>
<doclint>none</doclint>
<failOnWarnings>false</failOnWarnings>
<!-- Needed when run inside Intellij IDEA -->
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration>
<executions>
<execution>

Loading…
取消
儲存