Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Maven ¶
Maven hold maven repository information
func (*Maven) ConditionFromSCM ¶
ConditionFromSCM returns an error because it's not supported
type Metadata ¶
type Metadata struct {
Metadata xml.Name `xml:"metadata"`
GroupID string `xml:"groupId"`
ArtifactID string `xml:"artifactId"`
Versioning Version `xml:"versioning"`
}
Metadata hold maven repository metadata
Click to show internal directories.
Click to hide internal directories.