diff --git a/.gitignore b/.gitignore index 08a0f3b..43a526e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ android-mapviewballoons/gen/ android-mapviewballoons-example/local.properties android-mapviewballoons-example/bin/ android-mapviewballoons-example/gen/ +target/ diff --git a/android-mapviewballoons-example/pom.xml b/android-mapviewballoons-example/pom.xml new file mode 100644 index 0000000..ff9cdb1 --- /dev/null +++ b/android-mapviewballoons-example/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + + + com.github.jgilfelt.mapviewballoons + parent + 1.5.2-SNAPSHOT + ../pom.xml + + + example + apk + MapViewBalloons - Example + + + + com.google.android + android + provided + + + com.google.android.maps + maps + provided + + + ${project.groupId} + mapviewballoons + ${project.version} + apklib + + + + + src + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + + diff --git a/android-mapviewballoons/pom.xml b/android-mapviewballoons/pom.xml new file mode 100644 index 0000000..1615476 --- /dev/null +++ b/android-mapviewballoons/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + + com.github.jgilfelt.mapviewballoons + parent + 1.5.2-SNAPSHOT + ../pom.xml + + + mapviewballoons + apklib + MapViewBalloons - Library + + + + com.google.android + android + provided + + + com.google.android.maps + maps + provided + + + + + src + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..25fa768 --- /dev/null +++ b/pom.xml @@ -0,0 +1,73 @@ + + + 4.0.0 + + com.github.jgilfelt.mapviewballoons + parent + 1.5.2-SNAPSHOT + pom + MapViewBalloons - PARENT + + + UTF-8 + + + 1.6 + 15 + 3.6.0 + 2.3.2 + 2.2.1 + + + 4.1.1.4 + 8_r2 + + + + android-mapviewballoons + android-mapviewballoons-example + + + + + + com.google.android + android + ${android.version} + + + com.google.android.maps + maps + ${android.maps.version} + + + + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + ${android-maven-plugin.version} + true + + + ${sdk.platform} + + + + + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${jdk.version} + ${jdk.version} + + + + + +