Configuration

The configuration of the @PLUGIN@ plugin is done in the gerrit.config file.

  [plugin "@PLUGIN@"]
    allowDeletionOfReposWithTags = true
In some organizations repositories that contain tags must not be
deleted due to legal reasons. This is the case when tags are used
to mark releases which are shipped to customers and hence the
source code must be kept to ensure build reproducibility of the
releases.

By default true.
Hiding the project means that the project state is set to `HIDDEN`,
all access rights are removed and the project is reparented to the
project defined by [parentForDeletedProjects](#parentForDeletedProjects).
This parent project is automatically created under the root project
when it does not exist yet.

By default false.
This project is only used when [hideProjectOnPreserve](#hideProjectOnPreserve)
is set to true.

By default `Deleted-Projects`.
May be specified more than once to specify multiple project names or
patterns.

By default not set.