ソースを参照

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>

読み込み中…
キャンセル
保存