@Component(role=ManifestCustomizerService.class, hint="scm") public class SCMManifestCustomizer extends Object implements ManifestCustomizerService
| Constructor and Description |
|---|
SCMManifestCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
addAttributeFromScmManager(AbstractVertxMojo mojo,
Map<String,String> attributes,
String connectionUrl,
File baseDir) |
private static String |
addAttributesFromProject(Map<String,String> attributes,
org.apache.maven.model.Scm scm) |
Map<String,String> |
getEntries(AbstractVertxMojo mojo,
MavenProject project)
Returns the entries to add to the manifest.
|
public Map<String,String> getEntries(AbstractVertxMojo mojo, MavenProject project)
ManifestCustomizerServicegetEntries in interface ManifestCustomizerServicemojo - the mojoproject - the projectprivate static void addAttributeFromScmManager(AbstractVertxMojo mojo, Map<String,String> attributes, String connectionUrl, File baseDir) throws IOException, org.apache.maven.scm.ScmException
private static String addAttributesFromProject(Map<String,String> attributes, org.apache.maven.model.Scm scm)
Copyright © 2018. All rights reserved.