From 38184d3ccc0427c144256c43c25fca75782f495f Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 27 Jan 2010 18:06:19 +0100 Subject: [PATCH] Add index.html to update site Show an information page instead of an error message when the update site is accessed using a web browser. Change-Id: I0c533635ae8f3d0265e898ffb48f9443e13e88cf Signed-off-by: Matthias Sohn --- org.eclipse.egit-updatesite/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/org.eclipse.egit-updatesite/pom.xml b/org.eclipse.egit-updatesite/pom.xml index dd449adb..d0534d13 100644 --- a/org.eclipse.egit-updatesite/pom.xml +++ b/org.eclipse.egit-updatesite/pom.xml @@ -61,6 +61,31 @@ + + + maven-resources-plugin + + + copy-resources + validate + + copy-resources + + + ${basedir}/target/site + + + . + + index.html + web/* + + + + + + + -- 2.11.4.GIT