brilliant - thanks! Alistair
-- mov eax,1 mov ebx,0 int 80h > To build just one module: > cd module/<module> > maven jar > > To build without checking for SNAPSHOTs online, > maven -o jar > > To download a set of SNAPSHOTs to make the above work, > maven create-lib > > Hope that helps, > David > > On 04/02/07, Alistair Young <[EMAIL PROTECTED]> wrote: >> I'm new to maven. I've downloaded trunk from svn but is there a quick >> way >> of compiling the Axis2 source? I'm using: >> >> maven -Dmaven.test.skip=true >> >> but it still goes through all the SNAPSHOT.jar files e.g. >> >> "Attempting to download axis2-adb-SNAPSHOT.jar" >> >> So even changing one file takes half an hour to recompile. >> >> Is there a setting for a quick build or even to compile one module? >> >> Should files such as axis2-adb-SNAPSHOT.jar be in my local repository? >> >> thanks, >> >> Alistair >> >> >> -- >> mov eax,1 >> mov ebx,0 >> int 80h >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > David Illsley - IBM Web Services Development > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
