updated site structure and data

Former-commit-id: 9745b59268f55930b3fdff9c24ad219715cb714a
This commit is contained in:
Jeremy Long
2015-04-22 20:21:31 -04:00
parent 940a4613ee
commit d5ed2bc765
20 changed files with 83 additions and 39 deletions

View File

@@ -219,6 +219,20 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>license</report>
<report>help</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>

View File

@@ -10,7 +10,7 @@ for details.
The engine is currently exposed via:
- [Command Line Tool](../dependency-check-cli/installation.html)
- [Maven Plugin](../dependency-check-maven/usage.html)
- [Ant Task](../dependency-check-ant/installation.html)
- [Command Line Tool](../dependency-check-cli/index.html)
- [Maven Plugin](../dependency-check-maven/index.html)
- [Ant Task](../dependency-check-ant/index.html)
- [Jenkins Plugin](../dependency-check-jenkins/index.html)

View File

@@ -19,13 +19,16 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<project name="dependency-check-core">
<bannerLeft>
<name>OWASP dependency-check-core</name>
<alt>OWASP dependency-check-maven</alt>
<alt>OWASP dependency-check-core</alt>
<src>./images/dc-core.svg</src>
</bannerLeft>
<body>
<breadcrumbs>
<item name="dependency-check" href="../index.html"/>
</breadcrumbs>
<menu ref="OWASP dependency-check-core">
<item collapse="false" name="About" href="./index.html"/>
</menu>
<menu ref="reports" />
</body>
</project>