mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
Resolved WW-3299 - tlib-version bases on Struts version
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@932295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+5
-1
@@ -39,6 +39,10 @@
|
||||
<url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/core/</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<tlib.version>2.2</tlib.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -46,7 +50,7 @@
|
||||
<artifactId>maven-apt-plugin</artifactId>
|
||||
<version>1.0.15</version>
|
||||
<configuration>
|
||||
<A>uri=/struts-tags,tlibVersion=2.2.3,jspVersion=2.0,shortName=s,displayName="Struts Tags",
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user