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 4E214965F for ; Tue, 20 Mar 2012 12:11:47 +0000 (UTC) Received: (qmail 20270 invoked by uid 500); 20 Mar 2012 12:11:45 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 20211 invoked by uid 500); 20 Mar 2012 12:11:45 -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 20201 invoked by uid 99); 20 Mar 2012 12:11:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 12:11:45 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FORGED_YAHOO_RCVD,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 12:11:38 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1S9xuI-0001TY-4D for users@maven.apache.org; Tue, 20 Mar 2012 05:11:18 -0700 Date: Tue, 20 Mar 2012 05:11:18 -0700 (PDT) From: jackett_dad To: users@maven.apache.org Message-ID: <1332245478124-5579830.post@n5.nabble.com> In-Reply-To: References: <1332184503334-5577988.post@n5.nabble.com> <1332240543552-5579659.post@n5.nabble.com> Subject: Re: generate-sources target called twice MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I was able to put my generated code into the target hierarchy without an issue. My custom annotation processor has been modified to skip any re-invocation of its process method. But, I still have a problem during compilation. Even though there is only one generated source file, the plugin thinks there are two, and then my compile fails saying that there is a duplicate source file. So my original problem cannot be circumvented as I have tried to do so far. I really need to figure out how to stop subsequent calls to the generate-sources goal. Any help, even a link to a good reference would be greatly appreciated. -- View this message in context: http://maven.40175.n5.nabble.com/generate-sources-target-called-twice-tp5577988p5579830.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