Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions eng/code-quality-reports/src/main/resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>
<title>Azure Java SDK Build Docs</title>
</head>
<body>
<h1>Azure Java SDK Build Docs</h1>
<p>Refer to the links below for useful build documentation, generated from the Azure SDK for Java source code.</p>
<ul>
<li><a href="site/apidocs/index.html">JavaDoc</a></li>
<li><a href="site/spotbugsXml.html">SpotBugs</a></li>
<li><a href="site/checkstyle-aggregate.html">CheckStyle</a></li>
<li><a href="site/index.html">Maven Site</a></li>
</ul>
</body>
</html>