Interface NamingPolicy
- All Known Implementing Classes:
DefaultNamingPolicy
public interface NamingPolicy
API for branch and tag naming. Used by maven-release-plugin to suggest names for tags and branches.
- Since:
- 3.0.0 (MRELEASE-979)
-
Method Summary
Modifier and TypeMethodDescriptiongetName
(NamingPolicyRequest request) Calculation of the name used for branching or tagging.
-
Method Details