Hi, I have multiple project setup and one of the project is non java project. I want to package this nonjava project as zip. Whats the best way to package this as zip.
Is it recommended to use assembly plugin..Last time, I used this, it complained if we ran the assembly:assembly at the toplevel as the other projects did not have assembly descriptor or Should we use antrun plugin with anttasks or Is there any alternate approach which is better ? -- -Gautham Pamu
