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 73e3ecc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ test-integration/**/*.png

# allow customizations without having a dirty tree
.devcontainer
/nbproject/private/
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
3 changes: 3 additions & 0 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files.encoding=UTF-8
site.root.folder=
source.folder=
9 changes: 9 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.web.clientproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
<name>generator-jhipster</name>
</data>
</configuration>
</project>

0 comments on commit 73e3ecc

Please sign in to comment.