package com.github.danielflower.mavenplugins.testproject.singlepom;
import org.junit.Test;
public class MainTest {
@Test
public void aTestThatFails() throws Exception {
System.out.println("The module-with-profiles test has run");
}
}