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