@Mojo(name="analyze", requiresDependencyResolution=TEST, threadSafe=true) @Execute(phase=TEST_COMPILE) public class AnalyzeMojo extends AbstractAnalyzeMojo
test-compile
phase - use the dependency:analyze-only
goal instead when participating in the build lifecycle.
By default, maven-dependency-analyzer is used
to perform the analysis, with limitations due to the fact that it works at bytecode level, but any analyzer can be
plugged in through analyzer
parameter.
AnalyzeOnlyMojo
Constructor and Description |
---|
AnalyzeMojo() |
createProjectDependencyAnalyzer, execute, isSkip
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.