Re: Using the invoker for non-tests

2011-09-07 Thread Vincent Siveton
The first choice will be correct for me. Vincent 2011/9/6 Benson Margulies : > In the doxia Eclipse plugins, we need, due to a limitation on Tycho, > to run mvn at toplevel on one project, and then on another. Tycho > can't 'see' the output of the first in the reactor when building the > second.

Using the invoker for non-tests

2011-09-06 Thread Benson Margulies
In the doxia Eclipse plugins, we need, due to a limitation on Tycho, to run mvn at toplevel on one project, and then on another. Tycho can't 'see' the output of the first in the reactor when building the second. Choices: 1) No pom that connects them. o) mvn deploy on the first, then build seco