Re: Deploy large files

2010-09-30 Thread Em DauPhu
emory: 36M/65M [INFO] Finished: FAILURE On Wed, Sep 29, 2010 at 1:47 PM, Brett Porter wrote: > > > On 29/09/2010, at 7:51 PM, Em DauPhu wrote: > >> It doesn't seem related to the MRM as I get the same error with >> Archiva or Nexus. >>

Re: Deploy large files

2010-09-29 Thread Em DauPhu
NF/classes/struts.properties. Maximum size that can > be set is 2gb btw. > > HTH, > Deng > > On Wed, Sep 29, 2010 at 5:01 PM, Em DauPhu wrote: >> Hi, >> >> I have troubles deploying large artifacts (simple "clean deploy"). >> I have the same pr

Deploy large files

2010-09-29 Thread Em DauPhu
Hi, I have troubles deploying large artifacts (simple "clean deploy"). I have the same problem deploying to Archiva and Nexus in maven 2.2.0 and 2.2.1. (We though first it was related to maven 2.2.0 with - MNG-4236 - [regression] http wagon uploads files twice with Maven 2.2.0 when preemptive auth

Re: Mixing local repo and managed repo

2010-09-15 Thread Em DauPhu
n-best-practices/ > <http://www.sonatype.com/people/2009/01/maven-continuous-integration-best-practices/>And > a specific setting for hudson on my blog: > http://batmat.net/blog/post/2009/10/09/[Hudson]-How-to-set-a-private-maven-repository-by-job-and-easily-be-able-to-delete-them &g

Mixing local repo and managed repo

2010-09-15 Thread Em DauPhu
Hi, I came across a continuous integration server hosting both an Hudson and an Archiva (as a proxy to our central). The settings.xml used in maven builds declare as the local repo the managed repository of the archiva (same directory). Is that wrong to use as a local repository (declared in the m

difference in cobertura instrumented tests

2010-07-28 Thread Em DauPhu
Hi, I run "mvn clean deploy site -U -Pcobertura,andOtherProfiles" using the profile described below. I use the cobertura plugin version 2.3. When I launch a job using this goals and options, tests are executed 4 times. First question, is that correct ? (2 times with and without instrumentation an

maven plugin phase binding

2010-07-26 Thread Em DauPhu
Hi, I use a plugin which is attached to the phase "validate" (I want it to be executed at the very beginning - not first but at the beginning). I can see validate in the plugin.xml descriptor. In my maven build, it is called a lot of times (e.g. before report goal, findbugs, cobertura, javadocs..