diff --git a/backend/.gitignore b/backend/.gitignore index 44cceecb40..b4e1c2fed7 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -31,4 +31,5 @@ target .settings .project .classpath -.factorypath \ No newline at end of file +.factorypath +*.jar \ No newline at end of file diff --git a/backend/pom.xml b/backend/pom.xml index af84159f0c..fad9718c97 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -299,6 +299,9 @@ src/main/resources + + jmeter/lib/ext/* + **/*.* @@ -372,6 +375,7 @@ org.apache.maven.plugins maven-antrun-plugin + 3.0.0 main-class-placement @@ -396,6 +400,35 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + generate-resources + + copy + + + + + + + org.apache.jmeter + ApacheJMeter_functions + ${jmeter.version} + jar + true + src/main/resources/jmeter/lib/ext + ApacheJMeter_functions.jar + + + ${project.build.directory}/wars + false + true + + org.mybatis.generator mybatis-generator-maven-plugin