Maven Yu wrote:
> Hi all,
> Currently I am working on migrating my project from Ant to Maven2.
> However, I encountered some issues and I am not sure how do I do that in
> Maven.
>
> In Ant, subset of source code will be complied sequentially with different
> jars. Once done, the compiled classes
Hi all,
Currently I am working on migrating my project from Ant to Maven2.
However, I encountered some issues and I am not sure how do I do that in
Maven.
In Ant, subset of source code will be complied sequentially with different
jars. Once done, the compiled classes will be packed in to jar file.