Description: Have maven add Class-Path info to the jar manifest.
Author: Ludovico Cavedon <cavedon@debian.org>
Forwarded: not-needed

Index: htmlunit/pom.xml
===================================================================
--- htmlunit.orig/pom.xml	2011-11-20 01:05:22.602864001 -0800
+++ htmlunit/pom.xml	2011-11-20 01:06:25.386864002 -0800
@@ -61,6 +61,9 @@
                         <manifest>
                             <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                             <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                            <addClasspath>true</addClasspath>
+                            <classpathLayoutType>repository</classpathLayoutType>
+                            <classpathPrefix>/usr/share/maven-repo</classpathPrefix>
                         </manifest>
                         <manifestEntries>
                             <Url>${pom.url}</Url>
