You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marco Tedone <mt...@jemos.org> on 2004/03/13 22:38:30 UTC

Problem while downloading dependency?

Hi, I specified XDoclet 1.2 as dependency in my project with the following
element:

<dependency>
     <groupId>xdoclet</groupId>
     <artifactId>xdoclet</artifactId>
     <version>1.2</version>
     <url>http://xdoclet.sourceforge.net/</url>
   </dependency>

When executing Maven, I obtain the following message from the console:

Attempting to download xdoclet-1.2.jar.
.................
.
Error retrieving artifact from [d:\Program Files\Apache Software
Foundation\Maven 1.0-rc1/plugins/xdoclet/jars/xdoc
let-1.2.jar]: java.net.MalformedURLException: unknown protocol: d

The application continues without particular problems. Shall I worry about
it?

Thanks for any reply,

Marco




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