From 6471eec0abcc90244eb9094b0e021aa5438f27b9 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 20 Dec 2014 21:44:43 +0100 Subject: [PATCH] Defines new java8-plugin to support Java 8 --- plugins/java8-support/pom.xml | 61 +++++++++++++++++++++++++++++++++++ plugins/pom.xml | 1 + 2 files changed, 62 insertions(+) create mode 100644 plugins/java8-support/pom.xml diff --git a/plugins/java8-support/pom.xml b/plugins/java8-support/pom.xml new file mode 100644 index 000000000..b69286449 --- /dev/null +++ b/plugins/java8-support/pom.xml @@ -0,0 +1,61 @@ + + + 4.0.0 + + + org.apache.struts + struts2-plugins + 2.3.21-SNAPSHOT + + + struts2-java8-support-plugin + jar + Struts 2 Java 8 support plugin + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.apache.struts2.osgi.StrutsActivator + META-INF + + + + + + + + + + org.apache.struts.xwork + xwork-core + + + asm + asm + + + asm + asm-commons + + + + + org.ow2.asm + asm + + + org.ow2.asm + asm-commons + + + + + UTF-8 + + diff --git a/plugins/pom.xml b/plugins/pom.xml index 55d4737cc..d12b17c01 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -43,6 +43,7 @@ embeddedjsp gxp jasperreports + java8-support javatemplates jfreechart jsf