Lines Matching defs:Pom
138 type Pom struct { struct
139 XMLName xml.Name `xml:"http://maven.apache.org/POM/4.0.0 project"`
141 PomFile string `xml:"-"`
142 ArtifactFile string `xml:"-"`
143 MakeTarget string `xml:"-"`
145 GroupId string `xml:"groupId"`
146 ArtifactId string `xml:"artifactId"`
147 Version string `xml:"version"`
148 Packaging string `xml:"packaging"`
150 Dependencies []*Dependency `xml:"dependencies>dependency"`
203 func (p *Pom) FixDeps(modules map[string]*Pom) {