Re: Invoker vs. Verifier?

2007-12-12 Thread Dan Fabulich
John Casey wrote: Not at all; I mean running the test. In order to run one of these tests (which are orchestrated by something akin to the maven-verifier from a JUnit or other java-driven test case), you must run JUnit or whatever, so you can be sure you have the same options enabled, environm

Re: svn commit: r603629 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseCleanMojo.java

2007-12-12 Thread Arnaud HERITIER
Hey Nicolas, First remark : > > - > + > + /** > +* additional generic configuration files for eclipse > +* @parameter @since ;-) Second one : A little test case ? Arnaud

Re: Invoker vs. Verifier?

2007-12-12 Thread John Casey
On Dec 12, 2007, at 4:18 PM, Dan Fabulich wrote: John Casey wrote: First things first. maven-invoker and maven-invoker-plugin are not separate things. The maven-invoker-plugin uses maven-invoker, but maven-invoker is meant to be a reusable library, not just a plugin. I find this remark q

Re: [Vote][take 2] maven-shade-plugin release 1.0-alpha-15 and move out of sandbox

2007-12-12 Thread Jason Dillon
+1 --jason -Original Message- From: Daniel Kulp <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2007 12:00:48 To:dev@maven.apache.org Subject: Re: [Vote][take 2] maven-shade-plugin release 1.0-alpha-15 and move out of sandbox +1 to both the release and moving out of sandbox. Looking forward

Re: Invoker vs. Verifier?

2007-12-12 Thread Dan Fabulich
John Casey wrote: First things first. maven-invoker and maven-invoker-plugin are not separate things. The maven-invoker-plugin uses maven-invoker, but maven-invoker is meant to be a reusable library, not just a plugin. I find this remark quite confusing... if one is a library, and one is a p

Re: Help on how Archiva consumers work

2007-12-12 Thread Dário Oliveros
In order to get it working, I forced the removal of project model entry from effective cache (if exists) in the DatabaseCleanupRemoveProjectConsumer class in case of any artifact model change since last time it was processed. Please let me know your comments on that. Dário Oliveros wrote: > > I

[Vote][second try] Release Maven Invoker 2.0.7

2007-12-12 Thread olamy
Hi, In the preparation of the Maven Invoker Plugin release, I would like to release maven-invoker:2.0.7 The last release was done around one year ago. Staging repo : http://people.apache.org/~olamy/staging-repo/ Vote open for 72 hours. Here my +1 (non binding). [ ] +1 [ ] +0 [ ] -1 -- Olivier

problem with release plugin + perforce

2007-12-12 Thread brewk9
I am using -DgenerateReleasePoms=true. When I run release:prepare, maven creates and adds the release-pom.xml to perforce. Then, when I run release:perform, maven deletes release-pom.xml from perforce. Then, when I run release:prepare for a subsequent release, maven fails to readd release-pom.xml

Re: [Vote][take 2] maven-shade-plugin release 1.0-alpha-15 and move out of sandbox

2007-12-12 Thread Daniel Kulp
+1 to both the release and moving out of sandbox. Looking forward to this.. :-) Dan On Wednesday 12 December 2007, Mauro Talevi wrote: > Following fixes, new version 1.0-alpha-15 has been staged for release. > Please for vote for its release and to move this version of the > sandbox (and start

Re: [VOTE] Release Maven Surefire 2.3.1

2007-12-12 Thread Benjamin Bentmann
Mauro Talevi wrote: > firstly, nothing prevents us from releasing a 2.3.2 right after a 2.3.1. If an ordinary user may disturb: I really appreciate Mauro's attitude. For my taste, there could be more maintenance releases. Please consider that not all Maven users can/want to build plugins from sou

Re: [Vote][take 2] maven-shade-plugin release 1.0-alpha-15 and move out of sandbox

2007-12-12 Thread olivier lamy
+1 -- Olivier 2007/12/12, Mauro Talevi <[EMAIL PROTECTED]>: > > Following fixes, new version 1.0-alpha-15 has been staged for release. > Please for vote for its release and to move this version of the sandbox > (and start dev of 1.0-beta-1-SNAPSHOT). > > > Staging area: > http://people.apache.org/

Re: [Vote][take 2] maven-shade-plugin release 1.0-alpha-15 and move out of sandbox

2007-12-12 Thread Dan Fabulich
+1 (for sure, this time!) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Javapolis 2007

2007-12-12 Thread Jerome Lacoste
On Dec 12, 2007 4:39 PM, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > On Dec 12, 2007 4:36 PM, Jerome Lacoste <[EMAIL PROTECTED]> wrote: > > On Dec 12, 2007 1:53 PM, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > > > I'm there! :) > > > > Me too :) > > > > Beer tonight ? > > I'll try to pass by. Bu

Re: Help on how Archiva consumers work

2007-12-12 Thread Dário Oliveros
I have a question about effective cache and hope someone can answer me that. If I delete a project model using DAO, what happens to the effective cache ? Does it still keep a reference to the project model recently removed ? The reason for asking this is because I am getting an error when attempt

Re: Javapolis 2007

2007-12-12 Thread Stephane Nicoll
On Dec 12, 2007 4:36 PM, Jerome Lacoste <[EMAIL PROTECTED]> wrote: > On Dec 12, 2007 1:53 PM, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > > I'm there! :) > > Me too :) > > Beer tonight ? I'll try to pass by. But we're going to the center today. Tomorrow @ the movie? Stéphane > > > J > > ---

Re: Javapolis 2007

2007-12-12 Thread Jerome Lacoste
On Dec 12, 2007 1:53 PM, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > I'm there! :) Me too :) Beer tonight ? J - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Vote][take 2] maven-shade-plugin release 1.0-alpha-15 and move out of sandbox

2007-12-12 Thread Mauro Talevi
Following fixes, new version 1.0-alpha-15 has been staged for release. Please for vote for its release and to move this version of the sandbox (and start dev of 1.0-beta-1-SNAPSHOT). Staging area: http://people.apache.org/~mauro/staging-repo/ Tag: http://svn.apache.org/repos/asf/maven/plugins

Re: Invoker vs. Verifier?

2007-12-12 Thread John Casey
First things first. maven-invoker and maven-invoker-plugin are not separate things. The maven-invoker-plugin uses maven-invoker, but maven-invoker is meant to be a reusable library, not just a plugin. Aside from this, there is actually a good reason for running integration tests using maven

Re: problem creating j2ee-simple

2007-12-12 Thread Wayne Fay
Also, you should not post these types of questions to Dev. Instead, post to the Users list Wayne On 12/12/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > What do you mean, you're using an "old Maven central"? Did you > download the entire Central repo? > > You can always just manually create the file

Re: problem creating j2ee-simple

2007-12-12 Thread Wayne Fay
What do you mean, you're using an "old Maven central"? Did you download the entire Central repo? You can always just manually create the file structure etc. The archetypes are simply available to make things easier for you to get stuff set up. Wayne On 12/12/07, Jens Rapp <[EMAIL PROTECTED]> wro

Re: [Vote] Release Maven Invoker 2.0.7

2007-12-12 Thread olivier lamy
Hi, I will fix that and restart a vote. Thanks, -- Olivier 2007/12/12, Vincent Siveton <[EMAIL PROTECTED]>: > > Hi Olivier, > > In the respect of Apache rules, you need to lock the source-plugin to > 2.0.4 before doing a release. See recent Dan's mail [1]. > > Cheers, > > Vincent > > [1] > http:/

Re: Javapolis 2007

2007-12-12 Thread Trygve Laugstøl
I'm there! :) Vincent Massol wrote: On Nov 27, 2007, at 11:40 AM, Stephane Nicoll wrote: ZZzzz. Anyone awake? Vincent M., read your mail. I know you're coming! Yep, I'm coming :) XWiki will even have a huge booth as part of the ObjectWeb consortium. See you there! -Vincent On Nov 25

Re: [Vote] Release Maven Invoker 2.0.7

2007-12-12 Thread Vincent Siveton
Hi Olivier, In the respect of Apache rules, you need to lock the source-plugin to 2.0.4 before doing a release. See recent Dan's mail [1]. Cheers, Vincent [1] http://www.nabble.com/Re:--Vote--Release-Maven-Clean-Plugin-2.2-p14028020s177.html 11 Dec 2007 22:49:46 -, [EMAIL PROTECTED] <[EMA

problem creating j2ee-simple

2007-12-12 Thread Jens Rapp
hi there! i'm using an old (june 2006) maven central. creating a j2ee-simple I get an error "unable to find resource 'archetype-resources/site/pom.xml' in any resource loader." the maven-archetype-j2ee-simple plugin release date is may, 07 2006. Is there any workaround to fix this? -- GMX Free

Re: Help on how Archiva consumers work

2007-12-12 Thread Maria Odea Ching
Okey dokey, thanks a lot Dario! :-) -Deng Dário Oliveros wrote: Good to hear from you. I had made some code changes before getting your response back and surprisingly I was on the right track by working on pretty much the same steps as you've suggested in the first place. The only difference

Re: [Vote] Release Maven Invoker 2.0.7

2007-12-12 Thread Jerome Lacoste
On 11 Dec 2007 22:49:46 -, <[EMAIL PROTECTED]> wrote: > Hi, > In the preparation of the Maven Invoker Plugin release, I would like to > release maven-invoker:2.0.7 > The last release was done around one year ago. > Staging repo : > http://people.apache.org/~olamy/staging-repo/ > Vote open for

Re: [Vote] Release Maven Invoker 2.0.7

2007-12-12 Thread Stephane Nicoll
+1 Thanks, Stéphane On 11 Dec 2007 22:49:46 -, <[EMAIL PROTECTED]> wrote: > Hi, > In the preparation of the Maven Invoker Plugin release, I would like to > release maven-invoker:2.0.7 > The last release was done around one year ago. > Staging repo : > http://people.apache.org/~olamy/staging

Re: Invoker vs. Verifier?

2007-12-12 Thread Mauro Talevi
Dan Fabulich wrote: John Casey wrote: What you're seeing as overlap is a mixture of concerns in the invoker plugin. The verifications beanshell really needs to be migrated out to some sort of proper integration-testing plugin (or, even better, a plugin that unites invoker and verifier under a

Re: Invoker vs. Verifier?

2007-12-12 Thread olivier lamy
Hi, IMHO, don't use maven-embedder. Because for a plugin with a required maven version >= 2.0.6, tests with embedder will failed. Look at the jar plugin all tests has been migrated to maven-invoker-plugin due to this. -- Olivier 2007/12/12, Johan Kindgren <[EMAIL PROTECTED]>: > > I created a few