From 0fb9f69d83381c11e4a9c8bb8c8f94f6228f6e55 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Tue, 18 Aug 2020 16:38:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=89=93=E5=8C=85=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E4=BF=9D=E7=95=99jmeter=E7=9A=84jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.gitignore | 3 ++- backend/pom.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) 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