Versions in this module Expand all Collapse all v0 v0.1.2 May 3, 2021 Changes in this version type Plugin + Configuration *Properties v0.1.1 Apr 6, 2021 Changes in this version + type Activation struct + ActiveByDefault bool + File *ActivationFile + JDK string + OS *ActivationOS + Property *ActivationProperty + type ActivationFile struct + Exists string + Missing string + type ActivationOS struct + Arch string + Family string + Name string + Version string + type ActivationProperty struct + Name string + Value string + type Build struct + Extensions *[]Extension + OutputDirectory string + ScriptSourceDirectory string + SourceDirectory string + TestOutputDirectory string + TestSourceDirectory string + type BuildBase struct + DefaultGoal string + Directory string + Filters *[]string + FinalName string + PluginManagement *PluginManagement + Plugins *[]Plugin + Resources *[]Resource + TestResources *[]Resource + type CIManagement struct + Notifiers *[]Notifier + System string + URL string + type Contributor struct + Email string + Name string + Organization string + OrganizationURL string + Properties *Properties + Roles *[]string + Timezone string + URL string + type Dependency struct + ArtifactID string + Classifier string + Exclusions *[]Exclusion + GroupID string + Optional string + Scope string + SystemPath string + Type string + Version string + type DependencyManagement struct + Dependencies *[]Dependency + type Developer struct + Email string + ID string + Name string + Organization string + OrganizationURL string + Properties *Properties + Roles *[]string + Timezone string + URL string + type DistributionManagement struct + DownloadURL string + Relocation *Relocation + Repository *Repository + Site *Site + SnapshotRepository *Repository + Status string + type Exclusion struct + ArtifactID string + GroupID string + type Extension struct + ArtifactID string + GroupID string + Version string + type IssueManagement struct + System string + URL string + type License struct + Comments string + Distribution string + Name string + URL string + type MailingList struct + Archive string + Name string + OtherArchives *[]string + Post string + Subscribe string + Unsubscribe string + type Notifier struct + Address string + Configuration *Properties + SendOnError bool + SendOnFailure bool + SendOnSuccess bool + SendOnWarning bool + Type string + type Organization struct + Name string + URL string + type Parent struct + ArtifactID string + GroupID string + RelativePath string + Version string + type Plugin struct + ArtifactID string + Dependencies *[]Dependency + Executions *[]PluginExecution + Extensions string + GroupID string + Inherited string + Version string + type PluginExecution struct + Goals *[]string + ID string + Inherited string + Phase string + type PluginManagement struct + Plugins *[]Plugin + type PluginRepository struct + ID string + Layout string + Name string + Releases *RepositoryPolicy + Snapshots *RepositoryPolicy + URL string + type Prerequisites struct + Maven string + type Profile struct + Activation *Activation + Build *BuildBase + Dependencies *[]Dependency + DependencyManagement *DependencyManagement + DistributionManagement *DistributionManagement + ID string + Modules *[]string + PluginRepositories *[]PluginRepository + Properties *Properties + Reporting *Reporting + Repositories *[]Repository + type Project struct + ArtifactID string + Build *Build + CIManagement *CIManagement + Contributors *[]Contributor + Dependencies *[]Dependency + DependencyManagement *DependencyManagement + Description string + Developers *[]Developer + DistributionManagement *DistributionManagement + GroupID string + InceptionYear string + IssueManagement *IssueManagement + Licenses *[]License + MailingLists *[]MailingList + ModelVersion string + Modules *[]string + Name string + Organization *Organization + Packaging string + Parent *Parent + PluginRepositories *[]PluginRepository + Prerequisites *Prerequisites + Profiles *[]Profile + Properties *Properties + Reporting *Reporting + Repositories *[]Repository + SCM *Scm + SchemaLocation string + URL string + Version string + XMLName xml.Name + Xmlns string + Xsi string + func Parse(path string) (*Project, error) + func (p *Project) Marshal() ([]byte, error) + type ProjectMarshal struct + ArtifactID string + Build *Build + CIManagement *CIManagement + Contributors *[]Contributor + Dependencies *[]Dependency + DependencyManagement *DependencyManagement + Description string + Developers *[]Developer + DistributionManagement *DistributionManagement + GroupID string + InceptionYear string + IssueManagement *IssueManagement + Licenses *[]License + MailingLists *[]MailingList + ModelVersion string + Modules *[]string + Name string + Organization *Organization + Packaging string + Parent *Parent + PluginRepositories *[]PluginRepository + Prerequisites *Prerequisites + Profiles *[]Profile + Properties *Properties + Reporting *Reporting + Repositories *[]Repository + SCM *Scm + SchemaLocation string + URL string + Version string + XMLName xml.Name + Xmlns string + Xsi string + type Properties struct + Entries map[string]string + func (p *Properties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) (err error) + func (p Properties) MarshalXML(e *xml.Encoder, start xml.StartElement) error + type Relocation struct + ArtifactID string + GroupID string + Message string + Version string + type ReportSet struct + ID string + Inherited string + Reports *[]string + type Reporting struct + ExcludeDefaults string + OutputDirectory string + Plugins *[]ReportingPlugin + type ReportingPlugin struct + ArtifactID string + GroupID string + Inherited string + ReportSets *[]ReportSet + Version string + type Repository struct + ID string + Layout string + Name string + Releases *RepositoryPolicy + Snapshots *RepositoryPolicy + URL string + UniqueVersion bool + type RepositoryPolicy struct + ChecksumPolicy string + Enabled string + UpdatePolicy string + type Resource struct + Directory string + Excludes *[]string + Filtering string + Includes *[]string + TargetPath string + type Scm struct + Connection string + DeveloperConnection string + Tag string + URL string + type Site struct + ID string + Name string + URL string