repository purge isn't working in 1.0.1

2008-02-10 Thread Jason Chaffee
For some reason, the repository purge hasn't been working for me. I configured the date to be "0" and the purge count to be "10", yet after running for 3 days there are still some snapshots with over 50 artifacts. I did see the log said something about the a failed task for "repository-job:snapsh

Problem with maven tomcat:deploy

2008-02-10 Thread VanIngen, Erik (ESTG)
Hi all, I am using maven tomcat:deploy to deploy. This error is reported: Cannot invoke Tomcat manager Embedded error: "Server redirected too many times (20) Is this an error in Tomcat or in the maven plugin? What could be a way to workaround this error? Kind Regards, Erik

Problem with NMaven

2008-02-10 Thread Jens Schmidt
Hi all, I am trying to build a .Net / #C project using NMaven. I am using the version of NMaven found at https://svn.apache.org/repos/asf/incubator/nmaven/tags/STABLE-2007-05-18 . However when I start a build using mvn install I receive the following error: >> [INFO] Scannin

Maven Day at Intuit

2008-02-10 Thread Jason van Zyl
Here is a wiki page where folks can keep up with the agenda, let us know and add items to the agenda (we'll see if we can fit them in). http://docs.codehaus.org/display/MAVENUSER/Maven+Day+at+Intuit Thanks, Jason -- Jason van Zyl Founde

Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-10 Thread Allyson Lister
You're a star, Lukas! That's solved it! I never would have guessed that - I wonder why I had the pluginManagement in the first place? thanks very much, Allyson On Feb 10, 2008 6:55 PM, Lukas Theussl <[EMAIL PROTECTED]> wrote: > Remove the , just > > > > > org.apache.maven

Re: Maven Concepts

2008-02-10 Thread Alexander Sack
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -aps On Feb 9, 2008 3:25 AM, amit kumar <[EMAIL PROTECTED]> wrote: > what is the difference between dependency and dependencyManagement? I mean > when do we use dependency and when do we use dependencyManagement

Re: maven-doxia-plugin versus doxia-maven-plugin

2008-02-10 Thread Lukas Theussl
Remove the , just org.apache.maven.doxia doxia-maven-plugin 1.0-alpha-10 ... HTH, -Lukas Allyson Lister wrote: Hi all, I'm having a little problem getting my maven project to build a doxia book. I've searched on the nabble version

maven-doxia-plugin versus doxia-maven-plugin

2008-02-10 Thread Allyson Lister
Hi all, I'm having a little problem getting my maven project to build a doxia book. I've searched on the nabble version of this mailing list, but haven't found a post similar to this, so here goes. I'm using maven 2.0.7 with java 1.5. I'm running on ubuntu gutsy. To simplify the explanation a bi

Maven xmlbeans plugin - XML-BEANS compiled schema: Incompatible minor version - expecting up to 23, got 24

2008-02-10 Thread Basel Naamna
I'm using maven xmlbeans plugin to compile a schema, but when I run the project, I get: Caused by: org.apache.xmlbeans.SchemaTypeLoaderException: XML-BEANS compiled schema: Incompatible minor version - expecting up to 23, got 24 ... any ideas? -- View this message in context: http://www.nabble.

Re: Javadoc plugin bug/issue reprised

2008-02-10 Thread Stephen Connolly
Have you got multiple Java VM's installed on your system. We had one developer who had multiple VM's installed and had a CLASSPATH environment variable that pointed to a different JVM than the one he was running Maven from, which caused problems with Javadoc. The solution was to clear his CLASSPA