Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.0

...

The following configuration disables authorship computation based on the local user:

scope.local=false

...

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.

falseAuthorship 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
authors.user
authors.user
authors.user{n}

...