Hi,
How I create a jar file from my targets such that I can specify which jar
files certain classes should go to?
Basiclly I have the following ant task and need to translate it into maven2
<target name="common_jar" depends="init">
<jar destfile="${build.jar.dir}/common.jar"
basedir="${classes.dir}"
includes="com/alpha/common/**, com/alpha/framework/**,
com/alpha/util/**, com/alpha/edi/**, com/alpha/task/**,
com/alpha/cardswipe/**, com/alpha/license/**, com/alpha/uhmsearch/**,
com/alpha/print/**, com/alpha/alert/**,com/activetree/editor/**"/>
</target>
Can someone show me an example? thanks.
-Riz.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]