From a5f70db5ca7c2f3cb647d6d5bd181ad43e0b3a50 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 6 Mar 2012 17:02:34 -0500 Subject: [PATCH] Generate the combined uber-jar more carefully. * The resulting filename (in target/) is jgrapht-VERSION-combined.jar, not jgrapht-ext-VERSION-shaded.jar. * The uber-jar no longer contains org.jgraph classes, and must be used alongside jgraph if using those features. --- jgrapht-ext/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jgrapht-ext/pom.xml b/jgrapht-ext/pom.xml index 7c369208d6f..f6eb10ce451 100644 --- a/jgrapht-ext/pom.xml +++ b/jgrapht-ext/pom.xml @@ -24,7 +24,14 @@ - ${project.artifactId}-${project.version}-shade + + + net.sf.jgrapht + + + true + combined + jgrapht-${project.version}-combined