mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +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>
|
<skin>
|
||||||
<groupId>org.apache.maven.skins</groupId>
|
<groupId>org.apache.maven.skins</groupId>
|
||||||
<artifactId>maven-fluido-skin</artifactId>
|
<artifactId>maven-fluido-skin</artifactId>
|
||||||
<version>1.3.0</version>
|
<version>1.3.1</version>
|
||||||
</skin>
|
</skin>
|
||||||
<custom>
|
<custom>
|
||||||
<fluidoSkin>
|
<fluidoSkin>
|
||||||
@@ -37,6 +37,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<showUser>true</showUser>
|
<showUser>true</showUser>
|
||||||
<showFollowers>true</showFollowers>
|
<showFollowers>true</showFollowers>
|
||||||
</twitter>
|
</twitter>
|
||||||
|
<googlePlusOne />
|
||||||
</fluidoSkin>
|
</fluidoSkin>
|
||||||
</custom>
|
</custom>
|
||||||
<bannerLeft>
|
<bannerLeft>
|
||||||
@@ -44,6 +45,21 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
</bannerLeft>
|
</bannerLeft>
|
||||||
<publishDate position="right" />
|
<publishDate position="right" />
|
||||||
<version 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>
|
<body>
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@@ -59,13 +75,13 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<item name="False Positives" href="./suppression.html">
|
<item name="False Positives" href="./suppression.html">
|
||||||
<description>Suppressing False Positives</description>
|
<description>Suppressing False Positives</description>
|
||||||
</item>
|
</item>
|
||||||
<item name="Project Presentation (pptx)" href="./dependency-check.pptx">
|
<item name="Project Presentation (pptx)" href="./dependency-check.pptx">
|
||||||
<description>PowerPoint Deck</description>
|
<description>PowerPoint Deck</description>
|
||||||
</item>
|
</item>
|
||||||
<item name="Project Presentation (pdf)" href="./dependency-check.pdf">
|
<item name="Project Presentation (pdf)" href="./dependency-check.pdf">
|
||||||
<description>PowerPoint Deck</description>
|
<description>PowerPoint Deck</description>
|
||||||
</item>
|
</item>
|
||||||
<item name="Sample Report" href="./SampleReport.html">
|
<item name="Sample Report" href="./SampleReport.html">
|
||||||
<description>Sample Report</description>
|
<description>Sample Report</description>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
@@ -86,6 +102,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<description>A Jenkins plugin for dependency-check.</description>
|
<description>A Jenkins plugin for dependency-check.</description>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<footer/>
|
<footer>Copyright © 2012-2014 Jeremy Long. All Rights Reserved.</footer>
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user