mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-12 05:11:56 +01:00
updated author tag
Former-commit-id: c216a3b3cfc12b874ac9c39fcc5613980372bf9e
This commit is contained in:
@@ -60,7 +60,7 @@ import org.owasp.dependencycheck.utils.Settings;
|
||||
* Maven Plugin that checks project dependencies to see if they have any known
|
||||
* published vulnerabilities.
|
||||
*
|
||||
* @author Jeremy Long (jeremy.long@owasp.org)
|
||||
* @author Jeremy Long <jeremy.long@owasp.org>
|
||||
*/
|
||||
@Mojo(name = "check", defaultPhase = LifecyclePhase.COMPILE, threadSafe = true,
|
||||
requiresDependencyResolution = ResolutionScope.RUNTIME_PLUS_SYSTEM,
|
||||
|
||||
@@ -34,7 +34,7 @@ import static org.junit.Assert.*;
|
||||
* TODO - figure out how to get the test harness to work. ATM no tests are
|
||||
* running.
|
||||
*
|
||||
* @author Jeremy Long (jeremy.long@owasp.org)
|
||||
* @author Jeremy Long <jeremy.long@owasp.org>
|
||||
*/
|
||||
public class DependencyCheckMojoTest extends AbstractMojoTestCase {
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ import org.apache.maven.doxia.sink.SinkEventAttributes;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Jeremy Long (jeremy.long@owasp.org)
|
||||
* @author Jeremy Long <jeremy.long@owasp.org>
|
||||
*/
|
||||
public class MySink implements Sink {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user