Interface ScmMetadataProvider
-
- All Known Implementing Classes:
AbstractScmMetadataProvider
,GitScmMetadataProvider
public interface ScmMetadataProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScmMetadata
generate(File directory, String scmUrl, org.apache.maven.plugin.logging.Log log)
String
type()
-
-
-
Method Detail
-
type
String type()
-
generate
ScmMetadata generate(File directory, String scmUrl, org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoFailureException
-
-