Skip to content

Commit

Permalink
Add Privacy Notice to Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogiraj Awati committed May 31, 2018
1 parent ce2c688 commit 6092c1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<configuration>
<footer> <![CDATA[
<script src="/SdkStatic/sdk-priv.js" async="true"></script>
]]>
</footer>
<bottom><![CDATA[Copyright &#169; 2018 Amazon Web Services, Inc. All Rights Reserved.]]></bottom>
<additionalparam>&#45;&#45;allow-script-in-comments</additionalparam>-->
</configuration>
<executions>
<execution>
<id>javadoc-jar</id>
Expand Down

0 comments on commit 6092c1c

Please sign in to comment.