FYI: Developing maven utility library

2006-11-13 Thread Tony Truong
Hi guys, For your interest, I have made a library which we have found useful here down in Atlassian. http://repository.atlassian.com/maven2/com/atlassian/maven/util/maven-utils/ So far it has: PropertyManager - Manages a list of property objects. This class will also filter maven2 variables i

Re: Plugin license injection

2006-11-13 Thread Brett Porter
On 14/11/2006, at 2:41 PM, Daniel Kulp wrote: That's an "OK" temporary solution. The biggest problem with it is that you cannot generate a working eclipse project with that setup. "mvn eclipse:eclipe" doesn't generate a project that is importable into eclipse. I thought this had been fi

RE: Plugin license injection

2006-11-13 Thread Brian E. Fox
Hrm. I just updated the headers with outdated info. This page: http://www.apache.org/dev/apply-license.html should be updated to point to the new src-headers info. -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 10:41 PM To: dev@maven.apache

Re: Plugin license injection

2006-11-13 Thread Daniel Kulp
On Monday November 13 2006 10:00 pm, Brett Porter wrote: > Jason was going to whip something up. I believe he'll be back in a > couple of days and can answer then. > > You can copy the technique used in pmd/checkstyle, at least for the > files in the root directory if you are looking to move on it

Re: Plugin license injection

2006-11-13 Thread Brett Porter
Jason was going to whip something up. I believe he'll be back in a couple of days and can answer then. You can copy the technique used in pmd/checkstyle, at least for the files in the root directory if you are looking to move on it now. The full description is here: http://www.apache.org/le

Re: siteDirectory and site.xml

2006-11-13 Thread Franz Allan Valencia See
Good day to you, Graham, As of the current source, siteDirectory simply indicates the location of the site files (apt, fml, etc). But still, the site descriptor must still be src/site/site.xml (or src/site/site_.xml). I am not actually sure why MSITE-91 was closed either. Can anyone reopen MSIT

Plugin license injection

2006-11-13 Thread Brian E. Fox
Was there ever a resolution about the new plugin releases needing the apache license injected? We can probably do it with the dependency plugin but I don't want to repeat work if there is already a solution. Also, can someone point me to documentation on what the exact new requirements are? Thank

Re: siteDirectory and site.xml

2006-11-13 Thread Graham Leggett
On Mon, November 13, 2006 7:57 pm, Graham Leggett wrote: > First question: does the siteDirectory parameter specify the location of > the site.xml file, in addition to the apt, fml and xdoc directories, or am > I barking up the wrong tree? I found MSITE-91, which has a comment from May this year

Re: Odd behavior in rendered FAQ

2006-11-13 Thread Minto van der Sluis
thx, for your reply :-) If I supply a patch, should it be for head? Regards, minto Vincent Siveton wrote: > > [sorry for the delay] > > Hi Minto, > > mm it seems a bug. > Feel free to open an issue about that and better, provide a patch! > > Thanks > > Vincent > > > 2006/10/27, [EMAIL

siteDirectory and site.xml

2006-11-13 Thread Graham Leggett
Hi all, I am trying to specify a site descriptor for a legacy project that does not have a standard maven layout, and so I need to define that site.xml should be found in ${basedir}/site/site.xml. Apparently the siteDirectory parameter within the site plugin is used to specify where the site.xml

Re: Using Maven on a Server Environment

2006-11-13 Thread Emmanuel Venisse
All API are in maven-scm-api. You can use it directly and you need in your classpath a provider and eventually maven-scm-plexus-manager. You'll find sample usage in maven-scm-plugin sources (http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugin/) and in maven-scm-client (http://svn.

Re: Easy way to install into project-local repo...

2006-11-13 Thread Garvin LeClaire
If you are building a SNAPSHOT of a multimodule project you will need to use "mvn install", as this will install all the dependent snapshots to your local repository for the subsequent module builds to use. You only need to use the "deploy" goal when you are ready to push your artifacts to a sha

Re: Location of site.xml

2006-11-13 Thread Graham Leggett
On Mon, November 13, 2006 3:13 pm, Franz Allan Valencia See wrote: > I do not think there is a documentation for the contents of site.xml, > that is published, but you may want to review [1] since it is the > structure of site.xml. The contents of site.xml are reasonably easy to find, however whe

Re: Location of site.xml

2006-11-13 Thread Franz Allan Valencia See
Good day to you, Graham, I do not think there is a documentation for the contents of site.xml, that is published, but you may want to review [1] since it is the structure of site.xml. Cheers, Franz [1] http://svn.apache.org/repos/asf/maven/doxia/trunk/doxia-decoration-model/src/main/mdo/decora

Re: Location of site.xml

2006-11-13 Thread Wendy Smoak
On 11/13/06, Graham Leggett <[EMAIL PROTECTED]> wrote: The docs for the site plugin mention the site.xml file, but don't indicate where you are supposed to put this file in your project, or how to override the location of the file should your project use a non standard structure. Anyone know so

site:attach-descriptor - not documented

2006-11-13 Thread Graham Leggett
Hi all, In the documentation for site:attach-descriptor at http://maven.apache.org/plugins/maven-site-plugin/attach-descriptor-mojo.html, the only meaningful docs are the sentence: "Adds the site descriptor to the list of files to be installed/deployed." This suggests that this goal might have s

Location of site.xml

2006-11-13 Thread Graham Leggett
Hi all, The docs for the site plugin mention the site.xml file, but don't indicate where you are supposed to put this file in your project, or how to override the location of the file should your project use a non standard structure. Anyone know so I can update MSITE-192? Regards, Graham -- -

Request to apply patch for CONTINUUM-977

2006-11-13 Thread Maria Odea Ching
Hi, Can anyone please apply the patch that I've submitted for http://jira.codehaus.org/browse/CONTINUUM-977? Thanks in advance :) - Deng

Easy way to install into project-local repo...

2006-11-13 Thread Jason Dillon
and keep pulling dependencies into user-local repo? I am trying to get all of the artifacts the current project (and all its modules) produces in isolation to all of those it depends upon. Right now all I can do (AFAIK) is to configure a file://${dir} repo (externally setting the dir prope