[maven-debian-helper] 07/21: Allow optional extension jars in maven home

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 13 15:05:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch maven-debian-helper-2.0
in repository maven-debian-helper.

commit 3625f190eba514b71fdc1becfcf7c5157b5be0a8
Author: Andrew Schurman <arcticwaters at gmail.com>
Date:   Mon Sep 15 14:22:15 2014 -0700

    Allow optional extension jars in maven home
    
    This follows the default conf file distributed with Maven
---
 etc/m2-debian-nodocs.conf | 1 +
 etc/m2-debian.conf        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/etc/m2-debian-nodocs.conf b/etc/m2-debian-nodocs.conf
index e695a14..5482d1d 100644
--- a/etc/m2-debian-nodocs.conf
+++ b/etc/m2-debian-nodocs.conf
@@ -5,4 +5,5 @@ set maven.home default /usr/share/maven
 [debian]
 load /usr/share/java/maven-debian-helper.jar
 load /usr/share/java/maven-build-nodocs.jar
+optionally ${maven.home}/lib/ext/*.jar
 load ${maven.home}/lib/*.jar
diff --git a/etc/m2-debian.conf b/etc/m2-debian.conf
index d91016d..127e3d6 100644
--- a/etc/m2-debian.conf
+++ b/etc/m2-debian.conf
@@ -4,4 +4,5 @@ set maven.home default /usr/share/maven
 
 [debian]
 load /usr/share/java/maven-debian-helper.jar
+optionally ${maven.home}/lib/ext/*.jar
 load ${maven.home}/lib/*.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git



More information about the pkg-java-commits mailing list