Re: Non-java projects question

2009-01-05 Thread Dan Tran
maven-assembly-plugin is what you are looking for. you can also use ant to zip them up and then use build-helper-maven-plugin to notify maven to deploy it -D On Mon, Jan 5, 2009 at 1:19 AM, Sergey Shcherbakov wrote: > Hello all, > > > > I am very new to Maven although I could already understand

Non-java projects question

2009-01-05 Thread Sergey Shcherbakov
Hello all, I am very new to Maven although I could already understand the great idea behind it. The problem I have is that we have couple of dozens of non-java ant-driven projects. I tried successfully to use maven's antrun plug-in to build them with Maven but the goal I am pursuing curren