diff --git a/android-mapviewballoons-example/pom.xml b/android-mapviewballoons-example/pom.xml new file mode 100644 index 0000000..8fbb09f --- /dev/null +++ b/android-mapviewballoons-example/pom.xml @@ -0,0 +1,71 @@ + + + + 4.0.0 + + + com.lixar.readystatesoftware + root + 1.2-SNAPSHOT + + + com.lixar.readystatesoftware + mapviewballoons-example + 1.2-SNAPSHOT + apk + MapViewBalloons - Example + + + 2.6 + + + + + com.lixar.readystatesoftware + mapviewballoons + 1.2-SNAPSHOT + compile + apklib + + + + + ${project.artifactId} + + src + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + ${android-maven-plugin.version} + + + ${sdk.platform} + + true + + true + + + maven-resources-plugin + ${maven-resources-plugin.version} + + + initialize + + resources + + + + default-resources + DISABLED + + + + + + + diff --git a/android-mapviewballoons/pom.xml b/android-mapviewballoons/pom.xml index 9a961b0..1241e1d 100644 --- a/android-mapviewballoons/pom.xml +++ b/android-mapviewballoons/pom.xml @@ -4,42 +4,27 @@ com.lixar.readystatesoftware root - 1.2-SNAPSHOT + 1.2-SNAPSHOT - + mapviewballoons apklib MapViewBalloons - Library - - - com.google.android - android - 4.0.1.2 - provided - - - com.google.android.maps - maps - 8_r2 - provided - - - src com.jayway.maven.plugins.android.generation2 android-maven-plugin - 3.1.1 + ${android-maven-plugin.version} ${project.basedir}/AndroidManifest.xml ${project.basedir}/assets ${project.basedir}/res ${project.basedir}/src/main/native - 15 + ${sdk.platform} true @@ -48,10 +33,10 @@ maven-compiler-plugin - 2.3.2 + ${maven-compiler-plugin.version} - 1.6 - 1.6 + ${jdk.version} + ${jdk.version} diff --git a/pom.xml b/pom.xml index c05b524..35cde72 100644 --- a/pom.xml +++ b/pom.xml @@ -1,18 +1,13 @@ 4.0.0 - - com.lixar.maven - super-pom - 0.2 - com.lixar.readystatesoftware root - 1.2-SNAPSHOT + 1.2-SNAPSHOT pom MapViewBalloons - Root POM - + scm:git:git@github.com:lixar/android-mapviewballoons.git scm:git:git@github.com:lixar/android-mapviewballoons.git @@ -21,23 +16,54 @@ android-mapviewballoons + android-mapviewballoons-example + + UTF-8 + + + 1.6 + 15 + 3.1.1 + 2.3.2 + 2.2.1 + + + 4.0.1.2 + 8_r2 + + + + + com.google.android + android + ${android.version} + provided + + + com.google.android.maps + maps + ${android.maps.version} + provided + + + org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + ${maven-compiler-plugin.version} - 1.6 - 1.6 + ${jdk.version} + ${jdk.version} org.apache.maven.plugins maven-release-plugin - 2.2.1 + ${maven-release-plugin.version} clean install true