Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
GroupID string
ArtifactID string
Name string
Version string
ReleaseURL string
ReleaseID string
ArtifactUser string
ArtifactPassword string
PrivateKey string
PassPhrase string
}
Config for maven
type Interpolator ¶
type Interpolator struct {
// contains filtered or unexported fields
}
Interpolator ...
func NewInterpolator ¶
func NewInterpolator(fs fs.FileSystem) (*Interpolator, error)
NewInterpolator ...
func (*Interpolator) InterpolateLocalSettings ¶
func (i *Interpolator) InterpolateLocalSettings(ctx context.Context, m *Config, destinationFilePath string) error
InterpolateLocalSettings ...
func (*Interpolator) InterpolatePom ¶
func (i *Interpolator) InterpolatePom(ctx context.Context, m *Config, destinationFilePath string) error
InterpolatePom ...
Click to show internal directories.
Click to hide internal directories.