Skip to content

Commit c7129b3

Browse files
committed
Fix build instructions for async client
OSS releases are rejected without source and javadoc artifacts.
1 parent d217cac commit c7129b3

File tree

1 file changed

+13
-0
lines changed
  • edgegrid-signer-async-http-client

1 file changed

+13
-0
lines changed

edgegrid-signer-async-http-client/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,17 @@
4545
</dependency>
4646
</dependencies>
4747

48+
<build>
49+
<plugins>
50+
<plugin>
51+
<groupId>org.apache.maven.plugins</groupId>
52+
<artifactId>maven-javadoc-plugin</artifactId>
53+
</plugin>
54+
<plugin>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-source-plugin</artifactId>
57+
</plugin>
58+
</plugins>
59+
</build>
60+
4861
</project>

0 commit comments

Comments
 (0)