diff --git a/aFileChooser/pom.xml b/aFileChooser/pom.xml
new file mode 100644
index 0000000..835a7e8
--- /dev/null
+++ b/aFileChooser/pom.xml
@@ -0,0 +1,53 @@
+
+
+ 4.0.0
+
+ com.ipaulpro
+ aFileChooser
+ apklib
+
+
+ com.ipaulpro
+ parent
+ 1.0
+ ../pom.xml
+
+
+
+
+ com.google.android
+ android
+ provided
+
+
+ com.google.android
+ support-v4
+
+
+
+
+ src
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.6
+ 1.6
+
+
+
+ com.jayway.maven.plugins.android.generation2
+ android-maven-plugin
+
+
+ ${env.ANDROID_HOME}
+ 16
+
+
+ true
+
+
+
+
\ No newline at end of file
diff --git a/aFileChooserExample/pom.xml b/aFileChooserExample/pom.xml
new file mode 100644
index 0000000..dfe0207
--- /dev/null
+++ b/aFileChooserExample/pom.xml
@@ -0,0 +1,55 @@
+
+
+ 4.0.0
+ com.ipaulpro
+ aFileChooserExample
+ apk
+
+
+ com.ipaulpro
+ parent
+ 1.0
+ ../pom.xml
+
+
+
+
+ com.google.android
+ android
+ provided
+
+
+ com.ipaulpro
+ aFileChooser
+ apklib
+ 1.0
+
+
+
+
+ src
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.6
+ 1.6
+
+
+
+ com.jayway.maven.plugins.android.generation2
+ android-maven-plugin
+
+
+ ${env.ANDROID_HOME}
+ 16
+
+
+ true
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..dbafac3
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,66 @@
+
+
+ 4.0.0
+
+ com.ipaulpro
+ parent
+ 1.0
+ pom
+
+
+ aFileChooser
+ aFileChooserExample
+
+
+
+ UTF-8
+ UTF-8
+
+ 4.1.1.4
+ r7
+
+
+
+
+
+ com.google.android
+ android
+ ${android.version}
+
+
+ com.google.android
+ support-v4
+ ${android-support.version}
+
+
+
+
+
+
+
+
+ com.jayway.maven.plugins.android.generation2
+ android-maven-plugin
+ 3.5.0
+
+
+
+ 16
+
+
+
+
+
+ maven-compiler-plugin
+ 2.5.1
+
+ 1.6
+ 1.6
+
+
+
+
+
+
+
\ No newline at end of file