Re: [OT]Hudson looking for a home?

2010-12-07 Thread Andrew Close
tal to Hudson's long-term health. Then again, maybe not. Sonatype has a Hudson (psuedo) fork in-house called Matrix. It's currently part of their Professional Suite offering, but they may be open sourcing pieces of it. And if Oracle ditches Hudson maybe they&

Re: Scanning for projects... hangs

2010-12-07 Thread Andrew Close
gt; >> where can i increase maven3 memory from? path to script file or where to >> add the new memory parameter. I also upgraded to maven 3.0 and I am still >> getting the same issue. Ideas? Create an environment variable called MAVEN_OPTS and use settings similar to the followin

Re: New version of Eclipse from Springsource

2010-11-17 Thread Andrew Close
t at the bottom of the page on this link. here's a link directly to the datasheet so you don't have to go through the form fillout process. http://www.springsource.com//files/uploads/all/datasheets/SpringSource-Tool-Suite-datashee

Re: Dependency problem with jasper

2010-11-02 Thread Andrew Close
need for Jasper in your local repo manager. Working with the Jasper folks is difficult unless you're paying for support. ;) > 2. install a Maven repository manager (e.g. Nexus) that can act as a > proxy to Jasper For

Re: maven is a swamp

2010-10-12 Thread Andrew Close
e without an entire manual in front of oneself. I realize that > arriving at an optimal solution is not really possible, but XML is so > suboptimal as to beggar belief. > > I am just so sick of using crappy "solutions" (read: XML) layered over top of > what could

Re: Reverse dependency:tree?

2010-07-20 Thread Andrew Close
o.codehaus.org/versions-maven-plugin/ -- Andrew Close - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Write Maven Books - Packt Publishing

2010-07-07 Thread Andrew Close
s. > > I would like to see a book targeted at the 80% of developers who should be > using these tools "out of the box" with no custom plug-ins or custom setups. > Discussing the odd-ball cases would only make Maven more confusing. +10 Best Practices Enterprise Usage ??? -

Re: Maven Meetup Locations

2010-06-21 Thread Andrew Close
On Mon, Jun 21, 2010 at 2:55 PM, Jason van Zyl wrote: > The Maven Meetups Sonatype puts on have been very popular in the past. We're > starting to take input from users on where they should be in the future: > > Sonatype’s coming to a city near you no Chicago? :) i've vote

Re: Re : m2Eclipse

2010-06-03 Thread Andrew Close
s case) directly. you need to add an SCM section to your POM (or SuperPOM) so Maven knows how to access your SCM. here is some info on configuring Maven to work with your SCM: http://maven.apache.org/pom.html#SCM and here is some info on getting start

Re: Versioning of company SuperPOM

2010-06-01 Thread Andrew Close
On Tue, Jun 1, 2010 at 9:18 AM, Stephen Connolly wrote: > We just use the latest version at the time of the downstream project's > release. > > using >  mvn versions:update-parent > helps make this easy. thank you Stephen, we'll give t

Versioning of company SuperPOM

2010-06-01 Thread Andrew Close
idea) so all updates are handled dynamically? is there a way to enforce which version of the SuperPOM should be used? or at least warn the developer that there is a newer version of the SuperPOM that they should be inheriting from? -- Andrew Close ---

Re: Is there a way to disable transitive dependencies?

2010-05-18 Thread Andrew Close
are your dev environment and test environment both the same platform? (windows, linux, OS X) we've noticed that we get a different mix of transients when building on differing platforms (windows vs. linux) even through we're using the exact same maven install/settings/rep

Re: [ANN] New book - Apache Maven 2: Effective Implementation

2009-09-23 Thread Andrew Close
thing because..? if you're not interested, don't buy/read it, but there are plenty of people out there would like a book on Maven and having more choices is typically a good thing. i appreciate the effort and will be checking it out. -- Andrew Close

Re: Maven and ClearCase UCM

2009-09-10 Thread Andrew Close
e, > strub not yet. i've been begging our SCM team to learn a little bit about Maven so that we can start making better use of plugins. -- Andrew Close - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org F

Re: Maven and ClearCase UCM

2009-09-10 Thread Andrew Close
t i'm hoping others step up with better solutions cause i'll be the first to tell you ours isn't the way to go. :) -- Andrew Close - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Artifact Version Checker Plugin - where is it?

2009-07-29 Thread Andrew Close
x27;t moved to a non-beta version... anyway, an upgrade is in the works and Nexus is on the list for review. thanks for the suggestion. -- Andrew Close - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additi

Re: Artifact Version Checker Plugin - where is it?

2009-07-28 Thread Andrew Close
x.html Is CodeHaus (http://mojo.codehaus.org/plugins.html) 'the' site to go to now for plugin info? Or are these just additional plugins that aren't part of Maven proper? Thanks again -- Andrew Close - To

Artifact Version Checker Plugin - where is it?

2009-07-28 Thread Andrew Close
dency is available in the repository for use. Thanks for any help. -- Andrew Close - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven and Eclipse Project

2008-08-21 Thread Andrew Close
> > Is this possible without using the project hierarchy approach? maybe you want to look into this: http://code.google.com/p/mvnlink/ it sounds like it does what you're looking for. -- Andrew Close - To unsubscrib

Documentation/Presentation Materials...

2007-08-10 Thread Andrew Close
hi all, we've done an informal presentation on Maven to one of the development teams here at work. they liked what they saw and our manager wants a 'more polished' presentation that we can give to the other development teams and upper management. does anyone out there already have a presentation

Re: ear file growing

2007-07-18 Thread Andrew Close
On 7/18/07, Charles Li <[EMAIL PROTECTED]> wrote: We have user complaint of their ear file is growing with each build by maven. What can we do about this? We are thinking if the ear file grow to too large, it will take longer to deploy. Charles, make sure you're executing: mvn clean package so