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 0AA7017978 for ; Wed, 18 Feb 2015 08:04:30 +0000 (UTC) Received: (qmail 11529 invoked by uid 500); 18 Feb 2015 08:04:29 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 11440 invoked by uid 500); 18 Feb 2015 08:04:29 -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 11428 invoked by uid 99); 18 Feb 2015 08:04:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 08:04:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anders.g.hammar@gmail.com designates 74.125.82.169 as permitted sender) Received: from [74.125.82.169] (HELO mail-we0-f169.google.com) (74.125.82.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 08:04:03 +0000 Received: by wevk48 with SMTP id k48so3045552wev.3 for ; Wed, 18 Feb 2015 00:04:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=JBDr3UJF6aOolG5cpXnaU9ZHvSuBjH+m2nns4PWST3k=; b=ejhSJ0TWIREfbPXhND6LwKN3vTXYUkyDfcHEwxu1gX3f9BvF2O4vKV5okCAD5WM7/N oKXVf2MYu1IDlxsfhQihI7ojJso7nULDuPD4hnW2gRQyZ3Tnqcu+VbH2FXB3pDHoC+3y 9W0YYPf7Mfkgey1Ox9vupehJ2E2L91+7XGbWhVlAr6+Bdi2CJ3v2T85gsBERaPQfTnLF IiVruntZ+f8aWyUhuXOalO7CnwapNYpLt2CmcScqieISby8cCuuOLt+/yJx3Lze8i0IB y7LA1mc+2Bcb5XbXJEVGqlGcmxmamu3G0TZSo7TAKfruc7g1XRowDALZ/xzO0VuR15S6 /m8w== MIME-Version: 1.0 X-Received: by 10.194.122.196 with SMTP id lu4mr70228131wjb.154.1424246642156; Wed, 18 Feb 2015 00:04:02 -0800 (PST) Sender: anders.g.hammar@gmail.com Received: by 10.194.223.68 with HTTP; Wed, 18 Feb 2015 00:04:02 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Feb 2015 09:04:02 +0100 X-Google-Sender-Auth: QLCQo_GLNx5N1jJge2YrW5k_l2k Message-ID: Subject: Re: Apache Maven JDeps Plugin From: Anders Hammar To: Maven Developers List Content-Type: multipart/alternative; boundary=089e0122aec22da9bb050f584307 X-Virus-Checked: Checked by ClamAV on apache.org --089e0122aec22da9bb050f584307 Content-Type: text/plain; charset=UTF-8 Robert, Wrt to the goal names, do we want the "test-xxx" syntax instead of "testXxx" (used in m-compiler-p and m-resources-p)? "test-xxx" is used in some other core plugins as well. /Anders On Sat, Feb 14, 2015 at 4:32 PM, Robert Scholte wrote: > Hi, > > during FOSDEM 2015 a few members of the Apache Maven team visited a talk > of Oracle, presented by Rory O'Donnell and Dalibor Topic. > Their talk ended with encouraging everybody to use the JDeps tool to > analyze your dependencies in preparation of JDK9s jigsaw. > On behalf of the Maven team I've picked up the task to develop a plugin > which can do the analysis during the build of a Java project. Call it a > thin Maven wrapper around the JDeps tool. > > The sources can be found here: > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jdeps-plugin/ > > The documentation can be found here: > http://maven.apache.org/plugins-archives/maven-jdeps- > plugin-LATEST/maven-jdeps-plugin/ > http://maven.apache.org/plugins-archives/maven-jdeps- > plugin-LATEST/maven-jdeps-plugin/usage.html > > There's a SNAPSHOT version availabe at > https://repository.apache.org/content/repositories/snapshots/ > > The plugin is still in development, but now would be an appropriate moment > to share your thoughts on what this plugin should do. For instance: break > the build if the project depends on JDK internal APIs (already implemented). > So please, share your ideas. > > thanks, > Robert Scholte > > ps. Quite a lot of users relate the plugin version to the Maven version. > For that reason the maven-jdeps-plugin version starts with 3.0, indicating > you need to use at least Maven-3. > ps2. Documentation already refers to Apache Maven 3.2.6, even though it is > not released yet. Chances are that Maven 3.2.6 will be released before > Maven JDeps Plugin 3.0 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > --089e0122aec22da9bb050f584307--