Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 65830 invoked from network); 5 Mar 2004 12:01:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Mar 2004 12:01:05 -0000 Received: (qmail 20398 invoked by uid 500); 5 Mar 2004 12:01:00 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 20370 invoked by uid 500); 5 Mar 2004 12:00:59 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 20357 invoked from network); 5 Mar 2004 12:00:59 -0000 Received: from unknown (HELO ns.ptv.de) (194.25.187.65) by daedalus.apache.org with SMTP; 5 Mar 2004 12:00:59 -0000 Received: from no.name.available by ns.ptv.de via smtpd (for daedalus.apache.org [208.185.179.12]) with ESMTP; Fri, 5 Mar 2004 13:00:30 -0800 Received: by ptvnt23.ptv.de with Internet Mail Service (5.5.2653.19) id ; Fri, 5 Mar 2004 13:02:05 +0100 Message-ID: <6FD0955712E41D419ED9942732DB590D2F9C49@SKA-WN-E03> From: =?ISO-8859-1?Q?J=F6rn_Gebhardt?= To: Maven Users List Subject: pom.getPluginContext() Date: Fri, 5 Mar 2004 13:01:27 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C402A9.96982B20" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C402A9.96982B20 Content-Type: text/plain; charset="ISO-8859-1" Hi, I've written my own plugin from where I want to access the properties of another plugin (e.g. ${pom.getPluginContext('maven-test-plugin').getVariable('maven.test.reportsD irectory')}, however this doesn't seem to work any more (I'm pretty sure it worked before). I'm using Maven 1.0-rc1 on a Windows2000 machine. I've found some mails in the mail archive (see http://nagoya.apache.org/eyebrowse/ReadMsg?listName=users@maven.apache.org&m sgId=808285) about this topic, but didn't find any solution. Does anybody know, how I can get around this problem? The maven:pluginVar tag doesn't seem to be in 1.0-rc1. Thanks in advance, Joern ------_=_NextPart_001_01C402A9.96982B20--