Skip to content

Commit

Permalink
We must currently at laest execute package phase see eclipse-tycho#479
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
  • Loading branch information
laeubi committed Jan 3, 2022
1 parent 9af0946 commit ca6034a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ public void testUsesConstraintViolations() throws Exception {
@Test
public void testMixedReactor() throws Exception {

Verifier verifier = getVerifier("mixed.reactor");
verifier.executeGoal("compile");
Verifier verifier = getVerifier("mixed.reactor", false);
// FIXME see Issue #479 // verifier.executeGoal("compile");
verifier.executeGoal("package");
verifier.verifyErrorFreeLog();
}

Expand Down

0 comments on commit ca6034a

Please sign in to comment.