friends....can any one suggest me, how to excute a java class file, thru
maven.
I have done this task by writing 

<java classname="a.b.c"
fork="true"
failonerror="true" >
<arg value="abc"/>
<classpath refid="my.classpath"/>
</java>


can anyone please suggest how to do the equivalent task in Maven.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to