[Maven 2] Eclipse plugin enhancement to exclude **/.svn/** or whatever

2006-04-25 Thread James Mitchell
I have modified the Maven 2 Eclipse plugin to accept a configuration option that will write an additional attribute to the classpathentry for src types. If this is of interest to you guys, let me know and I'll add a Jira ticket and attach a patch (with test). For example, here's the first

Re: Maven Book

2006-04-25 Thread Brett Porter
You can enter your email again instead of re-registering. - Brett Dion Gillard wrote: Will the released version allow u to download it more than once? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Maven Book

2006-04-25 Thread Dion Gillard
Will the released version allow u to download it more than once? On 4/26/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > I should just give a heads up - this will be getting an update, when it > is "officially" released. Stay tuned. > > - Brett > > Brian E. Fox wrote: > > BTW, this book looks like

Re: svn commit: r397067 - /maven/plugins/trunk/maven-javadoc-plugin/src/test/java/org/apache/maven/plugin/javadoc/JavadocJarTest.java

2006-04-25 Thread Brett Porter
Three's a logic error here - it won't actually validate if a field is missing, or if an unknown field is found. I suggest constructing a set of entries, then doing the asserts based on set.contains( name ); Cheers, Brett [EMAIL PROTECTED] wrote: Author: oching Date: Tue Apr 25 20:13:09 2006

Re: Maven Book

2006-04-25 Thread Brett Porter
I should just give a heads up - this will be getting an update, when it is "officially" released. Stay tuned. - Brett Brian E. Fox wrote: BTW, this book looks like a great resource. Thanks to Vincent, Jason, Brett et all for putting this together. Finally I can stop explaining to everyone how

Maven Book

2006-04-25 Thread Brian E. Fox
BTW, this book looks like a great resource. Thanks to Vincent, Jason, Brett et all for putting this together. Finally I can stop explaining to everyone how awesome maven is and let them figure it out for themselves! -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesda

Re: Help with plugin - is this possible?

2006-04-25 Thread dan tran
http://www.mergere.com/products.jsp you want to readup on that -D On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > No, I thought that would substite the literal "something". What I'm > really trying to do, of course, > Is to substitute project attributes such as version or artifactId o

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
No, I thought that would substite the literal "something". What I'm really trying to do, of course, Is to substitute project attributes such as version or artifactId or groupId - none of which is working Either. @parameter expression="${project.version}" Gives me "null" as well. -Original

Re: Help with plugin - is this possible?

2006-04-25 Thread dan tran
did you pass in somethingelse to the configuration? or -Dsomething=xyz? -D On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > > Here's another question, now that I've accepted the uglyness of my task > :-) > > I'm trying @parameter substitution and am not having any luck at all, > what

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
Here's another question, now that I've accepted the uglyness of my task :-) I'm trying @parameter substitution and am not having any luck at all, what could I be doing to cause it not to work? I have this very simple plugin: public class Sensor extends AbstractMojo { /* * @parameter expressio

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
Ah, that helps - thanks. That gets me closer. Is there any other trick I can use to bury or shrink this large chunk of xml that I'm going to be forcing the users to add to their pom? sixthsensesoftware.plugin sixthsense-plugin compile

Re: Help with plugin - is this possible?

2006-04-25 Thread dan tran
sorry, only one phase per . So you need multiple elements. On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > > > >@phase phase is the default phase, so that you dont have to setup > element in your pom. > > Hmmm, I'm not following you. Could you type that a little slower? > > > To run

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
>@phase phase is the default phase, so that you dont have to setup element in your pom. Hmmm, I'm not following you. Could you type that a little slower? > To run your mojo in multiple phases, you need to set them up in your build 's executions Do you mean something like:

Re: Help with plugin - is this possible?

2006-04-25 Thread dan tran
@phase phase is the default phase, so that you dont have to setup element in your pom. To run your mojo in multiple phases, you need to set them up in your build 's executions -D On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > > Thanks for the input. I've been researching all day an

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
Thanks for the input. I've been researching all day and still haven't seen anything that makes me think I can do what I want (log all build phases without modifing the project pom), but that doesn't mean it's not possible. Is there any other way to do this other than a plugin? If so it's not ob

Re: Custom Packaging types.

2006-04-25 Thread Arik Kfir
hi Marteijn, Yes, packaging determines the project type - and you can definitly define you own packaging types (provided you create the appropriate plugin). See http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.htmlfor information on creating your own packaging and matching

Custom Packaging types.

2006-04-25 Thread Marteijn Nouwens
Hello everybody, I am new to maven 2.0. but experienced 1.0 user. Do i understand correctly that packaging defines the type of product that is being build. If so, can you define more than one and define your own custom types. like installer and application. With matching plugins. Thanks Marteij

Re: Release early / release often (m2 jar and assembly plugins)

2006-04-25 Thread Brett Porter
Jörg Schaible wrote: Hi Brett, Brett Porter wrote on Monday, April 24, 2006 2:12 PM: There are apparently bugs in the current SVN version that mean it cannot be released. I believe they are all in JIRA. As I said after the 2.0.1 release, we'll happily accept backports of the fixes you need f

RE: Release early / release often (m2 jar and assembly plugins)

2006-04-25 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Monday, April 24, 2006 2:12 PM: > There are apparently bugs in the current SVN version that > mean it cannot > be released. I believe they are all in JIRA. > > As I said after the 2.0.1 release, we'll happily accept backports of > the fixes you need for a 2.0.2.

Re: [Result] [vote] m1 plugins to release

2006-04-25 Thread Stephane Nicoll
didn't have the time to test, sorry. On 4/24/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > +1 > > (Sorry for the late reply, voting over the weekend is probably why > many people didn't vote) > On 24 Apr 06, at 1:54 PM 24 Apr 06, Lukas Theussl wrote: > > > Thanks Arnaud! > > > > I don't have en

Re: Help with plugin - is this possible?

2006-04-25 Thread Pete Marvin King
Hello Joel, Why don't try checking the continuum project. It might satisfy your requirements. check this url : http://maven.apache.org/continuum/about.html#what-is-continuum If not, you can start by creating plugin that will store the current project information