This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch struts-2-4 in repository https://gitbox.apache.org/repos/asf/struts.git
commit e98ef13b22cc7274b9ab7b6e3d4a8debf32640cf Author: Yasser Zamani <yasserzam...@apache.org> AuthorDate: Tue Apr 24 18:06:46 2018 +0430 fork apt to avoid duplicate same class loading which fails JDK6 --- core/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index c7c289b..acf8f9f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -45,15 +45,11 @@ <configuration> <A>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.", + 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 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 </A> <resourceTargetPath>target</resourceTargetPath> - <fork>false</fork> + <fork>true</fork> <force>true</force> <nocompile>true</nocompile> <showWarnings>true</showWarnings> -- To stop receiving notification emails like this one, please contact yasserzam...@apache.org.