All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.circumflex.maven.TestConfigureMojo Maven / Gradle / Ivy

package ru.circumflex.maven;

import java.io.File;

/**
 * @goal test-cfg
 */
public class TestConfigureMojo extends AbstractConfigureMojo {

  /**
   * @parameter default-value="${project.build.testOutputDirectory}/cx.properties"
   */
  protected File targetFile;

  public File targetFile() {
    return targetFile;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy