-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to Maven #28
Comments
From kevinb9n on February 26, 2007 19:03:55 is there really any significant pain this would address? to me, working with this |
From crazyboblee on February 26, 2007 20:03:09 I filed this before I configured all the Ant builds which I did after I decided Maven Status: WontFix |
From arikkfir on April 03, 2007 16:30:30 Perhaps guice-devs could reconsider please? The added value is not only to Of course, running "ant dist" is just as easy - but the added value comes when one It doesn't have to replace your existing Ant build. And IMO it would please both worlds. just my 2 cents ;-) |
From crazyboblee on April 03, 2007 16:43:07 I actually tried to do this. We want you to be able to check out, run a script, and |
From arikkfir on April 03, 2007 18:19:59 Ahh ;-) Well this can easily be taken care of. Which ones are missing? |
From dhanji on April 03, 2007 18:22:02 "We want you to be able to check out, run a script, and
Curious why this doesnt work with ant? Couldnt the deps be checked into the repo as well? |
From arikkfir on April 03, 2007 18:25:28 Yes, they can, with an extra step (running "mvn install:install-file ..."). If you do But having to do this after each build is too much redundancy... There's nothing in |
From brianpontarellidocs on April 04, 2007 08:33:52 You could also integrate with Savant or Ivy to handle dependencies and publish out |
From hani@formicary.net on April 04, 2007 08:35:40 Please close this issue, maven is not needed nor should there be a switch to it (maven artifacts is a separate |
From gk5885 on April 04, 2007 09:12:26 I'll agree with Hani that if you're thinking of switching to maven to do the exact |
From crazyboblee on April 04, 2007 09:21:00 The only reason I'd consider switching to Maven is its ability to generate IDE |
From brianpontarellidocs on April 04, 2007 09:45:57 I have a wicked good Ant plugin for that if you want to check it out. Works pretty |
From crazyboblee on February 25, 2007 17:59:35
From Ant. This will help with our mult-module build, and we'll be able to
generate our IntelliJ configuration instead of maintaining it separately.
Original issue: http://code.google.com/p/google-guice/issues/detail?id=28
The text was updated successfully, but these errors were encountered: