File tree Expand file tree Collapse file tree
cli/src/main/java/org/owasp/dependencycheck Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ Below is an example `build.xml` configuration using Apache Ivy.
7171 format="HTML"/>
7272 </target>
7373</project>
74+ ```
75+ ]]#
7476
7577It is important to understand that the first time this task is executed it may
7678take 10 minutes or more as it downloads and processes the data from the National
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2727 <packaging >jar</packaging >
2828 <properties >
2929 <!-- reproducible build-->
30- <project .build.outputTimestamp>2026-01-09T11:34:37Z </project .build.outputTimestamp>
30+ <project .build.outputTimestamp>2026-01-09T12:38:08Z </project .build.outputTimestamp>
3131 </properties >
3232 <scm >
3333 <connection >scm:git:https://github.com/dependency-check/DependencyCheck.git</connection >
Original file line number Diff line number Diff line change 1010 * before the main application starts. This allows additional plugins to be available at runtime
1111 * by appending their JAR files to the system class loader search path; while allowing use of an
1212 * executable jar with deterministic classpath ordering.
13- * <p/ >
13+ * <p>
1414 * To use, specify this class as a Java agent and provide the plugins directory as the -javaagent argument
15+ * </p>
1516 */
1617public class PluginLoader {
1718 /**
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long
113113 <properties >
114114 <maven .compiler.release>11</maven .compiler.release>
115115 <!-- reproducible build-->
116- <project .build.outputTimestamp>2026-01-09T11:34:37Z </project .build.outputTimestamp>
116+ <project .build.outputTimestamp>2026-01-09T12:38:08Z </project .build.outputTimestamp>
117117 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
118118 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
119119 <github .global.server>github</github .global.server>
You can’t perform that action at this time.
0 commit comments