Skip to content

Commit

Permalink
Fixed javadoc generation complaining about missing module dep, which …
Browse files Browse the repository at this point in the history
…is actually present!
  • Loading branch information
atsticks committed Apr 16, 2018
1 parent f7f9b4f commit beef818
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exchange/exchange-rate-yahoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>1.8</source>
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
Expand Down

0 comments on commit beef818

Please sign in to comment.