Discover Packages
github.com/fossas/fossa-cli
analyzers
maven
package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Sep 12, 2019
License: MPL-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package maven implements Maven analysis.
A `BuildTarget` for Maven is either a Maven project ID (groupId:artifactId), or a path to a directory in
which there is a "pom.xml" file, or a path to a POM file.
IsBuilt checks whether `mvn dependency:list` returns without error.
type Options struct {
Binary string `mapstructure:"bin"`
Command string `mapstructure:"cmd"`
Strategy string `mapstructure:"strategy"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.