Versions in this module Expand all Collapse all v1 v1.3.2 Oct 14, 2020 Changes in this version + type Properties map[string]string + func (props *Properties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type Property struct + Key string + Value string v1.3.1 Oct 14, 2020 Changes in this version + type Build struct + Plugins []Plugin + type Dependency struct + ArtifactId string + Classifier string + Exclusions []Exclusion + GroupId string + Scope string + Type string + Version string + XMLName xml.Name + type DependencyManagement struct + Dependencies []Dependency + type Exclusion struct + ArtifactId string + GroupId string + XMLName xml.Name + type MavenProject struct + ArtifactId string + Build Build + Dependencies []Dependency + DependencyManagement DependencyManagement + GroupId string + ModelVersion string + Name string + Packaging string + Parent Parent + PluginRepositories []PluginRepository + Profiles []Profile + Properties map[string]string + Repositories []Repository + Version string + XMLName xml.Name + func Parse(pomxmlPath string) (*MavenProject, error) + func (mp *MavenProject) GetProperty(key string) (value string, exist bool) + type Parent struct + ArtifactId string + GroupId string + Version string + type Plugin struct + ArtifactId string + GroupId string + Version string + XMLName xml.Name + type PluginRepository struct + Id string + Name string + Url string + type Profile struct + Build Build + Id string + type Repository struct + Id string + Name string + Url string