diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-11-22 11:43:01 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-11-22 11:43:01 +0000 |
commit | 6933e769f5f2715df4ef22ed3a4efe7180f39fa0 (patch) | |
tree | 29c9b03b21e6efe52337903bd3d22a9bed2cab44 | |
parent | 860d4dcfb0da9e634de8250940c54537f6900598 (diff) | |
download | archiva-6933e769f5f2715df4ef22ed3a4efe7180f39fa0.tar.gz archiva-6933e769f5f2715df4ef22ed3a4efe7180f39fa0.zip |
[MRM-747] Archiva should prevent re-deployment of released or non-snapshot versioned artifacts
o added documentation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@883060 13f79535-47bb-0310-9956-ffa450edef68
-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. |