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