Re: Migration from Ant to Maven2

2010-11-02 Thread Jörg Schaible
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

Migration from Ant to Maven2

2010-11-02 Thread Maven Yu
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.