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 12617107D7 for ; Mon, 15 Jul 2013 17:38:29 +0000 (UTC) Received: (qmail 70223 invoked by uid 500); 15 Jul 2013 17:38:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 69958 invoked by uid 500); 15 Jul 2013 17:38:26 -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 69945 invoked by uid 99); 15 Jul 2013 17:38:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 17:38:25 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [12.161.118.90] (HELO mx1.belden.com) (12.161.118.90) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 17:38:19 +0000 X-AuditID: 0a01015a-b7fe18e000001491-b5-51e4337fca50 Received: from bdcnotes1.beldencdt.com ( [10.1.1.71]) by mx1.belden.com (Service Ready) with SMTP id 01.43.05265.F7334E15; Mon, 15 Jul 2013 13:38:07 -0400 (EDT) In-Reply-To: <0f5d01ce817e$10007190$300154b0$@idfconnect.com> References: <0f5d01ce817e$10007190$300154b0$@idfconnect.com> Subject: Re: introducing maven-proguard-plugin X-KeepSent: DD3059FC:DFABD5DD-85257BA9:00607CDA; type=4; name=$KeepSent To: "Maven Users List" X-Mailer: Lotus Notes Release 8.5.3FP2 SHF99 September 04, 2012 Message-ID: From: Alejandro.Endo@miranda.com Date: Mon, 15 Jul 2013 13:38:02 -0400 X-MIMETrack: Serialize by Router on BDCNotes1/BeldenCDT(Release 8.5.3|September 15, 2011) at 07/15/2013 01:37:41 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrKIsWRmVeSWpSXmKPExsXCxcjorltv/CTQ4ORnG4tHW68zOjB6tD8V CmCMamC0SUosKQvOTM/Tt7NJzMvLL0ksSVVISS1OtlVySs1JSc1TcMksTs5JzMxNLdL1DPbX tbAwtVRSyEyxVTJSUijISUxOzU3NK7FVSiwoSM1LUbLjUsAANkBlmXkKqXnJ+SmZeem2SjBz dA2VEuawZrQtfcdUsFag4tiyTpYGxg28XYwcHBICJhLX2oq6GDmBTDGJC/fWs3UxcnEICSxi lFi7ZgUjSIJTwFbi3c/Z7CC2kICNxITFF9lAbGEBPYnmaxsYIZo9JV7v38AKYosI6EssO3if BSJuL/H90Qcwm1cgVGLJoSNMIDabgILE3CubwOawCKhK9C64zQ5xT6nEio9JEOWCEidnPgFr ZRbQkti8rYl1AiP/LCSpWUhSCxiZVjHy5VYY6iWBA1QvOT93EyMkXqJ2MD5tUTjEKMDBqMTD +0fiSaAQa2JZcWXuIUYJDmYlEV47YaAQb0piZVVqUX58UWlOavEhRlegyyYyS3En5wNjOa8k 3tjAADdHSZz3j9TuQCGBdGDMZqemFqQWwcxh4uAE2cMlJVIMjLrUosTSkox4UHqILwYmCKkG xrjP8cfrnE3tH11mmlkloBows92OZf/WFTpfdx08sXutptevoAPP1p3e4ZI39+mLyOtXyqfO /HOA7d+nPvsK0ZJnRSei9+xe4Pj/Reati7aPd7CtODrtYw9rZLvf/gct8w7X/FQNUm6QEpOb ZiT50/OClMwB3Y/ab0wiV7PzSWQcEnj7Z/b+2SpKLMUZiYZazEXFiQASNrhA2AIAAA== X-Virus-Checked: Checked by ClamAV on apache.org if i'm not mistaken, maven-*-plugin is reserved for plugins developed by the maven team, so you will probably be asked to rename your plugin I can't find a reference to this claim, hence why so many people unknowingly violate this convention. I wish it was mentioned in all the main plugin-howto's Hopefully someone else will complement this info Alejandro Endo | Software Designer/Concepteur de logiciels From: "Richard Sand" To: "'Maven Users List'" , Date: 2013-07-15 01:09 PM Subject: introducing maven-proguard-plugin Hi all, I've published version 0.8 of my obfuscation plugin, which can be used to invoke ProGuard to obfuscate Maven artifacts. It is a Maven3 plugin and requires Java6. I've tried to integrate it as well as possible into the maven world to minimize the amount of configuration needed for it to automatically find the proper files to obfuscate and create a nice usable output. The plugin website is http://mavenproguard.sourceforge.net/project-summary.html. I've opened a ticket to create a Sonatype project for it, so it can be included in the central repository, but for now if you want to try it out you can download it from SourceForge directly: https://sourceforge.net/projects/mavenproguard/files/. The source code, SVN, tickets etc. can also be found there. I've still got one major maven integration issue, and that's with adding the result of the obfuscator back into maven via attachArtifact. If you use the plugin, leave the "attach" property as false (the default) and use the resulting jar(s) from the obfuscator via maven assembly. I e-mailed the list about that issue a few days ago so if anyone has any insight into that I'd appreciate any advice! Anyway I hope someone finds this plugin helpful. Thanks! Best regards, Richard --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org DISCLAIMER: Privileged and/or Confidential information may be contained in this message. If you are not the addressee of this message, you may not copy, use or deliver this message to anyone. In such event, you should destroy the message and kindly notify the sender by reply e-mail. It is understood that opinions or conclusions that do not relate to the official business of the company are neither given nor endorsed by the company. Thank You. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org