Re: Email Limiting?

2006-07-05 Thread Mark Reynolds
- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mark Reynolds Sent: mardi 4 juillet 2006 23:14 To: continuum-users@maven.apache.org Subject: Email Limiting? We have Continuum checking SVN once per minute so our build will begin very quickly after someone does a commit. Occasionally

Re: Why so many directories

2006-07-04 Thread Mark Reynolds
My experience is that with a multi-module project, you should do as advised here by Emmanuel delete all but the parent project builds, and remove --non-recursive from the parent project. Under the default scenario, where continuum tries to build each module separately, it doesn't seem like

Email Limiting?

2006-07-04 Thread Mark Reynolds
We have Continuum checking SVN once per minute so our build will begin very quickly after someone does a commit. Occasionally there is some problem, for instance, where something happens with Continuum's SVN working copy requiring cleanup to be run. In this case, Continuum will send out

Re: How to install artifact created with assembly artifact into Continuum's local repository

2006-07-04 Thread Mark Reynolds
module artifacts as well as artifacts created by the assembly plugin put into this repository. Is this possible? Thanks. -- Mark R Mark Reynolds wrote: I should have mentioned that I am not talking about the local repository used by maven (in .m2). Artifacts created with the assembly plugin get

Re: Continuum and ClearCase

2006-03-24 Thread Mark Reynolds
See this: http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view Then add your POM URL like this: file:///C:/path/to/pom/pom.xml Aaron Freeman wrote: I am bran new to Continuum. I have been learning Maven over last few weeks and have a decent understanding of