Re: assembly checksum failed

2006-06-29 Thread Brett Porter
What version of Maven are you using (mvn -v)? The checksum is in SHA1 format, but that should be supported by most modern versions of Maven. - Brett On 29/06/2006 10:44 PM, Franz Fehringer wrote: Hello, With mvn -U compile i got just this moment D:\projekte\crs\CrsGateway>mvn -U compile [I

Re: Fw: lucene and maven2

2006-06-29 Thread Brett Porter
I'd highly recommend a 2.0.1 release to correct mistakes in future. Maven won't download the new version automatically - anyone that has attempted it will need to remove the previous one. Please sign the artifacts and then I'll publish them. Thanks, - Brett On 30/06/2006 3:49 PM, Otis Gospodn

Fw: lucene and maven2

2006-06-29 Thread Otis Gospodnetic
Hi Maven folks, I _think_ I'm supposed to email after deploying a new Jar to minotaur.apache.org:/x1/www/www.apache.org/dist/maven-repository/... Please see below. Otis - Forwarded Message From: Otis Gospodnetic <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, June 30,

RE: Executing mojo without a pom.

2006-06-29 Thread hermod.opstvedt
Hi Thnx, that did it (now why did I not think of trying that). What happens next must some how be related to some versioning problem I guess: In my mojo I call the embedder to have it execute a goal, but it bombs out with the following: Embedded error: Cannot lookup required component. Compone

[jira] Subscription: Design & Best Practices

2006-06-29 Thread jira
Issue Subscription Filter: Design & Best Practices (37 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

surefire/surefire plugin unit tests

2006-06-29 Thread Jesse Kuhnert
I was wondering what the preference would be for where to stick certain tests (specifically for testng || testng running junit tests ) for surefire? I can see that surefire-api has a good start for doing basic junit testing, would that be a good place to place testng tests as well? The patches ma

Re: Any reason why the ClearCase provider doesn't implement "Add" or "Remove"?

2006-06-29 Thread dan tran
add and remove are not needed by maven Feel free to implement them. -D On 6/29/06, Russell, Mark <[EMAIL PROTECTED]> wrote: Does anyone know why the ClearCaseScmProvider class doesn't implement the following two methods: AddScmResult add( ScmRepository, ScmFileSet, CommandParameters ) Rem

Any reason why the ClearCase provider doesn't implement "Add" or "Remove"?

2006-06-29 Thread Russell, Mark
Does anyone know why the ClearCaseScmProvider class doesn't implement the following two methods: AddScmResult add( ScmRepository, ScmFileSet, CommandParameters ) RemoveScmResult add( ScmRepository, ScmFileSet, String ) I did notice that there are what appear to be implementations for thes

Re: How to overwrite clean behaviour.

2006-06-29 Thread dan tran
Marcin, if you figure out how to override it , please post thanks -Dan On 6/29/06, Marcin Maciukiewicz <[EMAIL PROTECTED]> wrote: Thanks for this link. This is what I was missing:) Regards, Marcin. Eric Redmond wrote: > Similar to how maven-core declares them, you can overwrite them: > ht

Re: How to overwrite clean behaviour.

2006-06-29 Thread Marcin Maciukiewicz
Thanks for this link. This is what I was missing:) Regards, Marcin. Eric Redmond wrote: Similar to how maven-core declares them, you can overwrite them: http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Eric On 6/28/06, dan

assembly checksum failed

2006-06-29 Thread Franz Fehringer
Hello, With mvn -U compile i got just this moment D:\projekte\crs\CrsGateway>mvn -U compile [INFO] Scanning for projects... [INFO] [INFO] Building Maven Quick Start Archetype [INFO]task-segment: [compile] [INFO]

Re: Executing mojo without a pom.

2006-06-29 Thread Jason van Zyl
On 29 Jun 06, at 5:22 AM 29 Jun 06, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Hi That is what I thought too, but I have a very simple mojo (that does no have @requiresProject set) that when run complains that: [INFO] Cannot execute mojo: generate. It requires a project with an ex

Re: generated plugin documentation: opinions?

2006-06-29 Thread Edwin Punzalan
There's a guide for configuring plugins and it mentions lists and maps... http://maven.apache.org/guides/mini/guide-configuring-plugins.html Brett Porter wrote: On 29/06/2006 4:14 PM, Wendy Smoak wrote: On 6/28/06, Brett Porter <[EMAIL PROTECTED]> wrote: Sorry, but I don't really unders