Uses of Class
gg.nils.semanticrelease.maven.plugin.util.GAV
Packages that use GAV
Package
Description
-
Uses of GAV in gg.nils.semanticrelease.maven.plugin.session
Methods in gg.nils.semanticrelease.maven.plugin.session that return types with arguments of type GAVMethods in gg.nils.semanticrelease.maven.plugin.session with parameters of type GAV -
Uses of GAV in gg.nils.semanticrelease.maven.plugin.session.impl
Methods in gg.nils.semanticrelease.maven.plugin.session.impl that return types with arguments of type GAVMethods in gg.nils.semanticrelease.maven.plugin.session.impl with parameters of type GAV -
Uses of GAV in gg.nils.semanticrelease.maven.plugin.util
Methods in gg.nils.semanticrelease.maven.plugin.util that return GAVModifier and TypeMethodDescriptionstatic 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.Method parameters in gg.nils.semanticrelease.maven.plugin.util with type arguments of type GAVModifier and TypeMethodDescriptionstatic voidUtils.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.