RE: Where to find reference documentation for parameter Types?

2006-05-08 Thread Dave Comeau
-Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 10:20 PM To: Maven Users List Subject: Re: Where to find reference documentation for parameter Types? Dave, I'll tell you what I know... to others, if i'm wrong, please correct me. ^

Re: Where to find reference documentation for parameter Types?

2006-05-04 Thread Edwin Punzalan
Dave, I'll tell you what I know... to others, if i'm wrong, please correct me. ^_^ Native parameters are common-sense, so I won't describe them anymore. For collection types, like List, removing the s at the parameter name would be filling the collection. For example: Also, in your

RE: Where to find reference documentation for parameter Types?

2006-05-03 Thread Dave Comeau
o open and public that this isn't feasible? Dave. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 02, 2006 8:35 PM To: Maven Users List Subject: Re: Where to find reference documentation for parameter Types? If you check maven2 book, you might find

Re: Where to find reference documentation for parameter Types?

2006-05-02 Thread dan tran
If you check maven2 book, you might find this reference, however the format for a maven file in local/remote repo is ${artifactId}-${version}-${classifier).${type} -D On 5/2/06, Dave Comeau <[EMAIL PROTECTED]> wrote: Just a question how about how to effectively read plugin documentation. O

Where to find reference documentation for parameter Types?

2006-05-02 Thread Dave Comeau
Just a question how about how to effectively read plugin documentation. On this page: http://mojo.codehaus.org/build-helper-maven-plugin/attach-artifact-mojo.html The "Type" column indicates three different types: Artifact, MavenProject and MavenProjectHelper. How do I find out what the format