Skip to content

Commit beef818

Browse files
committed
Fixed javadoc generation complaining about missing module dep, which is actually present!
1 parent f7f9b4f commit beef818

File tree

1 file changed

+8
-0
lines changed
  • exchange/exchange-rate-yahoo

1 file changed

+8
-0
lines changed

exchange/exchange-rate-yahoo/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131

3232
<build>
3333
<plugins>
34+
<plugin>
35+
<groupId>org.apache.maven.plugins</groupId>
36+
<artifactId>maven-javadoc-plugin</artifactId>
37+
<configuration>
38+
<source>1.8</source>
39+
<failOnError>false</failOnError>
40+
</configuration>
41+
</plugin>
3442
<plugin>
3543
<groupId>com.googlecode.maven-download-plugin</groupId>
3644
<artifactId>download-maven-plugin</artifactId>

0 commit comments

Comments
 (0)