@Component(role=ManifestCustomizerService.class, hint="project") public class ProjectManifestCustomizer extends Object implements ManifestCustomizerService
| Constructor and Description |
|---|
ProjectManifestCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
private static String |
asCoordinates(org.apache.maven.model.Dependency dependency)
utility method to return
Dependency as G:V:A:C maven coordinates |
Map<String,String> |
getEntries(AbstractVertxMojo mojo,
MavenProject project)
Returns the entries to add to the manifest.
|
static String |
manifestTimestampFormat(Date date) |
public Map<String,String> getEntries(AbstractVertxMojo mojo, MavenProject project)
ManifestCustomizerServicegetEntries in interface ManifestCustomizerServicemojo - the mojoproject - the projectprivate static String asCoordinates(org.apache.maven.model.Dependency dependency)
Dependency as G:V:A:C maven coordinatesdependency - - the maven Dependency whose coordinates need to be computedDependency info as G:V:A:C stringCopyright © 2018. All rights reserved.