maven 3 parallel build with jspc plugin

2010-11-25 Thread Kamran Yadav
Hi, I am using maven-jetty-jspc-plugin in my pom to pre-compile jsps. I tried the parallel build of maven 3 but it fails for this plugin as its not threadsafe. I then tried jspc-maven-plugin also but its not not threadsafe. Anybody have any idea about these plugins or any other plugin to pre-compi

maven-antrun-plugin:1.4 and not resolving maven properties

2010-11-24 Thread Kamran Yadav
Hi, I am using latest Maven 3. I have configured maven-antrun-plugin version 1.3 for a simple copy task which works fine. I tried later version 1.4 to 1.6 but they fail. The issue is that its not resolving maven properties like ${project.parent.basedir} The problem with 1.3 version is that it

Re: maven to build thin war

2010-11-22 Thread Kamran Yadav
build times by reducing the time wasted rebuilding >> stuff that has not changed. >> Reduce SCM download traffic >> etc. >> >> Ron >> >> >> >> On 22/11/2010 5:54 AM, Jörg Schaible wrote: >> >>> Hi, >>> >>> Kamran Yadav wro

Re: maven to build thin war

2010-11-22 Thread Kamran Yadav
< antonio.petre...@gmail.com> wrote: > 2010/11/22 Kamran Yadav : > > > > maven-compiler-plugin > > 2.0 > > It seems a bit outdated, the latest version is 2.3.2. > > > - The war file includes all the classes also but

Re: maven to build thin war

2010-11-21 Thread Kamran Yadav
As mentioned in the first point the compilation of 1500 files is taking time. On Mon, Nov 22, 2010 at 12:54 PM, Kalpak Gadre wrote: > Hi Kamaran, > > It would help if you provide build log. Check what part in the build is > taking too long. > > Thanks, > > Kalpak > > > > Hi, >> >> I am a first

Re: Maven build log

2010-11-21 Thread Kamran Yadav
n command prompt. > > For example, Mvn compile >compile.log > > So, above command will generate log on ur folder. > > Thanks & regards, > Sachin sharma > > Sent from my Nokia phone > -Original Message- > From: Kamran Yadav > Sent: 22/11/2010 12:31:34

Maven build log

2010-11-21 Thread Kamran Yadav
Hi, How can I supply my own log configuration file to maven? I see maven generate logs but does not print time etc. information. Thanks Bhushan

maven to build thin war

2010-11-21 Thread Kamran Yadav
Hi, I am a first time user of Maven. Earlier used Ant and now migrating the project to Maven. My environment is apache-maven-3.0, JDK 1.6.0_22 on Windows 7 platform. I am trying to build a web application. I have following issues - - The web app have 1500 Java files. The compilation takes ove