mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
added site for archetype
This commit is contained in:
10
dependency-check-plugin/src/site/markdown/index.md.vm
Normal file
10
dependency-check-plugin/src/site/markdown/index.md.vm
Normal file
@@ -0,0 +1,10 @@
|
||||
About
|
||||
=====
|
||||
OWASP dependency-check-plugin is a maven archetype for generating a maven project for
|
||||
a dependency-check plugin (i.e. a project containing one or more analyzers).
|
||||
|
||||
Usage
|
||||
=====
|
||||
```bash
|
||||
mvn archetype:generate -DarchetypeGroupId=org.owasp -DarchetypeArtifactId=dependency-check-plugin -DarchetypeVersion=${project.version}
|
||||
```
|
||||
1
dependency-check-plugin/src/site/resources/images/dc.svg
Normal file
1
dependency-check-plugin/src/site/resources/images/dc.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.0 KiB |
34
dependency-check-plugin/src/site/site.xml
Normal file
34
dependency-check-plugin/src/site/site.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
This file is part of dependency-check-plugin.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
Copyright (c) 2017 Jeremy Long. All Rights Reserved.
|
||||
-->
|
||||
<project name="dependency-check-plugin">
|
||||
<bannerLeft>
|
||||
<name>OWASP dependency-check-plugin</name>
|
||||
<alt>OWASP dependency-check-plugin</alt>
|
||||
<src>/images/dc.svg</src>
|
||||
</bannerLeft>
|
||||
<body>
|
||||
<breadcrumbs>
|
||||
<item name="dependency-check" href="../index.html"/>
|
||||
</breadcrumbs>
|
||||
<menu name="Getting Started">
|
||||
<item name="Usage" href="index.html"/>
|
||||
</menu>
|
||||
<menu ref="reports"/>
|
||||
</body>
|
||||
</project>
|
||||
Reference in New Issue
Block a user