Package: maven-debian-helper
Version: 1.4.5
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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to