maven

package
v0.7.33 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2019 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Overview

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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Discover

func Discover(dir string, options map[string]interface{}) ([]module.Module, error)

Types

type Analyzer

type Analyzer struct {
	Maven   maven.Maven
	Module  module.Module
	Options Options
}

func New

func New(m module.Module) (*Analyzer, error)

func (*Analyzer) Analyze

func (a *Analyzer) Analyze() (graph.Deps, error)

func (*Analyzer) Build

func (a *Analyzer) Build() error

func (*Analyzer) Clean

func (a *Analyzer) Clean() error

func (*Analyzer) IsBuilt

func (a *Analyzer) IsBuilt() (bool, error)

IsBuilt checks whether `mvn dependency:list` returns without error.

type Options

type Options struct {
	Binary  string `mapstructure:"bin"`
	Command string `mapstructure:"cmd"`
	// Strategy can be "pom-file", "maven-tree", or empty.
	Strategy string `mapstructure:"strategy"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL