java

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const REQUIRED_MAVEN_PLUGIN string = "maven-dependency-plugin"

Required plugin in order to copy dependencies to the Docker container

Variables

This section is empty.

Functions

This section is empty.

Types

type MavenPomDriver

type MavenPomDriver interface {
	HasRequiredPlugins() bool
	AddRequiredPlugins()
	WriteFile() error
}

type MavenPomFileDriver

type MavenPomFileDriver struct {
	// contains filtered or unexported fields
}

func New

func New(configPath string) (*MavenPomFileDriver, error)

func (*MavenPomFileDriver) AddRequiredPlugins

func (jpd *MavenPomFileDriver) AddRequiredPlugins()

func (*MavenPomFileDriver) HasRequiredPlugins

func (jpd *MavenPomFileDriver) HasRequiredPlugins() bool

Checks if the pom file has the required maven plugin, REQUIRED_MAVEN_PLUGIN

func (*MavenPomFileDriver) WriteFile

func (jpd *MavenPomFileDriver) WriteFile() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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