Skip to content

Commit

Permalink
fix(generator,gatling): remove deprecated plugin configuration option
Browse files Browse the repository at this point in the history
The Gatling Maven Plugin deprecated the use of the `resourcesFolder` configuration option. See
commit,

gatling/gatling-maven-plugin@99faad8

Add exclusion for NetBeans (we're still out there...)
  • Loading branch information
timothystone-knsl committed Jun 20, 2024
1 parent 5fe207b commit e56dd12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ test-integration/**/*.png

# allow customizations without having a dirty tree
.devcontainer

# NetBeans
nbproject/
build/
nbbuild/
nbdist/
.nb-gradle/

1 change: 0 additions & 1 deletion generators/gatling/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default class GatlingGenerator extends BaseApplicationGenerator {
additionalContent: `
<configuration>
<runMultipleSimulations>true</runMultipleSimulations>
<resourcesFolder>\${project.basedir}/src/test/gatling/conf</resourcesFolder>
</configuration>
`,
},
Expand Down

0 comments on commit e56dd12

Please sign in to comment.