Class Project


  • public class Project
    extends Object
    Author:
    dhanji@gmail.com (Dhanji R. Prasanna)
    • Constructor Detail

    • Method Detail

      • getProjectId

        public Id getProjectId()
      • getParent

        public org.apache.maven.model.Parent getParent()
      • getPackaging

        public String getPackaging()
      • getPlugins

        public List<org.apache.maven.model.Plugin> getPlugins()
      • getPluginOverrides

        public List<org.apache.maven.model.Plugin> getPluginOverrides()
      • getOverrides

        public List<Id> getOverrides()
      • getDescription

        public String getDescription()
      • getUrl

        public String getUrl()
      • getDeps

        public List<Id> getDeps()
      • toMavenModel

        public org.apache.maven.model.Model toMavenModel()
      • getScm

        public org.sonatype.maven.polyglot.atom.parsing.ScmElement getScm()