I should clarify: Maven handles this relocation for you. But you should
update the coordinates used for future versions there might not be a
relocation pom.

/Anders
On Thu, Jan 20, 2011 at 11:13, Anders Hammar <and...@hammar.net> wrote:

> It means that this artifact used to be under the coordinates xerces:cerces,
> but is now using the coordinates xerces:xercesImpl. When the developers
> moved it, the created a so-called relocation pom in the old space, to
> simplify for the users. The build still works right? But you get this
> warning.
> You should update your pom(s) to use the new coordinates instead of the old
> ones. If it's in one of your dependencies, it's not very much you can do but
> to report this to the devs of the artifact with that dependency.
>
> /Anders
>
> On Thu, Jan 20, 2011 at 10:09, Jonathan Vila Lopez <
> jonathan.v...@gmail.com> wrote:
>
>> Hello.
>>
>> When I try to compile my software I get this errors :
>>
>> [WARNING] The artifact xerces:xerces:jar:2.4.0 has been relocated to
>> xerces:xercesImpl:jar:2.4.0
>> Downloading:
>> http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
>> Downloading:
>>
>> http://repo1.maven.org/maven2/javax/resource/connector/1.0/connector-1.0.jar
>> Downloading:
>> http://repo1.maven.org/maven2/javax/naming/jndi/1.2.1/jndi-1.2.1.jar
>> Downloading: http://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar
>> Downloading:
>>
>> http://repo1.maven.org/maven2/com/oracle/toplink/toplink/10.1.3/toplink-10.1.3.jar
>>
>> When I browse those urls I see that indeed the jar file does not exist,
>> but
>> pom and sha files exists.
>>
>> 1. So, what's the purpose to store those files without the jar ?
>> 2. Do I have to manually download the jars from their right location ?
>>
>> Thank's a lot.
>>
>>
>> ---------------------------------------------------------------------------------------------
>>                   *Slitzweitz !!!!!!  *
>>
>
>

Reply via email to