diff --git a/core/pom.xml b/core/pom.xml index b5088f740..e87a4a414 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -40,35 +40,31 @@ - org.apache.myfaces.tobago - maven-apt-plugin - 1.0.15 + org.apache.maven.plugins + maven-compiler-plugin + 3.3 - 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 + compile diff --git a/pom.xml b/pom.xml index 3e8df7076..678e5b1f0 100644 --- a/pom.xml +++ b/pom.xml @@ -352,7 +352,7 @@ org.apache.struts struts-annotations - 1.0.5 + 1.0.6