Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 423 invoked from network); 27 Jan 2010 02:45:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2010 02:45:09 -0000 Received: (qmail 57595 invoked by uid 500); 27 Jan 2010 02:45:07 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 57428 invoked by uid 500); 27 Jan 2010 02:45:07 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 57418 invoked by uid 99); 27 Jan 2010 02:45:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2010 02:45:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dantran@gmail.com designates 209.85.216.192 as permitted sender) Received: from [209.85.216.192] (HELO mail-px0-f192.google.com) (209.85.216.192) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2010 02:44:58 +0000 Received: by pxi30 with SMTP id 30so3460866pxi.14 for ; Tue, 26 Jan 2010 18:44:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=FcVZUzSLuy+4t85OPHASiCimGpp2nj3Bl1Ju3r6C81Q=; b=cfgD1Fhfm6rPh0Zs3KqwCJB+c2PwbUQI9r4XJe31luSzEqSAtnrCWcDRbKQe4p7rad 3mqGx5hfDaofpCzDsARsGgaVVbbwR1rynh9XN6jc2Xpux9HKsNWsJDhca8GPU2SiQMyp 6hKbX9Dpmyx0vDOmZM8RX/XRk4ScudGSxWtVE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uswuKYheOTlvjR0RrZ5FZvQxjCYH7VwXa9/NljF4NrytQstxjP/wH3gCJ+u9JbZksy lhidp21wEfMB6zkzQnSz26ml6TNy9B98SigSKWLe0W22QYtlvIqjQxqu7yCq2+A4l92J EzlS9BRXxNbl9e3A3H+3vS9SiW0XyETPEMdVc= MIME-Version: 1.0 Received: by 10.143.154.40 with SMTP id g40mr2447009wfo.129.1264560277620; Tue, 26 Jan 2010 18:44:37 -0800 (PST) Date: Tue, 26 Jan 2010 18:44:37 -0800 Message-ID: Subject: How to locate the plugin at execute time From: Dan Tran To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I package my plugin to include all the native files (ie dll), at runtime, I will need to locate the plugin it self and extract the native stuff out. What is the conventional way to locate the plugin? Thanks -Dan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org