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 4AD4C1022B for ; Wed, 24 Apr 2013 16:25:16 +0000 (UTC) Received: (qmail 32685 invoked by uid 500); 24 Apr 2013 16:25:13 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 32574 invoked by uid 500); 24 Apr 2013 16:25:13 -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 32564 invoked by uid 99); 24 Apr 2013 16:25:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 16:25:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [74.125.83.42] (HELO mail-ee0-f42.google.com) (74.125.83.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 16:25:08 +0000 Received: by mail-ee0-f42.google.com with SMTP id c41so561380eek.29 for ; Wed, 24 Apr 2013 09:24:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=LtZxxRr0+Xw6r3cG2waKctLtnix7MyZnG0pvdyjINgo=; b=LnGh5u4oXJzOriVeqJq8EhLEwpoVZLWqiScLqnEkb2MHttI5Mx/FAi9hql7qKz7Nt+ z7JfzfnbQk1XjFwTGWceAn98ASy5Ch4xGrB90ubEAOnW7giP8ceO6xey9E97gyLPTKvw NH9s4LnEzX4ZjE8L4dt1WPfzjtMtTMA3L0kKiQvNI27qr6qvL+l9le8qpkKfOs7k9JcX TcrKaEEvTSrvPMdk0nwm7rI1nSARLvCLutoEmLqEa7K+TYnnlZxuTZm4wS9EvbvvafUR PRRjFZWOfRpwozVgW4Tr/eQ6dS7Ko6ps10520e1CKo7bYtUPzUZVwHuPU+FWcIJ2TiNP b6hw== X-Received: by 10.15.43.73 with SMTP id w49mr65307968eev.12.1366820666793; Wed, 24 Apr 2013 09:24:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.160.5 with HTTP; Wed, 24 Apr 2013 09:24:06 -0700 (PDT) In-Reply-To: References: From: Matthew Adams Date: Wed, 24 Apr 2013 11:24:06 -0500 Message-ID: Subject: Re: How to compile QueryDSL sources from post-processed .class files in Maven? To: Maven Users List Content-Type: multipart/alternative; boundary=089e016813105113ec04db1dbc23 X-Gm-Message-State: ALoCoQnEyrVUNRRjvNgyYGfWAzmbTTKLeZpd+vU+DrrEdVzqFhE6+cZAhJuZsPLTdC+tHjpWIQdK X-Virus-Checked: Checked by ClamAV on apache.org --089e016813105113ec04db1dbc23 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Apr 24, 2013 at 10:09 AM, Wayne Fay wrote: > Eventually you simply cannot solve every problem in one module. You > may need to make another module, depend on the first one's output, > perhaps unpack it somewhere, run tools against those classes or > sources, and produce the real "final" output you require out of this > new module. > > Wayne > My current workaround is to create another module and use the generated sources from the first module. Not ideal, but hopefully Timo et al can work some magic. Thanks, Matthew --089e016813105113ec04db1dbc23--