From fea0bf96ef08c319cf85d7756ffdd1d7653800b6 Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 4 Aug 2003 16:02:52 +0000 Subject: [PATCH] Use maven.plugin.unpacked.dir. See MAVEN-650 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113788 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index e2bd2982..0af9329d 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -24,7 +24,7 @@ todir="${maven.home}/plugins"/> - + @@ -37,13 +37,13 @@ - + + dest="${maven.plugin.unpacked.dir}/${maven.final.name}"/> Warning: Contents of ${maven.home}/plugins/${maven.final.name}.jar does not match - the unpacked contents of ${maven.home.local}/plugins/${maven.final.name} directory. + the unpacked contents of ${maven.plugin.unpacked.dir}/${maven.final.name} directory.