Re: svn commit: r546388 - /maven/components/branches/maven-2.0.x/pom.xml

2007-06-11 Thread Emmanuel Venisse
Jason, if the mavenVersion property is used only in dependencies versions, you can remove it and replace all dependencies versions by ${project.version}. We use it in continuum and the release plugin works fine with it. Emmanuel [EMAIL PROTECTED] a écrit : Author: jvanzyl Date: Mon Jun 11 23

Unable to release 2.0.x with maven-release-plugin

2007-06-11 Thread Jason van Zyl
Hi, I'm trying to stage 2.0.7 and getting this error from the release plugin: [INFO] The artifact (org.apache.maven:maven-error-diagnostics) requires a different version (2.0.7) than what is found (2.0.7) for the expression (mavenVersion) in the project (org.apache.maven:maven). Which I

RE: Idea for enhancement

2007-06-11 Thread Deacon, Brian
Kenney, I am in violent agreement with you in that the source code structure I'm trying to deal with is evil and must be destroyed. And yes, my use case is exactly "I cannot change the repository structure" but not so much for technical reasons. I could move the stuff around quite easily, and th

Question regarding a Plugin

2007-06-11 Thread Adam Altemus
Hey everyone, We (MobilVox, http://www.mobilvox.com) are working on a Maven JavaScript Plugin. Possible goals are compression (already implemented), JSDoc generation, and JSUnit testing. My question is this: I have the Compression MOJO to the point where it will compress JS in the target dir

Re: questions about maven-project-info-reports-plugin

2007-06-11 Thread Vincent Siveton
Hi Liz, 2007/6/11, Sommers, Elizabeth <[EMAIL PROTECTED]>: We want to add a link to the scm/connection to the dependency report for each dependency we can get this information on. I think I have a good handle on this but any hints would be appreciated, especially if somebody can suggest a w

Re: 2.0.7 Update

2007-06-11 Thread Brett Porter
I can only suggest locking down the surefire rev to a working version with 2.0.6 (surefire 2.3?) and then trying again with 2.0.7 to eliminate it from the equation. If you're forking tests - I'm not sure why you'd be striking problems (though I'd say the same thing for the release plugin...

Re: 2.0.7 Update

2007-06-11 Thread Stephane Nicoll
On 6/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Jun 07, at 7:17 AM 11 Jun 07, Stephane Nicoll wrote: > Same issue with the IDEA plugin? > Could be. No fidelity between running tests normally and with the release plugin? Yep. Here's the error I (we) got: java.lang.NoClassDefFoundE

Re: 2.0.7 Update

2007-06-11 Thread Jason van Zyl
On 11 Jun 07, at 7:17 AM 11 Jun 07, Stephane Nicoll wrote: Same issue with the IDEA plugin? Could be. No fidelity between running tests normally and with the release plugin? On 6/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Jun 07, at 6:30 AM 11 Jun 07, Mark Hobson wrote: >

Re: 2.0.7 Update

2007-06-11 Thread Stephane Nicoll
Same issue with the IDEA plugin? On 6/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 Jun 07, at 6:30 AM 11 Jun 07, Mark Hobson wrote: > On 11/06/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: >> Do you have commit privs yet? If so then we can tag the 2.0.x branch >> so you can actually tr

Re: 2.0.7 Update

2007-06-11 Thread Jason van Zyl
On 11 Jun 07, at 6:30 AM 11 Jun 07, Mark Hobson wrote: On 11/06/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Do you have commit privs yet? If so then we can tag the 2.0.x branch so you can actually try releasing and then we can rollback the POMs to try again. Not yet - Brett sent on an accou

Re: 2.0.7 Update

2007-06-11 Thread Mark Hobson
On 11/06/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Do you have commit privs yet? If so then we can tag the 2.0.x branch so you can actually try releasing and then we can rollback the POMs to try again. Not yet - Brett sent on an account request after receiving my CLA, but I haven't heard any

Location of index files in 1.0?

2007-06-11 Thread Wendy Smoak
Does Archiva still use Lucene for indexing? I can't find the configuration for the index directory in a reasonably recent version. It used to be in archiva.xml. If so, where is the index stored now? (And how do I move it?) Thanks, -- Wendy

Re: 2.0.7 Update

2007-06-11 Thread Jason van Zyl
On 11 Jun 07, at 6:10 AM 11 Jun 07, Mark Hobson wrote: On 11/06/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, Just an update on 2.0.7. A couple things are preventing the staging. I still can't get 2.0.7 to work with the XWiki build which is one of the tests I use. I can't tell if it's some

Re: 2.0.7 Update

2007-06-11 Thread Mark Hobson
On 11/06/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Hi, Just an update on 2.0.7. A couple things are preventing the staging. I still can't get 2.0.7 to work with the XWiki build which is one of the tests I use. I can't tell if it's something wrong internally or with Surefire. During the tests

2.0.7 Update

2007-06-11 Thread Jason van Zyl
Hi, Just an update on 2.0.7. A couple things are preventing the staging. I still can't get 2.0.7 to work with the XWiki build which is one of the tests I use. I can't tell if it's something wrong internally or with Surefire. During the tests I get a NoClassDefError for CGLib. There is als

questions about maven-project-info-reports-plugin

2007-06-11 Thread Sommers, Elizabeth
We want to add a link to the scm/connection to the dependency report for each dependency we can get this information on. I think I have a good handle on this but any hints would be appreciated, especially if somebody can suggest a way to replace one of the configurable classes rather than wri