diff --git a/README b/README
index a4bcb61f..85c1fb72 100644
--- a/README
+++ b/README
@@ -22,28 +22,35 @@ How to Use
android
android
- 1.1
+ 1.1_r1
provided
android
android
- 1.5
+ 1.5_r3
provided
android
android
- 1.6
+ 1.6_r2
provided
android
android
- 2.0
+ 2.0_r1
+ provided
+
+
+
+ android
+ android
+ 2.0.1_r1
provided
@@ -52,24 +59,30 @@ How to Use
com.google.android.maps
maps
- 3-r03
+ 3_r3
provided
com.google.android.maps
maps
- 4-r01
+ 4_r1
provided
com.google.android.maps
maps
- 5-r01
+ 5_r1
provided
+
+ com.google.android.maps
+ maps
+ 6_r1
+ provided
+
How To Use for Deploying Onto Remote Server
-------------------------------------------
@@ -104,8 +117,6 @@ For more information about this stuff look at the documentation for the maven-de
Potential todo items
--------------------
-- configure clean plugin calls to delete files in local repository, if deemed useful by users
-
- add automatic download and install of SDK into .m2/repository somewhere, could then use dependency plugin to
pull into target and use from there, problem SDK license agreement
diff --git a/add-ons/google-apis-3-r03/pom.xml b/add-ons/google-apis-3-r03/pom.xml
index b3e9bdd2..a63a31c6 100644
--- a/add-ons/google-apis-3-r03/pom.xml
+++ b/add-ons/google-apis-3-r03/pom.xml
@@ -13,8 +13,8 @@
- ${sdk.addons.path}/google_apis-3-r03/libs/maps.jar
- 3-r03
+ 3
+ google_apis-3-r03
@@ -43,8 +43,8 @@
deploy
deploy-file
- ${platform.android.groupid}
- ${platform.android.artifactid}
+ ${addon.googlemaps.groupid}
+ ${addon.googlemaps.artifactid}
jar
${jar.version}
${jar.path}
@@ -54,6 +54,10 @@
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
diff --git a/add-ons/google-apis-4-r01/pom.xml b/add-ons/google-apis-4-r01/pom.xml
index 7eade13f..49729512 100644
--- a/add-ons/google-apis-4-r01/pom.xml
+++ b/add-ons/google-apis-4-r01/pom.xml
@@ -13,8 +13,8 @@
- ${sdk.addons.path}/google_apis-4-r01/libs/maps.jar
- 4-r01
+ 4
+ google_apis-4-r01
@@ -43,8 +43,8 @@
deploy
deploy-file
- ${platform.android.groupid}
- ${platform.android.artifactid}
+ ${addon.googlemaps.groupid}
+ ${addon.googlemaps.artifactid}
jar
${jar.version}
${jar.path}
@@ -54,6 +54,10 @@
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
diff --git a/add-ons/google-apis-5-r01/pom.xml b/add-ons/google-apis-5-r01/pom.xml
index e4864f5b..592b2fc3 100644
--- a/add-ons/google-apis-5-r01/pom.xml
+++ b/add-ons/google-apis-5-r01/pom.xml
@@ -13,9 +13,9 @@
+ 5
- ${sdk.addons.path}/google_apis-5_r01/libs/maps.jar
- 5-r01
+ google_apis-5_r01
@@ -44,8 +44,8 @@
deploy
deploy-file
- ${platform.android.groupid}
- ${platform.android.artifactid}
+ ${addon.googlemaps.groupid}
+ ${addon.googlemaps.artifactid}
jar
${jar.version}
${jar.path}
@@ -55,6 +55,10 @@
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
diff --git a/add-ons/google-apis-6-r01/pom.xml b/add-ons/google-apis-6-r01/pom.xml
index 2cffa29f..4b45877e 100644
--- a/add-ons/google-apis-6-r01/pom.xml
+++ b/add-ons/google-apis-6-r01/pom.xml
@@ -13,9 +13,9 @@
+ 6
- ${sdk.addons.path}/google_apis-6_r01/libs/maps.jar
- 6-r01
+ google_apis-6_r01
@@ -44,8 +44,8 @@
deploy
deploy-file
- ${platform.android.groupid}
- ${platform.android.artifactid}
+ ${addon.googlemaps.groupid}
+ ${addon.googlemaps.artifactid}
jar
${jar.version}
${jar.path}
@@ -55,6 +55,10 @@
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
\ No newline at end of file
diff --git a/add-ons/pom.xml b/add-ons/pom.xml
index b8922be0..67fde637 100644
--- a/add-ons/pom.xml
+++ b/add-ons/pom.xml
@@ -11,6 +11,36 @@
maven-android-sdk-deployer
0.3
+
+
+ ${sdk.addons.path}/${addon.directory}/libs/maps.jar
+ ${jar.simpleVersion}_r${Pkg.Revision}
+
+
+
+
+
+
+ org.codehaus.mojo
+ properties-maven-plugin
+ 1.0-alpha-2
+
+
+ initialize
+
+ read-project-properties
+
+
+
+ ${sdk.addons.path}/${addon.directory}/source.properties
+
+
+
+
+
+
+
+
google-apis-3-r03
diff --git a/platforms/pom.xml b/platforms/pom.xml
index cce40f8b..b6a5dcea 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -17,7 +17,32 @@
${jar.directory}/android.jar
${jar.simpleVersion}_r${Pkg.Revision}
-
+
+
+
+
+
+ org.codehaus.mojo
+ properties-maven-plugin
+ 1.0-alpha-2
+
+
+ initialize
+
+ read-project-properties
+
+
+
+ ${jar.directory}/source.properties
+
+
+
+
+
+
+
+
+
android-1.1
android-1.5
diff --git a/pom.xml b/pom.xml
index a8f592f8..5a0c5c8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,30 +41,4 @@
platforms
add-ons
-
-
-
-
-
- org.codehaus.mojo
- properties-maven-plugin
- 1.0-alpha-2
-
-
- initialize
-
- read-project-properties
-
-
-
- ${jar.directory}/source.properties
-
-
-
-
-
-
-
-
-