public interface SourceReferencesProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSourceReferencesHeader(org.apache.maven.project.MavenProject project,
ScmUrl scmUrl)
Provides the Eclipse-SourceReferences MANIFEST header value for the given maven project with
given SCM URL.
|
java.lang.String getSourceReferencesHeader(org.apache.maven.project.MavenProject project,
ScmUrl scmUrl)
throws org.apache.maven.plugin.MojoExecutionException
project - the project for which to calculate the headerscmUrl - the SCM URL of the projectManifestElement.parseHeader(String, String)org.apache.maven.plugin.MojoExecutionException