disclaimer: I'm a maven dummy. been mavening for approx 5 days.

I was able to get the two new (no plugin) artifacts for Spindle to
work in Eclipse w/maven2

I created a parent project:

<groupId>net.sf.spindle</groupId>
  <artifactId>spindle-libraries</artifactId>
  <packaging>pom</packaging>
  <version>1.0-SNAPSHOT</version>
  <name>Root Project for IDE agnostic libraries</name>
  <url>http://spindle.sf.net</url>
  <modules>
    <module>spindle-core</module>
    <module>spindle-parser</module>
  </modules>
</project>


and two children (see modules above)

use Maven2 plugin to setup classpath from local repository.

Downside. you have to put the child projects in the parent folder.
Which means you can't check out the parent and have the children in
eclipse without importing them.

You can check out the children individually directly into eclipse as
long as you have already run a maven install on the parent.

Not perfect but not bad.

Geoff

On 2/1/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> I think that, ultimately, we will refactor into multiple mini-projects.
>
> I took a pass at using Maven2 for HiveMind, but am not happy about it.
>  I tried to do convert to Maven2 and refactor the source paths to
> match Maven2's defaults and that was too mcuh.  I'm going to try
> again, perhaps this weekend.  After we get it building and stable, we
> can refactor code the way Maven2 likes it.
>
> On 2/1/06, Massimo Lusetti <[EMAIL PROTECTED]> wrote:
> > I'm really eager to see/know how you will handle hivemind maven2
> > multiproject in Eclipse.
> >
> > --
> > Massimo
> > http://meridio.blogspot.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Howard M. Lewis Ship
> Independent J2EE / Open-Source Java Consultant
> Creator, Jakarta Tapestry
> Creator, Jakarta HiveMind
>
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
The Spindle guy.          http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Blog:                     http://jroller.com/page/glongman
Feature Updates:          http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to