You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Wim Deblauwe <wi...@gmail.com> on 2007/11/06 14:35:15 UTC

Re: How to handle aqua laf.jar?

Trying again... somebody has a clue?


Wim Deblauwe wrote:
> 
> Hi,
> 
> I'm trying to get jide-oss project in the repository on dev.java.net. The
> people of jidesoft have done this, but for Windows users, it does not
> work. The jide-oss pom has only 1 dependency:
> 
> <dependency>
>       <groupId>aqua</groupId>
>       <artifactId>aqua</artifactId>
>       <version>5.0</version>
>       <scope>system</scope>
>       <systemPath>${basedir}/libs/laf.jar</systemPath>
>     </dependency>
> 
> Maven complains with:
> 
> Validation Errors:
> [DEBUG] For dependency Dependency {groupId=aqua, artifactId=aqua,
> version=5.0, type=jar}: system-scoped dependency must specify an absolute
> path systemPath.
> [DEBUG]
> 
> I tried adding <optional>true</optional>, but that gives the same problem.
> I also tried <exclusion/> in my pom, but that did not help either.
> 
> What is the best way to solve this?
> 
> regards,
> 
> Wim
> 

-- 
View this message in context: http://www.nabble.com/How-to-handle-aqua-laf.jar--tf4560100s177.html#a13606687
Sent from the Maven Developers mailing list archive at Nabble.com.


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