...
The following configuration disables authorship computation based on the local user:
scope.local=false
Related
...
scope.scontrol
This setting enables or disables code authorship computation based on data from a supported source control system.
...
Related
...
scope.javadoc
This setting enables or disables code authorship computation based on the Javadoc @author tag.
Acceptable Values
true | Default. Authorship will be assigned based on the @author tag in Javadoc. |
---|---|
false | Authorship will not be assigned based on the @author tag in Javadoc. |
Example Usage
The following configuration disables authorship based on the @author tag:
scope.scontrol=false
Related
...
scope.xmlmap
This setting enables or disables ask assignment based on an XML mapping file that defines how tasks should be assigned to particular files or sets of files. See Creating Authorship XML Map Files for details.
Acceptable Values
...
scope.scontrol=true
Related
...
scope.xmlmap.file
This setting specifies the path to an XML mapping file that defines how tasks should be assigned to particular files or sets of files.
...
authors.shared.path=xtest/authors_map.txt
Related
...
Anchor | ||||
---|---|---|---|---|
|
...