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 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
Click to show internal directories.
Click to hide internal directories.