Uses of Class
fr.brouillard.oss.jgitver.GAV
-
Packages that use GAV Package Description fr.brouillard.oss.jgitver -
-
Uses of GAV in fr.brouillard.oss.jgitver
Methods in fr.brouillard.oss.jgitver that return GAV Modifier and Type Method Description static GAVGAV. from(org.apache.maven.model.Model model)Builds a GAV object from the given Model object.static GAVGAV. from(org.apache.maven.model.Parent parent)Builds a GAV object from the given Parent object.static GAVGAV. from(org.apache.maven.project.MavenProject project)Builds a GAV object from the given MavenProject object.Methods in fr.brouillard.oss.jgitver that return types with arguments of type GAV Modifier and Type Method Description Set<GAV>JGitverSession. getProjects()Methods in fr.brouillard.oss.jgitver with parameters of type GAV Modifier and Type Method Description voidJGitverSession. addProject(GAV project)Method parameters in fr.brouillard.oss.jgitver with type arguments of type GAV Modifier and Type Method Description static voidJGitverUtils. attachModifiedPomFilesToTheProject(List<org.apache.maven.project.MavenProject> projects, Set<GAV> gavs, String version, Boolean resolveProjectVersion, org.codehaus.plexus.logging.Logger logger)Attach modified POM files to the projects so install/deployed files contains new version.
-