Hi Stefan, I don't think this is necessary as the the help pom as the root pom for parent (and the root pom includes this repository).
My 2 cents. ;) Regards, Pierre-Arnaud On Fri, Feb 6, 2009 at 5:09 PM, <[email protected]> wrote: > Author: seelmann > Date: Fri Feb 6 16:09:33 2009 > New Revision: 741609 > > URL: http://svn.apache.org/viewvc?rev=741609&view=rev > Log: > Added snapshot repository to help-pom > > Modified: > directory/studio/trunk/help-pom.xml > > Modified: directory/studio/trunk/help-pom.xml > URL: > http://svn.apache.org/viewvc/directory/studio/trunk/help-pom.xml?rev=741609&r1=741608&r2=741609&view=diff > > ============================================================================== > --- directory/studio/trunk/help-pom.xml (original) > +++ directory/studio/trunk/help-pom.xml Fri Feb 6 16:09:33 2009 > @@ -359,4 +359,15 @@ > </plugins> > </build> > > + <repositories> > + <repository> > + <id>apache.directory.snapshot.repo</id> > + <name>Snapshot repository for the Apache Directory project</name> > + <url>http://vm094.oxylos.org/mirror-maven2/</url> > + <releases> > + <enabled>false</enabled> > + </releases> > + </repository> > + </repositories> > + > </project> > > >
