[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [tycho-user] tycho-p2-director-plugin:0.15.0:materialize-products Product id '...' not found
|
- From: Barrie Treloar <baerrach@xxxxxxxxx>
- Date: Tue, 24 Jul 2012 19:52:11 +0930
- Delivered-to: tycho-user@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UaRrZ9NuGr/B1glZRnneTZOuICej0PBZDUFqlrYsAl4=; b=geFzk96LZwtle1jHvIJ9x3MTw91SWTs/g9Al87RqwTV+pkWtE9PMUlH1LIIHMV6ZBc ODoSa8O6Oru+W/IRvk9oF2R6I0Q13Z3Pwr1iAGIg4o4JrJUNfLLXMZJB9dT3tZFm3Giv t6Eg77SXOzg9TzdX1I/Gk4OvQeWPXtmkEoxqAQdIXIykwGlWlGbMzy3SNU8MjDsv1hNI ZRI6H7lQa5JLqQKbNYSdiXY+4mIXp4IutEsANzIEpcTlAegTdC4aTDD3J2DhFzBFOcqz 13GSXAk9swe3AdAg4ZliKdwhSL4zaiXDNfHEirM6he423ktsShTrs3an7Yb1B/0Go+xZ qCow==
On Tue, Jul 24, 2012 at 5:55 PM, Simon Goodall
<simon.goodall@xxxxxxxxxxxxxxx> wrote:
> Hi,
>
> How are you invoking mvn? I noticed errors due to multiple cleans with
> tycho 0.15.0 when I chained multiple goals together e.g. package &
> integration-test.
I wish I had kept my reply, from earlier...
mvn -X shows me the build plan.
And I can clearly see forked executions, two of them, because of
source:jar and source:test-jar.
Switching to source:jar-no-fork and source:test-jar-no-fork fixed the problem.