From 08fad71aafb1215438d65f817412a04b3584f5bb Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Tue, 26 May 2015 09:36:33 -0500 Subject: [PATCH] WW-4402 JDK 8: build fails due to missing apt tool --- core/pom.xml | 47 +++++++++++++++++------------------------------ pom.xml | 2 +- 2 files changed, 18 insertions(+), 31 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 6eed44f48..6d6311910 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -40,38 +40,25 @@ - org.apache.myfaces.tobago - maven-apt-plugin - 1.0.15 + org.apache.maven.plugins + maven-compiler-plugin - uri=/struts-tags,tlibVersion=${tlib.version},jspVersion=2.0,shortName=s,displayName=Struts Tags, - outFile=${basedir}/target/classes/META-INF/struts-tags.tld, - description="To make it easier to access dynamic data; - the Apache Struts framework includes a library of custom tags. - The tags interact with the framework's validation and internationalization features; - to ensure that input is correct and output is localized. - The Struts Tags can be used with JSP FreeMarker or Velocity.", - outTemplatesDir=${basedir}/src/site/resources/tags - - target - false - true - true - true - org.apache.struts.annotations.taglib.apt.TLDAnnotationProcessorFactory - 1.5 - - **/*.java - + + -Auri=/struts-tags + -AtlibVersion=${tlib.version} + -AjspVersion=2.0 + -AshortName=s + -AdisplayName=Struts Tags + -AoutFile=${basedir}/target/classes/META-INF/struts-tags.tld + -Adescription="To make it easier to access dynamic data; + the Apache Struts framework includes a library of custom tags. + The tags interact with the framework's validation and + internationalization features; + to ensure that input is correct and output is localized. + The Struts Tags can be used with JSP FreeMarker or Velocity." + -AoutTemplatesDir=${basedir}/src/site/resources/tags + - - - compile - - execute - - - diff --git a/pom.xml b/pom.xml index 83582ec32..08e0d5454 100644 --- a/pom.xml +++ b/pom.xml @@ -353,7 +353,7 @@ org.apache.struts struts-annotations - 1.0.5 + 1.0.6-SNAPSHOT