From 5f44bbd1fd0afed36d2b81303722a158fc639e22 Mon Sep 17 00:00:00 2001 From: richie Date: Thu, 15 Nov 2018 15:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=88=B0OSS=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + build.xml | 2 +- lib/report/.gitkeep | 0 pom.xml | 21 +++++---------------- 4 files changed, 7 insertions(+), 17 deletions(-) create mode 100644 lib/report/.gitkeep diff --git a/.gitignore b/.gitignore index 06839c5..bb96f69 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .idea/ target/ lib/report/*.jar +.DS_Store diff --git a/build.xml b/build.xml index 76951f9..12ec233 100644 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - + diff --git a/lib/report/.gitkeep b/lib/report/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pom.xml b/pom.xml index e4c8d3a..590d96a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,32 +5,21 @@ 4.0.0 - com.fr.maven - finereport-maven - 10.0 + com.fr.plugin + starter + 10.0 jar - plugin-file-submit-oss + demo-file-submit-oss - com.aliyun.oss aliyun-sdk-oss 3.3.0 - - com.fr.report - fine-report-designer - 10.0 - - - com.fr.report - designer-base - 10.0 - - ${web-inf-path}/plugins/plugin-com.fr.plugin.file.submit.oss-1.0/classes + ${project.basedir}/../webroot/WEB-INF/plugins/plugin-com.fr.plugin.file.submit.oss-1.0/classes \ No newline at end of file