Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EB8417CCE for ; Tue, 3 Feb 2015 21:45:19 +0000 (UTC) Received: (qmail 70604 invoked by uid 500); 3 Feb 2015 21:45:15 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 70534 invoked by uid 500); 3 Feb 2015 21:45:15 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 67481 invoked by uid 99); 3 Feb 2015 21:44:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2015 21:44:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.86.168.183] (HELO mxout-08.mxes.net) (216.86.168.183) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2015 21:44:09 +0000 Received: from mpb.ifedorenko.com (unknown [23.91.151.127]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 9CE81509BD for ; Tue, 3 Feb 2015 16:42:48 -0500 (EST) Message-ID: <54D140D7.6050808@ifedorenko.com> Date: Tue, 03 Feb 2015 16:42:47 -0500 From: Igor Fedorenko User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Maven Developers List Subject: MavenPluginManager#setupPluginRealm "imports" parameter Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Does anyone have a usecase that demonstrates use of MavenPluginManager#setupPluginRealm "imports" parameter? I've found DefaultMavenReportExecutor from maven-reporting-exec, which provides list of imported packages, but not sure how to use it from a project. From what I can tell, this parameter is currently masked by DefaultMavenPluginManager implementation and plugins can use any classes from the provided parent classloader. So I am not sure if we should fix parent imports implementation or get rid of it completely. Thank you in advance. -- Regards, Igor --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org