mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-24 11:25:17 +01:00
updated site structure and data
Former-commit-id: 9745b59268f55930b3fdff9c24ad219715cb714a
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user