Author: oching
Date: Sun Nov 22 11:43:01 2009
New Revision: 883060
URL: http://svn.apache.org/viewvc?rev=883060&view=rev
Log:
[MRM-747] Archiva should prevent re-deployment of released or non-snapshot
versioned artifacts
o added documentation
Modified:
archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt
archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt
Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt?rev=883060&r1=883059&r2=883060&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt
(original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt Sun Nov
22 11:43:01 2009
@@ -67,6 +67,9 @@
* <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,
Modified: archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt?rev=883060&r1=883059&r2=883060&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt Sun Nov 22
11:43:01 2009
@@ -10,6 +10,9 @@
* {{{#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.