We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
javadoc-fix-version
1 parent e1a7473 commit 292736eCopy full SHA for 292736e
src/it/projects/GITHUB-1242/pom.xml
@@ -22,8 +22,19 @@
22
23
<url>https://github.com/apache/maven-javadoc-plugin/issues/1242</url>
24
25
+ <properties>
26
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27
+ <maven.compiler.source>@maven.compiler.source@</maven.compiler.source>
28
+ <maven.compiler.target>@maven.compiler.target@</maven.compiler.target>
29
+ </properties>
30
+
31
<build>
32
<plugins>
33
+ <plugin>
34
+ <groupId>org.apache.maven.plugins</groupId>
35
+ <artifactId>maven-compiler-plugin</artifactId>
36
+ <version>@compilerPluginVersion@</version>
37
+ </plugin>
38
<plugin>
39
<artifactId>maven-javadoc-plugin</artifactId>
40
<version>@project.version@</version>
0 commit comments