Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D878105F3 for ; Fri, 6 Dec 2013 23:25:17 +0000 (UTC) Received: (qmail 16770 invoked by uid 500); 6 Dec 2013 23:25:15 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 16720 invoked by uid 500); 6 Dec 2013 23:25:15 -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 16712 invoked by uid 99); 6 Dec 2013 23:25:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 23:25:15 +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 (athena.apache.org: domain of ctrueden.wisc@gmail.com designates 209.85.128.180 as permitted sender) Received: from [209.85.128.180] (HELO mail-ve0-f180.google.com) (209.85.128.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 23:25:11 +0000 Received: by mail-ve0-f180.google.com with SMTP id jz11so1559014veb.11 for ; Fri, 06 Dec 2013 15:24:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=R3wWby2Wkv604GaPUwfbRCaT0s/JJcwpdUIZDFaoucw=; b=w3zkJKzhXUnpPJ+bz1y4CHZPJCZHbVgiR8Qu3YQtbY01JNz5H69ZKTdpn03Am+N066 Gl7isaO5mhZnO8ahaUieMfmqN6GtDCKrRE75MXlt+wVoPRNek9WT9ZxJ++ZYxpe2jt0v IZhQq3FSQ/h64x/jfZNUpvl+3JMOEelfWU1MBfOF2JJwFbavbJ7q94lKmX5fykS/3L7k PeipF0BmFrm1eYnfh0H2DOk/86oGXNBovtETFSm5SxiE69BfQ9IGnSxZoTWcrzmRB2fE zboKeKL0qT6fCJZJrAynYo/AxTTPASAP//QySfb5g1lBAZgXXxu/pJwuaJmOWcPWkwz2 L9pQ== X-Received: by 10.58.180.227 with SMTP id dr3mr3275453vec.36.1386372290548; Fri, 06 Dec 2013 15:24:50 -0800 (PST) MIME-Version: 1.0 Sender: ctrueden.wisc@gmail.com Received: by 10.58.34.198 with HTTP; Fri, 6 Dec 2013 15:24:20 -0800 (PST) From: Curtis Rueden Date: Fri, 6 Dec 2013 17:24:20 -0600 X-Google-Sender-Auth: 0fPJa4UGwskD9EVczQkr3AiJr6Y Message-ID: Subject: NAR Maven Plugin 3.0.0 released To: Maven Users List Content-Type: multipart/alternative; boundary=047d7b66fbcfe7ccb104ece5f3ff X-Virus-Checked: Checked by ClamAV on apache.org --047d7b66fbcfe7ccb104ece5f3ff Content-Type: text/plain; charset=ISO-8859-1 Hi all! On behalf of the developers working hard on the NAR plugin for Maven, it is my pleasure to announce that it is available on Maven Central now: http://search.maven.org/#artifactdetails|com.github.maven-nar|nar-maven-plugin|3.0.0|maven-plugin To use it, add this to your pom.xml: com.github.maven-nar nar-maven-plugin 3.0.0 Since October 17th, 2010, the date of the last commit of Mark Donszelmann (the original author of the NAR plugin for Maven who is unfortunately unable to maintain it any longer), a lot of things happened. First of all, the plugin found a new home on GitHub: http://maven-nar.github.io/nar-maven-plugin/ with a team of developers and a mailing list/forum at https://groups.google.com/group/maven-nar a Git repository at https://github.com/maven-nar/nar-maven-plugin a bug tracker at https://github.com/maven-nar/nar-maven-plugin/issues and Frequently Asked Questions at https://github.com/maven-nar/nar-maven-plugin/wiki/Frequently_Asked_Questions Since the Git history does a fine job at listing the fine-grained changes, here is a coarse-grained list of changes: * unified Richard Kerr's, Greg Domjan's and SciJava's forks of the maven-nar-plugin (as it was formerly known) * renamed the plugin to conform with Maven's requirements * moved to a new groupId to reflect that we're on GitHub now * switch to deploy to OSS Sonatype (mirrored on Maven Central) * continuous integration testing thanks to BuildHive * merged the cpptasks-parallel code directly into nar-maven-plugin * support for MacOSX 10.9 * support for Microsoft Visual C++ resource and message compilers * support for Java 7's javah * support developing the Java part of projects using the NAR plugin in Eclipse * robust version detection of Microsoft's linkers * boat loads of bug fixes (as in: megatons of bug fixes) This would not have been possible without the tremendous support and contributions of the community. Thank you all! Ciao, Johannes Schindelin, Curtis Rueden and NAR development team --047d7b66fbcfe7ccb104ece5f3ff--