| Package | Description |
|---|---|
| gg.nils.semanticrelease.maven.plugin.session | |
| gg.nils.semanticrelease.maven.plugin.session.impl | |
| gg.nils.semanticrelease.maven.plugin.util |
| Modifier and Type | Method and Description |
|---|---|
Set<GAV> |
Session.getProjects() |
Set<GAV> |
Session.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addProject(GAV gav) |
void |
Session.addProject(GAV gav) |
| Modifier and Type | Method and Description |
|---|---|
Set<GAV> |
SessionImpl.getProjects() |
Set<GAV> |
SessionImpl.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionImpl.addProject(GAV project) |
void |
SessionImpl.addProject(GAV project) |
| Modifier and Type | Method and Description |
|---|---|
static GAV |
GAV.from(org.apache.maven.project.MavenProject project)
Builds a GAV object from the given MavenProject object.
|
static GAV |
GAV.from(org.apache.maven.project.MavenProject project)
Builds a GAV object from the given MavenProject object.
|
static GAV |
GAV.from(org.apache.maven.model.Model model)
Builds a GAV object from the given Model object.
|
static GAV |
GAV.from(org.apache.maven.model.Model model)
Builds a GAV object from the given Model object.
|
static GAV |
GAV.from(org.apache.maven.model.Parent parent)
Builds a GAV object from the given Parent object.
|
static GAV |
GAV.from(org.apache.maven.model.Parent parent)
Builds a GAV object from the given Parent object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.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.
|
static void |
Utils.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.
|
Copyright © 2021. All rights reserved.