everything you see is served by tomcat at this time, maybe i can split this
up a bit.
and i think we (igor and i) did fight with symlinks once before with the
maven repository
until igor was sick of it and just really made the maven repository directly
a real dir of the maven webapp.

johan


On 5/23/07, Al Maw <[EMAIL PROTECTED]> wrote:

Johan Compagner wrote:
>>
>>
>>   - Not serve up all the dependencies - we should just have
>>     org/apache/wicket/ and wicket/ in there.
>
>
> hmm don't know how to do that directly
> because we just share the local repository of maven
> and bambo builds from that and deploys to it.
> So i guess we need to somehow have 2? one that has all and one that has
> only wicket?

Hmmm. We probably need to have a <profile> for bamboo, which has a
<distributionManagement> section that points to a local directory, which
we serve as the maven repo, and then change the Bamboo builds to do a
mvn deploy, not a mvn install.


Or somewhat more simply, we could just create a parallel directory
structure and symlink stuff:

htdocs/
htdocs/wicket -> /home/foo/.m2/repository/wicket
htdocs/org/
htdocs/org/apache/
htdocs/org/apache/wicket -> /home/foo/.m2/repository/org/apache/wicket

(And make sure the Apache follow symlinks config directive is set.)

Al

Reply via email to