Re: maven-proxy installation

2007-06-07 Thread Arnd Brusdeilins
besides installing and configuring the maven-proxy , executing "mvn deploy:deploy-file" (with the propiate arguments) for every jar file on the server should be enough. Check if the files you want to share are available inside the maven-proxy installation. nmall wrote: > Hi, > > We are using

Re: Problem With Maven 2.0.2

2006-01-17 Thread Arnd Brusdeilins
adding it after the reporting section, but it complained that skin is an unrecognized tag. Also, is the model still 4.0.0? -Original Message- From: Arnd Brusdeilins [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 14:29 To: Maven Users List Subject: Re: Problem With Maven 2.0.2 i

Re: Problem With Maven 2.0.2

2006-01-17 Thread Arnd Brusdeilins
i got the same problem and defined a skin in my site.xml like ... org.apache.maven.skins maven-stylus-skin 1.0-SNAPSHOT ... now it works Allison, Bob wrote: I upgraded to Maven 2.0.2 this morning, and started getting the problem with the CheckStyle plugin and Jdk14Logger class (MCHECKST

Re: Don't fail build when tests fail during site/site-deploy steps

2005-11-03 Thread Arnd Brusdeilins
|maven -Dmaven.test.failure.ignore=true site should do this | Duane Homick wrote: Is there a way to configure the site-deploy for use with surefire-reports such that if the junit tests that are run fail, they dont fail the build and cause the site not to be distributed? Otherwise, what is the