Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1042 from aerogear/fix-release
Browse files Browse the repository at this point in the history
Fix release build
  • Loading branch information
Daniel Passos authored Sep 30, 2019
2 parents 5080b78 + ee4197f commit 8c1697b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 8c1697b

Please sign in to comment.