Documentation ¶ Index ¶ func UpgradeConfig(cfgBytes []byte) ([]byte, error) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UpgradeConfig ¶ func UpgradeConfig(cfgBytes []byte) ([]byte, error) Types ¶ type Config ¶ type Config struct { // BaseDir is the base directory to which the artifacts are published. BaseDir string `yaml:"base-dir,omitempty"` NoPOM bool `yaml:"no-pom,omitempty"` } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.