Skip to content

Commit

Permalink
chore: remove unused mojo options
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Feb 14, 2024
1 parent 3ca23c8 commit 47a086e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/java/io/gatling/mojo/AbstractGatlingMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@

public abstract class AbstractGatlingMojo extends AbstractMojo {

/** Use this folder as the configuration directory. */
@Parameter(
property = "gatling.configFolder",
alias = "cd",
defaultValue = "${project.basedir}/src/test/resources")
protected File configFolder;

/** Folder where the compiled classes are written. */
@Parameter(defaultValue = "${project.build.testOutputDirectory}", readonly = true)
protected File compiledClassesFolder;

/** The Maven Project. */
@Parameter(defaultValue = "${project}", readonly = true)
protected MavenProject mavenProject;
Expand Down

0 comments on commit 47a086e

Please sign in to comment.