-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
-
fileName: This defines the name for the .properties file generated by the plugin. this is where data like
major,minor, andpatchis saved.
VERSIONS: 1.1.X
DEFAULT: data
REQUIRED: NO
[x] NOTE: in versions 1.0.1, 1.0.0 it is known as storageName
-
gitDirectory: This is going to be the path for
.gitdirectory to obtain informations likecommit hash,commit time, andbranch name
VERSIONS: 1.1.X, 1.0.X
DEFAULT: PROJECT_FILE/.git/
REQUIRED: NO
[x] Note: Attention! this is required in versions that is lower than 1.1.0
-
commitLength: This defines the length of the
commit hash.
VERSIONS: 1.1.X
DEFAULT: 7
REQUIRED: NO
In versions 1.0.1,1.0.0:
-
hashMode: defines the length of the commit hash, it has two options eitherSHORTorLONG- in
1.0.1the default isSHORT - in
1.0.0the default isLONG
REQUIRED: NO
- in
-
commit: Should the plugin include current commit hash in
aip.version.full?
VERSIONS: 1.1.X
DEFAULT: false
REQUIRED: NO
In versions 1.0.1,1.0.0:
-
includeHash: Should the plugin include current commit hash in-
aip.version.fullin1.0.1? -
autoincrement.versionin1.0.0?
REQUIRED: NO DEFAULT: false
-
-
patch: Should the plugin include current build patch in
aip.version.full?
VERSIONS: 1.1.X
DEFAULT: false
REQUIRED: NO
In versions 1.0.1,1.0.0:
-
includePatch: Should the plugin include current build patch in-
aip.version.fullin version1.0.1 -
autoincrement.versionin version1.0.0
REQUIRED: NO DEFAULT: false
-
-
patchLimit: after each build, the patch count increases. if the current patch count is bigger than
patchLimit, it will reset back to 0 and increasesminorcount.
VERSIONS: 1.1.X, 1.0.X
DEFAULT: 9
REQUIRED: NO
-
minorLimit: after each build, the minor count increases. if the current minor count is bigger than
minorLimit, it will reset back to 0 and increasesmajorcount.
VERSIONS: 1.1.X, 1.0.X
DEFAULT: 9
REQUIRED: NO
- pump: should the plugin update the .properties file with the next version ?
VERSIONS: 1.1.X
DEFAULT: true
REQUIRED: NO
[x] NOTE: it is known as skipUpdating in 1.0.1,1.0.0
-
disableGit: disable all operations that is related to git. properties that starts with
aip.gitwill stop working.
VERSIONS: 1.1.X
DEFAULT: false
REQUIRED: NO
[x] NOTE: in older versions this is not possible.