You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mac Systems <ma...@mac-systems.de> on 2007/06/09 17:50:10 UTC

URL of local Artifact Downloading

Hello,


another Question:

I have some Artifact installed (let's say   j2ee jar in version 1.4 ) in 
my local Repo with "mvn -install ...."
When build the project i see log messages loke this:

Downloading : http://repo1.maven.org/maven2/j2ee/1.4/j2ee-1.4.jar

Should this not look like :

http://%USER_HOME/org/maven2/j2ee/1.4/j2ee-1.4.jar


Or is that correct ?

regards,
Jens


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: URL of local Artifact Downloading

Posted by Wendy Smoak <ws...@gmail.com>.
On 6/9/07, Mac Systems <ma...@mac-systems.de> wrote:

> I have some Artifact installed (let's say   j2ee jar in version 1.4 ) in
> my local Repo with "mvn -install ...."
> When build the project i see log messages loke this:
>
> Downloading : http://repo1.maven.org/maven2/j2ee/1.4/j2ee-1.4.jar
>
> Should this not look like :
> http://%USER_HOME/org/maven2/j2ee/1.4/j2ee-1.4.jar

No.

Paste the command you used to install the jar into your local repo,
and the exact build output you're asking about so we can see what's
really happening.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org