mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
added powered by for cloudbees and built using intellij
Former-commit-id: b140717614a6536639509a13440e6000f3a601f4
This commit is contained in:
@@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>1.3.1</version>
|
||||
</skin>
|
||||
<custom>
|
||||
<fluidoSkin>
|
||||
@@ -37,6 +37,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
<showUser>true</showUser>
|
||||
<showFollowers>true</showFollowers>
|
||||
</twitter>
|
||||
<googlePlusOne />
|
||||
</fluidoSkin>
|
||||
</custom>
|
||||
<bannerLeft>
|
||||
@@ -44,6 +45,21 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
</bannerLeft>
|
||||
<publishDate position="right" />
|
||||
<version position="right" />
|
||||
<poweredBy>
|
||||
<logo name="Maven" href="http://maven.apache.org/"
|
||||
title="built with maven"
|
||||
alt="built with maven"
|
||||
img="http://jeremylong.github.io/DependencyCheck/images/logos/maven-feather.png"/>
|
||||
<logo name="IntelliJ" href="http://maven.apache.org/"
|
||||
title="developed using" width="170px"
|
||||
alt="developed using"
|
||||
img="http://jeremylong.github.io/DependencyCheck/images/logos/logo_intellij_idea.png"/>
|
||||
<logo name="Cloudbees" href="http://www.cloudbees.com/"
|
||||
title="built on cloudbees"
|
||||
alt="built on cloudbees"
|
||||
img="http://jeremylong.github.io/DependencyCheck/images/logos/Button-Built-on-CB-1.png"/>
|
||||
</poweredBy>
|
||||
|
||||
<body>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
@@ -59,13 +75,13 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
<item name="False Positives" href="./suppression.html">
|
||||
<description>Suppressing False Positives</description>
|
||||
</item>
|
||||
<item name="Project Presentation (pptx)" href="./dependency-check.pptx">
|
||||
<item name="Project Presentation (pptx)" href="./dependency-check.pptx">
|
||||
<description>PowerPoint Deck</description>
|
||||
</item>
|
||||
<item name="Project Presentation (pdf)" href="./dependency-check.pdf">
|
||||
<item name="Project Presentation (pdf)" href="./dependency-check.pdf">
|
||||
<description>PowerPoint Deck</description>
|
||||
</item>
|
||||
<item name="Sample Report" href="./SampleReport.html">
|
||||
<item name="Sample Report" href="./SampleReport.html">
|
||||
<description>Sample Report</description>
|
||||
</item>
|
||||
</menu>
|
||||
@@ -86,6 +102,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
<description>A Jenkins plugin for dependency-check.</description>
|
||||
</item>
|
||||
</menu>
|
||||
<footer/>
|
||||
<footer>Copyright © 2012-2014 Jeremy Long. All Rights Reserved.</footer>
|
||||
</body>
|
||||
</project>
|
||||
Reference in New Issue
Block a user