Remove references to core plugins in artifact deployment instructions

Core plugins are no longer built with Maven.  Remove the related parts
from the deployment instructions.

Change-Id: I05d9b47c50681600de2c82893d56bf685aead315
This commit is contained in:
David Pursehouse
2013-12-05 10:42:54 +09:00
parent 169445c35a
commit 896ffdd27c

View File

@@ -16,10 +16,6 @@ Jar.
+
Bucket to store Gerrit Subproject Artifacts (e.g. `gwtjsonrpc` etc.).
* `gerrit-plugins`:
+
Bucket to store Gerrit Core Plugin Artifacts.
[[deploy-configuration-settings-xml]]
Deploy Configuration in Maven `settings.xml`
--------------------------------------------
@@ -95,40 +91,6 @@ deployable to the `gerrit-maven` storage bucket:
----
[[deploy-configuration-core-plugins]]
Gerrit Core Plugins
~~~~~~~~~~~~~~~~~~~
* You will need to have the following in the `pom.xml` to make it
deployable to the `gerrit-plugins` storage bucket:
----
<distributionManagement>
<repository>
<id>gerrit-plugins-repository</id>
<name>Gerrit Plugins Repository</name>
<url>gs://gerrit-plugins</url>
<uniqueVersion>true</uniqueVersion>
</repository>
</distributionManagement>
----
* Add this to the `pom.xml` to enable the wagon provider:
----
<build>
<extensions>
<extension>
<groupId>com.googlesource.gerrit</groupId>
<artifactId>gs-maven-wagon</artifactId>
<version>3.3</version>
</extension>
</extensions>
</build>
----
GERRIT
------
Part of link:index.html[Gerrit Code Review]