diff --git a/dependency-check-jenkins/pom.xml b/dependency-check-jenkins/pom.xml index f3bc3d4c0..3d929292b 100644 --- a/dependency-check-jenkins/pom.xml +++ b/dependency-check-jenkins/pom.xml @@ -31,6 +31,15 @@ + + + + github-pages-site + Deployment through GitHub's site deployment plugin + ${basedir}/../target/site/${project.version}/dependency-check-maven + + + scm:git:git@github.com:jenkinsci/dependency-check-jenkins.git https://github.com/jenkinsci/dependency-check-jenkins @@ -46,4 +55,40 @@ http://www.gnu.org/licenses/ + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + org.apache.maven.doxia + doxia-module-markdown + 1.4 + + + + true + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.6 + + + + index + summary + license + help + + + + + + + + + diff --git a/dependency-check-jenkins/src/site/markdown/index.md b/dependency-check-jenkins/src/site/markdown/index.md new file mode 100644 index 000000000..05451102b --- /dev/null +++ b/dependency-check-jenkins/src/site/markdown/index.md @@ -0,0 +1,33 @@ +Dependency-Check Jenkins Plugin +============================== + +The Dependency-Check Jenkins Plugin features the ability to perform a dependency +analysis build and later view results post build. The plugin is built using [analysis-core] +and features many of the same features that Jenkins static analysis plugins offer, +including thresholds, charts and the ability to view vulnerability information should +a dependency have one identified. + +The main repository is located at [jenkins-cli/dependency-check-jenkins](https://github.com/jenkinsci/dependency-check-jenkins). + +The main site for documentation is located at [OWASP Dependency-Check-Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin). + +More information can be found on the [wiki]. + +Mailing List +------------ + +Subscribe: [dependency-check+subscribe@googlegroups.com](mailto:dependency-check+subscribe@googlegroups.com) + +Post: [dependency-check@googlegroups.com](mailto:dependency-check@googlegroups.com) + +Copyright & License +------------------- + +Dependency-Check Jenkins Plugin is Copyright (c) 2013 Steve Springett. All Rights Reserved. + +Permission to modify and redistribute is granted under the terms of the GPLv3 license. See the [LICENSE.txt] [GPLv3] file for the full license. + + [wiki]: https://github.com/jenkinsci/dependency-check-jenkins/wiki + [analysis-core]: http://wiki.jenkins-ci.org/x/CwDgAQ + [GPLv3]: https://github.com/jenkinsci/dependency-check-jenkins/blob/master/LICENSE.txt + [notices]: https://github.com/jenkinsci/dependency-check-jenkins/blob/master/NOTICES.txt diff --git a/dependency-check-jenkins/src/site/site.xml b/dependency-check-jenkins/src/site/site.xml index f96a5ae97..dae9edccd 100644 --- a/dependency-check-jenkins/src/site/site.xml +++ b/dependency-check-jenkins/src/site/site.xml @@ -1,23 +1,23 @@ - + dependency-check-jenkins @@ -26,5 +26,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. + \ No newline at end of file