You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ge...@apache.org on 2005/02/15 19:44:14 UTC

svn commit: r153947 - struts/el/trunk/maven.xml

Author: germuska
Date: Tue Feb 15 10:44:12 2005
New Revision: 153947

URL: http://svn.apache.org/viewcvs?view=rev&rev=153947
Log:
simple maven.xml causes TLDs to be generated for JAR/dist

Added:
    struts/el/trunk/maven.xml

Added: struts/el/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/maven.xml?view=auto&rev=153947
==============================================================================
--- struts/el/trunk/maven.xml (added)
+++ struts/el/trunk/maven.xml Tue Feb 15 10:44:12 2005
@@ -0,0 +1,14 @@
+<project default="jar:jar"
+  xmlns:j="jelly:core"
+  xmlns:ant="jelly:ant">
+  <!-- Prepare additional Jar resources -->
+  <postGoal name="java:jar-resources">
+    <!-- Generate TLDs -->
+    ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
+	<ant:style basedir="doc/userGuide"
+		destdir="${maven.build.dir}/classes/META-INF/tlds"
+		extension=".tld"
+		style="doc/stylesheets/tld.xsl"
+		includes="struts-*.xml"/>
+  </postGoal>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org