Package org.apache.maven.model.v3_0_0
Class Branch
java.lang.Object
org.apache.maven.model.v3_0_0.Branch
- All Implemented Interfaces:
Serializable
Contains information on the SCM branches of the project.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tag
The branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project.
-
-
Constructor Details
-
Branch
public Branch()
-
-
Method Details
-
getTag
Get the branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project.- Returns:
- String
-
setTag
Set the branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project.- Parameters:
tag
-
-