On Sat, Jun 29, 2013 at 12:03 PM, kristian <m.krist...@web.de> wrote:
> maybe a mixture of of both is possible too:
>
> .
> ├── jruby-complete
> │   └── pom.xml
> ├── jruby-core
> │   └── pom.xml
> ├── jruby-dev
> │   └── pom.xml
> ├── jruby-stdlib
> │   └── pom.xml
> ├── ext/openssl
> │   ├── pom.xml
> │   └── src
> ├── pom.xml
> ├── src
> └── ext/readline
>     ├── pom.xml
>     └── src
>
> keep the sources and all in basedir and just move the current pom.xml to
> jruby-dev. with some profiles it is possible to keep
> $ mvn
> just builds the jar for development ! it feels like a nice middle path for
> me ;) shall I go for that one ?

This seems pretty good, but is there a reason we need all the
jruby-blah poms to be in their own directories? Could there be a
single maven dir with pom-complete, pom-core, pom-stdlib etc?

One goal of this reorg is to clean up the repo root a bit, and moving
those to top-level seems like a step backward.

Otherwise, it looks pretty good to me.

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to