Re: War without lib and classes maven 2.0.4

2006-10-07 Thread Marco Mistroni
Hello, well, afaik if you put java classes in your war project... they'll go into classes directory so, as far as i can see, your best bet is to create a jar project for your java classes and a war project that just include web contents.. .. hth marco On 10/7/06, neeraj daffodil <[EMAIL PROTECTED

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread neeraj daffodil
hi dan ,marco i already tried the package level but it did not work for me yes you are right that i have to insert it before war build but where i do not know in maven 1.X i did it calling prerequest=war:web then make my war but here in maven 2.X i did not find any kind of that sol

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread dan tran
packaging of the war is at package phase. So you are out of luck to intercept it before the actual war file is built. -D On 10/7/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: hello, i suspect to have your war without lib you will need to define proper scope of your dependencies anyone pl

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread Marco Mistroni
hello, i suspect to have your war without lib you will need to define proper scope of your dependencies anyone pls correct me if i m wrong hth marco On 10/7/06, Neeraj Bisht <[EMAIL PROTECTED]> wrote: hi all i want the war file without lib and classes for this i write ant task and

War without lib and classes maven 2.0.4

2006-10-07 Thread Neeraj Bisht
hi all i want the war file without lib and classes for this i write ant task and merze in my pom the ant task as follow org.apache.maven.plugins maven-antrun-plugin package