public interface SourceReferencesProvider
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2008–2024 Eclipse Foundation. All rights reserved.