i don't see the jquery projects in bamboo so then that distributionManagement doesn't do much.
Why having 2 dirs? Maven already creates there own dirs for the specific projects also we don't do rsync to something. This repository is just for the wicket snapshots and wicketstuff snapshots/releases johan On 9/10/07, David Bernard <[EMAIL PROTECTED]> wrote: > > Hi, > > I've added (as suggested) : > > <distributionManagement> > <snapshotRepository> > <id>repo</id> > <name>Local Bamboo/Tomcat repository</name> > > <url>file:/home/wicket/tomcat/webapps/maven/repository/</url> > <uniqueVersion>false</uniqueVersion> > </snapshotRepository> > <repository> > <id>repo</id> > <name>Local Bamboo/Tomcat repository</name> > > <url>file:/home/wicket/tomcat/webapps/maven/repository/</url> > </repository> > </distributionManagement> > > into the wicketstuff-parent's pom.xml (the shared pom for > wicketstuff-jquery* projects). > > IMO, it's better to have 2 directories one for release and one for > snapshots. > * /home/wicket/tomcat/webapps/maven/repository/release > * /home/wicket/tomcat/webapps/maven/repository/snapshots > > With 2 directories, it's possible to enable rsync/push of releases into > central repository (snaphots aren't allowed). > See "Sync'ing your own repository to the central repository automatically" > at > http://maven.apache.org/guides/mini/guide-central-repository-upload.html > (I did it for my sourceforge project and for inria forge). > > /david >
