From 8dbd33a7aa71d311de62b263a1517469e2cc2713 Mon Sep 17 00:00:00 2001 From: richie Date: Wed, 6 Nov 2019 16:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++-- plugin.xml | 2 +- pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index dfa1f26..7c27027 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -/.idea install/ bi-plugin-*/ -bi-plugin-*.jar \ No newline at end of file +bi-plugin-*.jar +.idea/ +*.iml +lib/report/*.jar \ No newline at end of file diff --git a/plugin.xml b/plugin.xml index 192ad3a..1697bd8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -12,7 +12,7 @@ [2019-08-28]为BI模板添加模板自适应功能。
]]> - + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..027c9c8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,52 @@ + + + 4.0.0 + + + com.fr.plugin + starter + 10.0 + + jar + plugin-bi-screen-adaptive + + + ${project.basedir}/../webroot/WEB-INF/plugins/plugin-com.finebi.plugin.screenadaptive-1.0/classes + + + org.apache.maven.plugins + maven-compiler-plugin + + 6 + 6 + + + + + + + fanruan + fanruan + http://mvn.finedevelop.com/repository/maven-public/ + + true + always + warn + + + + + + fanruan + fanruan + http://mvn.finedevelop.com/repository/maven-public/ + + true + always + warn + + + + \ No newline at end of file