libJUnitDir = new File(libDir, "junit");
libJUnitDir.mkdirs();
}
protected void propertyConfiguration() throws MojoExecutionException {
pluginProperties = new PropertyHandler(testFilesDirectory, binDir, getArtifactNamed(jmeterConfigArtifact), propertiesReplacedByCustomFiles);
pluginProperties.setJMeterProperties(propertiesJMeter);
pluginProperties.setJMeterGlobalProperties(propertiesGlobal);
pluginProperties.setJMeterSaveServiceProperties(propertiesSaveService);
pluginProperties.setJMeterUpgradeProperties(propertiesUpgrade);
pluginProperties.setJmeterUserProperties(propertiesUser);