Use absolutePath. Thanks to Dion.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab998b3413
commit
dd8b525b47
@ -165,17 +165,15 @@
|
|||||||
<j:forEach var="lib" items="${pom.artifacts}">
|
<j:forEach var="lib" items="${pom.artifacts}">
|
||||||
<j:set var="dep" value="${lib.dependency}"/>
|
<j:set var="dep" value="${lib.dependency}"/>
|
||||||
<j:if test="${dep.getProperty('jnlp.jar')=='true'}">
|
<j:if test="${dep.getProperty('jnlp.jar')=='true'}">
|
||||||
<!-- FIXME: why isn't this lib.absolutePath -->
|
|
||||||
<jarfile:updateManifest
|
<jarfile:updateManifest
|
||||||
inputJar="${lib.file.parent}/${lib.file.name}"
|
inputJar="${lib.file.absolutePath}"
|
||||||
manifest="${plugin.resources}/jnlp.manifest"
|
manifest="${plugin.resources}/jnlp.manifest"
|
||||||
outputDir="${maven.jnlp.tmpdir}"
|
outputDir="${maven.jnlp.tmpdir}"
|
||||||
/>
|
/>
|
||||||
</j:if>
|
</j:if>
|
||||||
<j:if test="${dep.getProperty('jnlp.native.jar')=='true'}">
|
<j:if test="${dep.getProperty('jnlp.native.jar')=='true'}">
|
||||||
<!-- FIXME: why isn't this lib.absolutePath -->
|
|
||||||
<jarfile:updateManifest
|
<jarfile:updateManifest
|
||||||
inputJar="${lib.file.parent}/${lib.file.name}"
|
inputJar="${lib.file.absolutePath}"
|
||||||
manifest="${plugin.resources}/jnlp.manifest"
|
manifest="${plugin.resources}/jnlp.manifest"
|
||||||
outputDir="${maven.jnlp.tmpdir}"
|
outputDir="${maven.jnlp.tmpdir}"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user