// coming from the configuration of surefire plugin outside
verifier.getCliOptions().add("-Dstjs.version=" + System.getProperty("stjs.version"));
verifier.executeGoal("install");
verifier.verifyErrorFreeLog();
String artifactFile = verifier.getArtifactPath("org.st-js", "package-js-war", "1.0.0-SNAPSHOT", "war");
Set<String> entryNames = JarUtils.getJarEntries(artifactFile);
assertContainsEntry(entryNames, "generated-js/stjs.js");