• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Maven 2: Project Nesting and Eclipse

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm on chapter 3 of the Maven 2 "Better Builds with Maven" free PDF book, and the downloaded project contains nested projects.

I ran "mvn eclipse:eclipse" on the parent project, but when I open it in Eclipse, it only opens the (lowest) child projects, presumably because Eclipse doesn't like overlapping project directories.

Can someone offer some guidance as to how to work with this Maven sample project in Eclipse, that is specifically, how to get the individual parent/child modules/projects to play well with each other?

Thanks,
Jamie
 
Jamie Jackson
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found a similar post here, but I think things may have changed, as I think Eclipse >= 3.2M5 supports project nesting, but then I think there are problems with subclipse.

I'd really like to be able to use Maven, Eclipse, and Subclipse on the same project. Is that so weird? ;-)

Thanks,
Jamie

P.S.: Side (and OT) question: Is my build of Eclipse >= 3.2M5?
Version: 3.2.0
Build id: M20060629-1905
[ July 18, 2006: Message edited by: Jamie Jackson ]
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So did you ever figure out how to set things up in Eclipse 3.2 correctly for a maven multi-project build? I am trying to get the same thing working.
 
reply
    Bookmark Topic Watch Topic
  • New Topic