You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/12/29 16:58:14 UTC

svn commit: r1225581 - /archiva/trunk/pom.xml

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>



Re: svn commit: r1225581 - /archiva/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
Hello,

Agree.
In fact my issue was not here.
So reverted.

2011/12/30 Brett Porter <br...@apache.org>:
> 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, <ol...@apache.org> 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/



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: svn commit: r1225581 - /archiva/trunk/pom.xml

Posted by Brett Porter <br...@apache.org>.
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, <ol...@apache.org> 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/