Re: FYI: Developing maven utility library

2006-12-22 Thread Brett Porter
Had this flagged to take a look. No source (can't find it in subversion), no website (can't find it on opensource.atlassian.com), no javadoc, no license... not really sure what I can do with this :) Was it submitted via JIRA for inclusion in Maven somewhere? - Brett On 14/11/2006, at 3:27 P

Re: FYI: Developing maven utility library

2006-11-14 Thread Tony Truong
Yes, it can, as it uses some code from PropertyUtil. The code may be a bit ugly though, as the latest version of Maven Embedder (2.0.4) doesn't seem to work properly with the code. Stephane Nicoll-2 wrote: > > Hi, > > I think this can include the resources filtering we need in various > mojos

Re: FYI: Developing maven utility library

2006-11-14 Thread Stephane Nicoll
Hi, I think this can include the resources filtering we need in various mojos, right? WDYT? Stéphane On 11/14/06, Tony Truong <[EMAIL PROTECTED]> wrote: Hi guys, For your interest, I have made a library which we have found useful here down in Atlassian. http://repository.atlassian.com/maven

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