From ada5da40bde54e267d70e87c0106b8ea84b828f9 Mon Sep 17 00:00:00 2001 From: evenisse Date: Mon, 7 Jul 2003 13:29:04 +0000 Subject: [PATCH] Fixed for MAVEN-518 (artifacts are used for path, not dependencies). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113606 13f79535-47bb-0310-9956-ffa450edef68 --- jnlp/plugin.jelly | 64 ++++++++++++++++++++++-------------------- jnlp/xdocs/changes.xml | 5 ++++ 2 files changed, 38 insertions(+), 31 deletions(-) diff --git a/jnlp/plugin.jelly b/jnlp/plugin.jelly index 6976e6f0..394b8de1 100644 --- a/jnlp/plugin.jelly +++ b/jnlp/plugin.jelly @@ -84,20 +84,21 @@ maximum-heap-size="${maven.jnlp.j2se.heapsize.max}"/> - - + + + - + - + - + - - + + @@ -161,19 +162,18 @@ outputDir="${maven.jnlp.tmpdir}" /> - + + - - @@ -193,19 +193,20 @@ storepass="${maven.jnlp.signjar.storepass}" keystore="${maven.jnlp.signjar.store}"/> - - + + + - + @@ -214,18 +215,19 @@ - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/jnlp/xdocs/changes.xml b/jnlp/xdocs/changes.xml index d4b236dd..5ae3be8b 100644 --- a/jnlp/xdocs/changes.xml +++ b/jnlp/xdocs/changes.xml @@ -8,6 +8,11 @@ + + Fixes for MAVEN-518. + Artifact processing in the plugin + was slightly changed and now it supports jar overriding mechanism + Fix Maven-343. Support large jar files.