Skip to content

Commit

Permalink
Created a new README.txt, for maven-android-plugin version 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Jun 5, 2009
1 parent c89503c commit 3f147ad
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.txt
@@ -0,0 +1,39 @@
====================================================================
MAVEN ANDROID PLUGIN v1
====================================================================

--------------------------------------------------------------------
About Maven-Android-Plugin version 1
--------------------------------------------------------------------
Version 1 of Maven-Android-Plugin is a direct clone of Masa's trunk.
It is meant as an easy way for any current user of Masa 1.0.0 to get
access to the latest bug fixes in Masa's trunk.

--------------------------------------------------------------------
How to use
--------------------------------------------------------------------
Use maven-android-plugin 1.0.1 just like Masa 1.0.0. Everything is
the same, except for a few bugs which have been fixed:

http://code.google.com/p/masa/issues/detail?id=15
http://code.google.com/p/masa/issues/detail?id=16
http://code.google.com/p/masa/issues/detail?id=17
http://code.google.com/p/masa/issues/detail?id=18
http://code.google.com/p/masa/issues/detail?id=19

Please see README.original.txt for configuration instructions,
which was the original README.txt in Masa. The Masa project website
may also be useful: http://masa.googlecode.com

You will need to update your pom.xml or ~/.m2/settings.xml to use
the Maven repository where maven-android-plugin is deployed:

http://maven-android-plugin-m2repo.googlecode.com/svn/trunk/releases

You must also update your pom.xml to use the new groupId:

<plugin>
<groupId>com.jayway.maven.plugins.android.generation1</groupId>
<artifactId>maven-dx-plugin</artifactId>
<extensions>true</extensions>
</plugin>

0 comments on commit 3f147ad

Please sign in to comment.