- Package:
- maven-debian-helper
- Source:
- maven-debian-helper
- Submitter:
- Torsten Werner
- Date:
- 2011-12-17 21:45:05 UTC
- Severity:
- wishlist
Hi,
the following pom.xml snippet adds a useful 'Class-Path:' entry to MANIFEST.MF:
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathLayoutType>repository</classpathLayoutType>
<classpathPrefix>/usr/share/maven-repo</classpathPrefix>
</manifest>
</archive>
</configuration>
</plugin>
It would be nice if maven-debian-helper could support such functionality
automatically.
Cheers,
Torsten