소스 검색

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…
취소
저장