PR: MPUBERJAR-6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<dependency>
|
||||
<groupId>classworlds</groupId>
|
||||
<artifactId>classworlds</artifactId>
|
||||
<version>1.0-rc2</version>
|
||||
<version>1.0</version>
|
||||
<url>http://classworlds.codehaus.org</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
main is $ubermain from app
|
||||
|
||||
[app]
|
||||
#foreach ( $dep in $pom.dependencies )
|
||||
load ${classworlds.lib}/$dep.artifact
|
||||
#end
|
||||
#foreach ( $dep in $pom.dependencies )#if (!$dep.getProperty('uberjar.bundle') || $dep.getProperty('uberjar.bundle') == 'true')
|
||||
load ${classworlds.lib}/$dep.artifact
|
||||
#end#end
|
||||
load ${classworlds.lib}/${self}.jar
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.2.1-SNAPSHOT" date="in SVN">
|
||||
<action dev="brett" type="fix" due-to="Ronald Holshausen" issue="MPUBERJAR-6">Excluded dependencies not bundled from the classworlds configuration</action>
|
||||
<action dev="brett" type="fix" due-to="Goran Lowkrantz" issue="MPUBERJAR-7">Fix path if <jar> is specified for a dependency</action>
|
||||
</release>
|
||||
<release version="1.2" date="2004-05-15">
|
||||
|
||||
Reference in New Issue
Block a user