diff options
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/repositories.apt | 3 | ||||
-rw-r--r-- | archiva-docs/src/site/apt/userguide/deploy.apt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt b/archiva-docs/src/site/apt/adminguide/repositories.apt index ac9ad7f9b..f4927d6f4 100644 --- a/archiva-docs/src/site/apt/adminguide/repositories.apt +++ b/archiva-docs/src/site/apt/adminguide/repositories.apt @@ -67,6 +67,9 @@ Understanding Repository Configuration of Apache Archiva * <releases included> - specifies whether there are released artifacts in the repository. + * <block re-deployment of released artifacts> - specifies whether released artifacts that are already existing in the repository can be overwritten. + Note that this only take effects for non-snapshot deployments. + * <snapshots included> - specifies whether there are snapshot artifacts in the repository. * <scannable> - specifies whether the repository can be scanned, meaning it is a local repository which can be indexed, browsed, diff --git a/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-docs/src/site/apt/userguide/deploy.apt index e552df3c5..06099e2cb 100644 --- a/archiva-docs/src/site/apt/userguide/deploy.apt +++ b/archiva-docs/src/site/apt/userguide/deploy.apt @@ -10,6 +10,9 @@ Deploying to Repository * {{{#Web UI} Deploying via the Web UI Form}} + Starting with Archiva 1.2.3, it is possible to block re-deployment of released artifacts to a specific repository. This can be configured through the + repository configuration page by ticking the <<<Block Re-deployment of Released Artifacts>>> checkbox. + [] <<WARNING>> The deployed artifact may not appear immediately in the search results. |