Skip to content

Commit

Permalink
Fix build instructions for async client
Browse files Browse the repository at this point in the history
OSS releases are rejected without source and javadoc artifacts.
  • Loading branch information
elreydetodo committed Aug 8, 2018
1 parent d217cac commit c7129b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions edgegrid-signer-async-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,17 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>

0 comments on commit c7129b3

Please sign in to comment.