diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index 8315776f53..dbaa3c1f65 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -94,7 +94,6 @@ manifest fields: Implementation-Title: Example plugin showing examples Implementation-Version: 1.0 Implementation-Vendor: Example, Inc. - Implementation-URL: http://example.com/opensource/plugin-foo/ ==== === ApiType diff --git a/gerrit-httpd/src/main/java/com/google/gerrit/httpd/plugins/HttpPluginServlet.java b/gerrit-httpd/src/main/java/com/google/gerrit/httpd/plugins/HttpPluginServlet.java index beb0139a28..2190fe0558 100644 --- a/gerrit-httpd/src/main/java/com/google/gerrit/httpd/plugins/HttpPluginServlet.java +++ b/gerrit-httpd/src/main/java/com/google/gerrit/httpd/plugins/HttpPluginServlet.java @@ -488,7 +488,6 @@ class HttpPluginServlet extends HttpServlet String t = main.getValue(Attributes.Name.IMPLEMENTATION_TITLE); String n = main.getValue(Attributes.Name.IMPLEMENTATION_VENDOR); String v = main.getValue(Attributes.Name.IMPLEMENTATION_VERSION); - String u = main.getValue(Attributes.Name.IMPLEMENTATION_URL); String a = main.getValue("Gerrit-ApiVersion"); html.append(""); @@ -507,11 +506,6 @@ class HttpPluginServlet extends HttpServlet .append(v) .append("\n"); } - if (!Strings.isNullOrEmpty(u)) { - html.append("\n"); - } if (!Strings.isNullOrEmpty(a)) { html.append("
URL") - .append(String.format("%s", u, u)) - .append("
API Version") .append(a) diff --git a/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 270e15cce7..e32a0d6497 100644 --- a/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -31,9 +31,6 @@ limitations under the License. Gerrit Code Review - - https://www.gerritcodereview.com/ - plugin diff --git a/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml b/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml index a6103b1689..026e21d26f 100644 --- a/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml +++ b/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml @@ -50,7 +50,6 @@ limitations under the License. #end ${Implementation-Vendor} - ${Implementation-Url} ${Gerrit-ApiType} ${project.artifactId} ${project.version} diff --git a/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 3c3508c1ea..32a603b7c0 100644 --- a/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -21,9 +21,6 @@ limitations under the License. Gerrit Code Review - - https://www.gerritcodereview.com/ - 2.7.0 diff --git a/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/pom.xml b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/pom.xml index d67c7cb054..2c7fe88057 100644 --- a/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/pom.xml +++ b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/pom.xml @@ -45,7 +45,6 @@ limitations under the License. ${package}.Module ${package}.HttpModule ${Implementation-Vendor} - ${Implementation-Url} ${Gerrit-ApiType} ${project.artifactId} ${project.version} diff --git a/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index fbf1e463d0..ef0e96c1f3 100644 --- a/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -21,9 +21,6 @@ limitations under the License. Gerrit Code Review - - https://gerrit.googlesource.com/ - js diff --git a/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml b/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml index f24d81e236..8f4aaddbac 100644 --- a/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml +++ b/gerrit-plugin-js-archetype/src/main/resources/archetype-resources/pom.xml @@ -44,7 +44,6 @@ limitations under the License. ${pluginName} ${Implementation-Vendor} - ${Implementation-Url} ${Gerrit-ApiType} ${project.artifactId} ${project.version}