From 1f17678f58ee6acf459758c01dec7404ebdabeff Mon Sep 17 00:00:00 2001 From: richie Date: Thu, 13 Sep 2018 16:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=BC=80=E5=8F=91=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- .../build.xml | 0 .../plugin.xml | 0 plugin-function/pom.xml | 28 +++++++++++++++++++ .../src/main/java/com/fr/plugin/MyAbs.java | 0 plugins/plugin-function/pom.xml | 14 ---------- plugins/pom.xml | 21 -------------- pom.xml | 5 ++-- 8 files changed, 33 insertions(+), 38 deletions(-) rename {plugins/plugin-function => plugin-function}/build.xml (100%) rename {plugins/plugin-function => plugin-function}/plugin.xml (100%) create mode 100644 plugin-function/pom.xml rename {plugins/plugin-function => plugin-function}/src/main/java/com/fr/plugin/MyAbs.java (100%) delete mode 100644 plugins/plugin-function/pom.xml delete mode 100644 plugins/pom.xml diff --git a/.gitignore b/.gitignore index 17b07ff..3a2d861 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.iml .idea/ /target/ -/download/ \ No newline at end of file +/download/ +/webroot/ \ No newline at end of file diff --git a/plugins/plugin-function/build.xml b/plugin-function/build.xml similarity index 100% rename from plugins/plugin-function/build.xml rename to plugin-function/build.xml diff --git a/plugins/plugin-function/plugin.xml b/plugin-function/plugin.xml similarity index 100% rename from plugins/plugin-function/plugin.xml rename to plugin-function/plugin.xml diff --git a/plugin-function/pom.xml b/plugin-function/pom.xml new file mode 100644 index 0000000..e8d28af --- /dev/null +++ b/plugin-function/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + + + com.fr.plugin + starter + 10.0 + + + jar + plugin-function + + + com.fr.plugin + gson + 1.0 + system + ${project.basedir}/lib/gson-2.3.1.jar + + + + + ${project.basedir}/../webroot/WEB-INF/plugins/plugin-com.fr.plugin.function.test-1.0/classes + + \ No newline at end of file diff --git a/plugins/plugin-function/src/main/java/com/fr/plugin/MyAbs.java b/plugin-function/src/main/java/com/fr/plugin/MyAbs.java similarity index 100% rename from plugins/plugin-function/src/main/java/com/fr/plugin/MyAbs.java rename to plugin-function/src/main/java/com/fr/plugin/MyAbs.java diff --git a/plugins/plugin-function/pom.xml b/plugins/plugin-function/pom.xml deleted file mode 100644 index ada9db6..0000000 --- a/plugins/plugin-function/pom.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 4.0.0 - - - com.fr.plugin - plugins - 1.0 - - jar - plugin-function - \ No newline at end of file diff --git a/plugins/pom.xml b/plugins/pom.xml deleted file mode 100644 index 1f8dc82..0000000 --- a/plugins/pom.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - 4.0.0 - - - com.fr.plugin - starter - 1.0 - - pom - plugins - - plugin-function - - - - ${web-inf-path}/plugins/plugin-com.fr.plugin.function.test-1.0/classes - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0f32fd8..4c4df1a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.fr.plugin starter - 1.0 + 10.0 pom 10.0-RELEASE-SNAPSHOT ${project.basedir}/webroot/WEB-INF - plugins + plugin-function @@ -143,6 +143,7 @@ + ${web-inf-path}/classes org.apache.maven.plugins