Paul,
The top level goals cascade down the different dir levels. So that
shouldn't be a worry.
When we hit the assemblies and configs migration, we'll look out for a
similar pattern and see if we can use the same approach. Thanks for
bringing this to our attention.
Cheers
Prasad
On 4/3/06, Paul McMahan <paulmcmahan@gmail.com> wrote:
> Sounds like a good idea. Thanks for the heads up. One item (you may
> have already thought of) is that some of the top level maven goals
> that recurse into the applications subdirectory may need to be updated
> if you add this additional directory level (clean, eclipse, idea,
> etc). Or this might work for free with maven, I don't know. Also,
> have you thought about also using a similar approach to partition the
> jetty/tomcat configs and assemblies? Seems cleaner than using
> *-tomcat or *-jetty directory names. Just a thought.
>
> Best wishes,
> Paul
>
>
> On 4/3/06, Prasad Kashyap <goyathlay.geronimo@gmail.com> wrote:
> > Last week Aaron, Joe, Paul and I discussed on IRC the intent to
> > restructure the src dirs of the console under the application
> > directory. (http://servlet.uwyn.com/drone/log/bevinbot/geronimo/20060330)
> >
> > Geronimo-1660 (http://issues.apache.org/jira/browse/GERONIMO-1660)
> > will seek to achieve this. Just wanted to send this out to the larger
> > community before we commit the patch.
> >
> > Currently, the console is made up of 4 dirs under applications
> > - geronimo
> > - applications
> > + console-core
> > + console-ear
> > + console-standard
> > + console-framework
> >
> > The new structure will be as follows
> > - geronimo
> > - applications
> > - console <<--- new dir added here. existing console
> > sub-dirs moved under this.
> > + console-core
> > + console-ear
> > + console-standard
> > + console-framework
> >
> > This will keep all the console dirs in one place. As the console grows
> > to add more components/directories, it won't clutter up the
> > applications dir.
> >
> > Comments welcome.
> >
> > Cheers
> > Prasad
> >
>
|