Skip to content

Commit 0116fb2

Browse files
authored
Merge pull request #28 from mojohaus/#27_javadoc_source
[#27] explicitly define source for javadoc-plugin.
2 parents 9d0f234 + 6f9aca1 commit 0116fb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-javadoc-plugin</artifactId>
110110
<configuration>
111+
<source>${mojo.java.target}</source>
111112
<tags>
112113
<tag>
113114
<name>todo</name>

0 commit comments

Comments
 (0)