Hi,
I try to use maven for building a jar package. When building with ant I
include all the tld-files in the project into META-INF with the ant
target:
<metainf dir="${tlddir}">
<include name="*.tld"/>
</metainf>
Maven only includes the class files from the project.
Is there a way to make maven 1.x include the tld files as well as the
class files into the jar file?
/Jakob
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]