public void testSkip() throws Exception {
    List<ArtifactItem> list = stubFactory.getArtifactItems(stubFactory.getClassifiedArtifacts());

    mojo.setSkip(true);
    mojo.setArtifactItems(list);

    mojo.execute();

    assertMarkerFiles(list, false);
  }