Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Building and testing frameworks eclipse.c



On Thu, Feb 17, 2022 at 4:54 PM Felix Van der Jeugt <felix.vanderjeugt@xxxxxxxxxx> wrote:
For this output I used `mvn -e test`. I tried `mvn
-Pbuild-individual-bundles -e test` as well (this was advised in the
forum thread), but to no avail:

from which folder?
Also, for Tycho-based stuff, usually prefer `mvn clean verify -Pbuild-individual-bundles`. The tests are bound to the verify phase as they happen post-package (because packaging matters).

Back to the top