Maven problem?

2006-09-08 Thread Frank Budinsky
Hi, All of a sudden, I started getting the following mvn error. Does anybody know what this plexus-archiver is for or know why it isn't in the repo? Thanks, Frank. Downloading:

Re: Maven problem?

2006-09-08 Thread Jeremy Boynes
It the things maven uses to make archives (e.g. jars) and it lives at codehaus. Our parent pom includes the codehaus snapshot repo as a pluginRepository but perhaps this is a normal dependency and not a plugin - which module are you building? -- Jeremy On Sep 8, 2006, at 12:11 PM, Frank

Re: Maven problem?

2006-09-08 Thread Frank Budinsky
That makes sense, since it happened towards the end of the build, after succesfully running the JUnits. I suddenly started having this problem while building the sdo project, but I manged to fix it with svn up; mvn clean; and then mvn at the top level. Thanks for the help. Frank. Jeremy