[ANNOUNCE] Good news! Maven 2 talk accepted at JavaOne 2008

2008-02-06 Thread Jim Bethancourt
Hi everyone, I found out last week that my presentation proposal, Migrating to Maven 2 Demystified, was accepted for presentation at this year's JavaOne. In the presentation, I will be showing how to Mavenize Google's Guice framework one step at a time, while being minimally invasive to the

Re: [ANNOUNCE] Good news! Maven 2 talk accepted at JavaOne 2008

2008-02-06 Thread Jim Bethancourt
Hi Siarhei, I imagine they will be posted on the JavaOne website after the conference, and I'll be sure they are added to the Maven docs area. Cheers, Jim On Feb 6, 2008 2:18 PM, Siarhei Dudzin [EMAIL PROTECTED] wrote: Any chance of publishing the slides when possible (PDF is fine too)? On

Re: Unit Test inheritance in a multi-pom project?

2007-03-24 Thread Jim Bethancourt
Hi GreJ, I believe that is correct. A mvn install must be done in order to make the test jars available on the classpath to compile against for the inherited tests. I agree that it is unfortunate that an install must be done in order to run the tests. Maven developers, Should I submit a

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Cool! That looks exactly like what I need. I'll give it a go. ;-) Thanks, Jim On 3/21/07, Jason van Zyl [EMAIL PROTECTED] wrote: On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote: Hi all, I'm working on a multi-pom project and would like to inherit from classes in the test

Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Hi all, I'm working on a multi-pom project and would like to inherit from classes in the test hierarchy across modules in the project, and I'm listing each module as a dependency in the parent pom as well. I've done several experiments to see if this is possible and have had no success. What

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Yup! That did the trick. Thanks Jason! Jim On 3/21/07, Jim Bethancourt [EMAIL PROTECTED] wrote: Cool! That looks exactly like what I need. I'll give it a go. ;-) Thanks, Jim On 3/21/07, Jason van Zyl [EMAIL PROTECTED] wrote: On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote

Eclipse IDE plugin page broken

2007-03-14 Thread Jim Bethancourt
Hi all, The link for the Eclipse Plugin is broken on http://maven.apache.org/eclipse-plugin.html Could someone please fix it? Thanks, Jim

Re: [m2] [mojo-dev] Re: Terracotta Maven plugin(s), anyone?

2007-02-21 Thread Jim Bethancourt
, Eric --Terracotta, Software Engineer Jim Bethancourt-2 wrote: Hi all, It's great to see such fast response so far, even on a weekend. Please continue to write to this thread if you're interested in such a plugin or want to help develop it. Eric -- I definitely see where you're coming

Terracotta Maven plugin(s), anyone?

2007-02-18 Thread Jim Bethancourt
Hi all, I was wondering if anyone would be interested in developing a Maven 2 plugin / plugins that would allow for developers to apply Terracotta bytecode enhancement to their Java code through Maven. I've only worked through the Terracotta DSO tutorial, but it seems like a Maven plugin would

Re: [m2] [mojo-dev] Re: Terracotta Maven plugin(s), anyone?

2007-02-18 Thread Jim Bethancourt
, at 1:08 PM, Jim Bethancourt wrote: Hi all, I was wondering if anyone would be interested in developing a Maven 2 plugin / plugins that would allow for developers to apply Terracotta bytecode enhancement to their Java code through Maven. I've only worked through the Terracotta DSO

Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Jim Bethancourt
Hi everyone, I noticed that Sun now has a Maven repository that hosts their jars that have been such a hassle to install the first time Maven 2 gets going. The java.net webpage for the Maven repository project is at https://maven-repository.dev.java.net/ The repository is located at

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Jim Bethancourt
in there and automatically sync them to the main mirror. Unfortunately, since it's a M1 repository, there is no transitive dependency information in there (not a big deal for most, but would be handy for some of the newer ones that have multiple artifacts). - Brett Jim Bethancourt wrote: Hi