From e5c4885d3ffaf8ec57c66413b75fdf85d97a4fbb Mon Sep 17 00:00:00 2001 From: wangzhen-fit2cloud Date: Thu, 6 Aug 2020 13:36:49 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9A=82=E6=97=B6=E5=8E=BB=E6=8E=89al?= =?UTF-8?q?latori?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 2e0bb201d4..03582abcdc 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -365,54 +365,6 @@ - - org.apache.maven.plugins - maven-resources-plugin - - - copy-and-filter-allatori-config - package - - copy-resources - - - ${basedir}/target - - - ${basedir}/allatori - - allatori.xml - - true - - - - - - - - org.codehaus.mojo - exec-maven-plugin - - - run-allatori - package - - exec - - - - - java - - -Xms128m - -Xmx512m - -jar - ${basedir}/target/classes/allatori/allatori.jar - ${basedir}/target/classes/allatori/allatori.xml - - -