Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 3151 invoked from network); 30 Jan 2011 13:45:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jan 2011 13:45:16 -0000 Received: (qmail 1294 invoked by uid 500); 30 Jan 2011 13:45:14 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 784 invoked by uid 500); 30 Jan 2011 13:45:10 -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 776 invoked by uid 99); 30 Jan 2011 13:45:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jan 2011 13:45:10 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of karsten.silz@me.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jan 2011 13:45:05 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PjXa8-000819-7v for users@maven.apache.org; Sun, 30 Jan 2011 05:44:44 -0800 Date: Sun, 30 Jan 2011 05:44:44 -0800 (PST) From: Karsten Silz To: users@maven.apache.org Message-ID: <1296395084238-3363421.post@n5.nabble.com> In-Reply-To: References: <1296260618380-3362293.post@n5.nabble.com> Subject: Re: How to migrate Ant obfuscation build to Maven? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit We use another obfuscation software - Zelix Klassmaster (http://www.zelix.com/klassmaster). They only have an Ant task, no Maven plugin. But I could write my own plugin that calls the Ant task or call the obfuscator directly. So I assume that right way for Maven obfuscation is to do the obfuscation in the "prepare-package" state through a plugin (e.g., mine in this case), build the ZIP file there and deploy it to our repository. Correct? -- View this message in context: http://maven.40175.n5.nabble.com/How-to-migrate-Ant-obfuscation-build-to-Maven-tp3362293p3363421.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org