Won't it fail gracefully then? In contrast, this will not pick up changes in your local SVN if it is in the externals place without installing first, which can sometimes be confusing.
- Brett On 30 December 2011 02:58, <[email protected]> wrote: > Author: olamy > Date: Thu Dec 29 15:58:14 2011 > New Revision: 1225581 > > URL: http://svn.apache.org/viewvc?rev=1225581&view=rev > Log: > this relativePath can be false > > Modified: > archiva/trunk/pom.xml > > Modified: archiva/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1225581&r1=1225580&r2=1225581&view=diff > > ============================================================================== > --- archiva/trunk/pom.xml (original) > +++ archiva/trunk/pom.xml Thu Dec 29 15:58:14 2011 > @@ -27,7 +27,7 @@ > <groupId>org.apache.archiva</groupId> > <artifactId>archiva-parent</artifactId> > <version>8</version> > - <relativePath>../parent/pom.xml</relativePath> > + <!--relativePath>../parent/pom.xml</relativePath--> > </parent> > > <artifactId>archiva</artifactId> > > > -- Brett Porter http://brettporter.wordpress.com/
