From eb2a9eb8ff95a124a3e4d585dff3b889d710e685 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 25 May 2013 16:37:42 +0000 Subject: [PATCH] WW-3593 Adds missing html files git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1486344 13f79535-47bb-0310-9956-ffa450edef68 --- apps/blank/src/site/site.xml | 47 ++++++++++++++++++ apps/jboss-blank/src/site/site.xml | 47 ++++++++++++++++++ apps/mailreader/src/site/site.xml | 47 ++++++++++++++++++ apps/portlet/src/site/site.xml | 47 ++++++++++++++++++ apps/rest-showcase/src/site/site.xml | 47 ++++++++++++++++++ apps/showcase/src/site/site.xml | 47 ++++++++++++++++++ apps/src/site/site.xml | 48 +++++++++++++++++++ archetypes/src/site/site.xml | 48 +++++++++++++++++++ .../struts2-archetype-blank/src/site/site.xml | 47 ++++++++++++++++++ .../src/site/site.xml | 47 ++++++++++++++++++ .../src/site/site.xml | 47 ++++++++++++++++++ .../src/site/site.xml | 47 ++++++++++++++++++ .../src/site/site.xml | 47 ++++++++++++++++++ .../src/site/site.xml | 47 ++++++++++++++++++ assembly/pom.xml | 8 ++++ bundles/admin/src/site/site.xml | 47 ++++++++++++++++++ bundles/demo/src/site/site.xml | 47 ++++++++++++++++++ bundles/src/site/site.xml | 48 +++++++++++++++++++ core/pom.xml | 1 - core/src/site/site.xml | 5 +- plugins/cdi/src/site/site.xml | 47 ++++++++++++++++++ plugins/codebehind/src/site/site.xml | 48 +++++++++++++++++++ plugins/config-browser/src/site/site.xml | 47 ++++++++++++++++++ plugins/convention/src/site/site.xml | 47 ++++++++++++++++++ plugins/dojo/src/site/site.xml | 47 ++++++++++++++++++ plugins/dwr/src/site/site.xml | 47 ++++++++++++++++++ plugins/embeddedjsp/src/site/site.xml | 47 ++++++++++++++++++ plugins/gxp/src/site/site.xml | 47 ++++++++++++++++++ plugins/jasperreports/src/site/site.xml | 47 ++++++++++++++++++ plugins/javatemplates/src/site/site.xml | 47 ++++++++++++++++++ plugins/jfreechart/src/site/site.xml | 47 ++++++++++++++++++ plugins/jsf/src/site/site.xml | 47 ++++++++++++++++++ plugins/json/src/site/site.xml | 47 ++++++++++++++++++ plugins/junit/src/site/site.xml | 47 ++++++++++++++++++ plugins/osgi/src/site/site.xml | 47 ++++++++++++++++++ plugins/oval/src/site/site.xml | 47 ++++++++++++++++++ plugins/pell-multipart/src/site/site.xml | 47 ++++++++++++++++++ plugins/plexus/src/site/site.xml | 47 ++++++++++++++++++ plugins/pom.xml | 19 -------- plugins/portlet-tiles/src/site/site.xml | 47 ++++++++++++++++++ plugins/portlet/src/site/site.xml | 47 ++++++++++++++++++ plugins/rest/src/site/site.xml | 47 ++++++++++++++++++ plugins/sitegraph/src/site/site.xml | 47 ++++++++++++++++++ plugins/sitemesh/src/site/site.xml | 47 ++++++++++++++++++ plugins/spring/src/site/site.xml | 47 ++++++++++++++++++ plugins/src/site/site.xml | 48 +++++++++++++++++++ plugins/struts1/src/site/site.xml | 47 ++++++++++++++++++ plugins/testng/src/site/site.xml | 47 ++++++++++++++++++ plugins/tiles/src/site/site.xml | 47 ++++++++++++++++++ plugins/tiles3/src/site/site.xml | 47 ++++++++++++++++++ pom.xml | 30 ++++-------- src/site/site.xml | 4 +- xwork-core/src/site/site.xml | 5 +- 53 files changed, 2192 insertions(+), 47 deletions(-) create mode 100644 apps/blank/src/site/site.xml create mode 100644 apps/jboss-blank/src/site/site.xml create mode 100644 apps/mailreader/src/site/site.xml create mode 100644 apps/portlet/src/site/site.xml create mode 100644 apps/rest-showcase/src/site/site.xml create mode 100644 apps/showcase/src/site/site.xml create mode 100644 apps/src/site/site.xml create mode 100644 archetypes/src/site/site.xml create mode 100644 archetypes/struts2-archetype-blank/src/site/site.xml create mode 100644 archetypes/struts2-archetype-convention/src/site/site.xml create mode 100644 archetypes/struts2-archetype-dbportlet/src/site/site.xml create mode 100644 archetypes/struts2-archetype-plugin/src/site/site.xml create mode 100644 archetypes/struts2-archetype-portlet/src/site/site.xml create mode 100644 archetypes/struts2-archetype-starter/src/site/site.xml create mode 100644 bundles/admin/src/site/site.xml create mode 100644 bundles/demo/src/site/site.xml create mode 100644 bundles/src/site/site.xml create mode 100644 plugins/cdi/src/site/site.xml create mode 100644 plugins/codebehind/src/site/site.xml create mode 100644 plugins/config-browser/src/site/site.xml create mode 100644 plugins/convention/src/site/site.xml create mode 100644 plugins/dojo/src/site/site.xml create mode 100644 plugins/dwr/src/site/site.xml create mode 100644 plugins/embeddedjsp/src/site/site.xml create mode 100644 plugins/gxp/src/site/site.xml create mode 100644 plugins/jasperreports/src/site/site.xml create mode 100644 plugins/javatemplates/src/site/site.xml create mode 100644 plugins/jfreechart/src/site/site.xml create mode 100644 plugins/jsf/src/site/site.xml create mode 100644 plugins/json/src/site/site.xml create mode 100644 plugins/junit/src/site/site.xml create mode 100644 plugins/osgi/src/site/site.xml create mode 100644 plugins/oval/src/site/site.xml create mode 100644 plugins/pell-multipart/src/site/site.xml create mode 100644 plugins/plexus/src/site/site.xml create mode 100644 plugins/portlet-tiles/src/site/site.xml create mode 100644 plugins/portlet/src/site/site.xml create mode 100644 plugins/rest/src/site/site.xml create mode 100644 plugins/sitegraph/src/site/site.xml create mode 100644 plugins/sitemesh/src/site/site.xml create mode 100644 plugins/spring/src/site/site.xml create mode 100644 plugins/src/site/site.xml create mode 100644 plugins/struts1/src/site/site.xml create mode 100644 plugins/testng/src/site/site.xml create mode 100644 plugins/tiles/src/site/site.xml create mode 100644 plugins/tiles3/src/site/site.xml diff --git a/apps/blank/src/site/site.xml b/apps/blank/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/apps/blank/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/apps/jboss-blank/src/site/site.xml b/apps/jboss-blank/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/apps/jboss-blank/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/apps/mailreader/src/site/site.xml b/apps/mailreader/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/apps/mailreader/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/apps/portlet/src/site/site.xml b/apps/portlet/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/apps/portlet/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/apps/rest-showcase/src/site/site.xml b/apps/rest-showcase/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/apps/rest-showcase/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/apps/showcase/src/site/site.xml b/apps/showcase/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/apps/showcase/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/apps/src/site/site.xml b/apps/src/site/site.xml new file mode 100644 index 000000000..be6650c1f --- /dev/null +++ b/apps/src/site/site.xml @@ -0,0 +1,48 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + + diff --git a/archetypes/src/site/site.xml b/archetypes/src/site/site.xml new file mode 100644 index 000000000..be6650c1f --- /dev/null +++ b/archetypes/src/site/site.xml @@ -0,0 +1,48 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + + diff --git a/archetypes/struts2-archetype-blank/src/site/site.xml b/archetypes/struts2-archetype-blank/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/archetypes/struts2-archetype-blank/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/archetypes/struts2-archetype-convention/src/site/site.xml b/archetypes/struts2-archetype-convention/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/archetypes/struts2-archetype-convention/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/archetypes/struts2-archetype-dbportlet/src/site/site.xml b/archetypes/struts2-archetype-dbportlet/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/archetypes/struts2-archetype-dbportlet/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/archetypes/struts2-archetype-plugin/src/site/site.xml b/archetypes/struts2-archetype-plugin/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/archetypes/struts2-archetype-plugin/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/archetypes/struts2-archetype-portlet/src/site/site.xml b/archetypes/struts2-archetype-portlet/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/archetypes/struts2-archetype-portlet/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/archetypes/struts2-archetype-starter/src/site/site.xml b/archetypes/struts2-archetype-starter/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/archetypes/struts2-archetype-starter/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/assembly/pom.xml b/assembly/pom.xml index 4582bc99e..67bbd0201 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -18,6 +18,14 @@ + + + maven-site-plugin + + false + + + org.codehaus.mojo dependency-maven-plugin diff --git a/bundles/admin/src/site/site.xml b/bundles/admin/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/bundles/admin/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/bundles/demo/src/site/site.xml b/bundles/demo/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/bundles/demo/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/bundles/src/site/site.xml b/bundles/src/site/site.xml new file mode 100644 index 000000000..be6650c1f --- /dev/null +++ b/bundles/src/site/site.xml @@ -0,0 +1,48 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + + diff --git a/core/pom.xml b/core/pom.xml index 50159652d..d8b1b112c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -86,7 +86,6 @@ org.codehaus.mojo rat-maven-plugin - 1.0-alpha-2 pom.xml diff --git a/core/src/site/site.xml b/core/src/site/site.xml index 1ac358229..8944a2125 100644 --- a/core/src/site/site.xml +++ b/core/src/site/site.xml @@ -29,8 +29,8 @@ Apache Struts - images/struts2.png - http://struts.apache.org/2.x/index.html + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ @@ -40,6 +40,7 @@ href="http://struts.apache.org/index.html"/> + diff --git a/plugins/cdi/src/site/site.xml b/plugins/cdi/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/cdi/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/codebehind/src/site/site.xml b/plugins/codebehind/src/site/site.xml new file mode 100644 index 000000000..555b971e6 --- /dev/null +++ b/plugins/codebehind/src/site/site.xml @@ -0,0 +1,48 @@ + + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/config-browser/src/site/site.xml b/plugins/config-browser/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/config-browser/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/convention/src/site/site.xml b/plugins/convention/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/convention/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/dojo/src/site/site.xml b/plugins/dojo/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/dojo/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/dwr/src/site/site.xml b/plugins/dwr/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/dwr/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/embeddedjsp/src/site/site.xml b/plugins/embeddedjsp/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/embeddedjsp/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/gxp/src/site/site.xml b/plugins/gxp/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/gxp/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/jasperreports/src/site/site.xml b/plugins/jasperreports/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/jasperreports/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/javatemplates/src/site/site.xml b/plugins/javatemplates/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/javatemplates/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/jfreechart/src/site/site.xml b/plugins/jfreechart/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/jfreechart/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/jsf/src/site/site.xml b/plugins/jsf/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/jsf/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/json/src/site/site.xml b/plugins/json/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/json/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/junit/src/site/site.xml b/plugins/junit/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/junit/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/osgi/src/site/site.xml b/plugins/osgi/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/osgi/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/oval/src/site/site.xml b/plugins/oval/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/oval/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/pell-multipart/src/site/site.xml b/plugins/pell-multipart/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/pell-multipart/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/plexus/src/site/site.xml b/plugins/plexus/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/plexus/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/pom.xml b/plugins/pom.xml index c928652a4..23ef28a6d 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -92,23 +92,4 @@ - - - - org.codehaus.mojo - rat-maven-plugin - 1.0-alpha-2 - - - pom.xml - src/** - - - src/main/resources/*LICENSE.txt - - - - - - diff --git a/plugins/portlet-tiles/src/site/site.xml b/plugins/portlet-tiles/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/portlet-tiles/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/portlet/src/site/site.xml b/plugins/portlet/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/portlet/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/rest/src/site/site.xml b/plugins/rest/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/rest/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/sitegraph/src/site/site.xml b/plugins/sitegraph/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/sitegraph/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/sitemesh/src/site/site.xml b/plugins/sitemesh/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/sitemesh/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/spring/src/site/site.xml b/plugins/spring/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/spring/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/src/site/site.xml b/plugins/src/site/site.xml new file mode 100644 index 000000000..be6650c1f --- /dev/null +++ b/plugins/src/site/site.xml @@ -0,0 +1,48 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + + diff --git a/plugins/struts1/src/site/site.xml b/plugins/struts1/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/struts1/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/testng/src/site/site.xml b/plugins/testng/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/testng/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/tiles/src/site/site.xml b/plugins/tiles/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/tiles/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/plugins/tiles3/src/site/site.xml b/plugins/tiles3/src/site/site.xml new file mode 100644 index 000000000..2955be78b --- /dev/null +++ b/plugins/tiles3/src/site/site.xml @@ -0,0 +1,47 @@ + + + + + Apache Software Foundation + http://www.apache.org/images/asf-logo.gif + http://www.apache.org/ + + + Apache Struts + http://struts.apache.org/images/struts.gif + http://struts.apache.org/ + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index a9f455f56..e2f185a30 100644 --- a/pom.xml +++ b/pom.xml @@ -121,29 +121,18 @@ org.apache.maven.plugins - maven-idea-plugin - - 1.5 - target,test-output,.clover - true - - + maven-site-plugin + 3.2 org.apache.maven.plugins - maven-site-plugin - 3.2 + maven-project-info-reports-plugin + 2.4 + + + org.codehaus.mojo + rat-maven-plugin + 1.0-alpha-2 maven-compiler-plugin @@ -301,7 +290,6 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.4