[jruby-maven-plugins] 01/02: Do not generate source jar files

Miguel Landaeta nomadium at moszumanska.debian.org
Sun Oct 11 02:37:35 UTC 2015


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

nomadium pushed a commit to branch master
in repository jruby-maven-plugins.

commit 074956459fcb70ce8327f30b5956380257da18fd
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Sat Oct 10 22:52:34 2015 -0300

    Do not generate source jar files
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 945d174..15026da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-	$(DEB_MAVEN_INVOKE) -Djruby.version=debian package install
+	$(DEB_MAVEN_INVOKE) -Dsource.skip=true -Djruby.version=debian package install
 
 override_dh_installdeb:
 	-cd "$(CURDIR)/debian/$(DEB_SOURCE)" && rm -rf ./gem-maven-plugin/ ./jruby-maven-plugin/

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



More information about the pkg-java-commits mailing list