Closed GoogleCodeExporter closed 9 years ago
Implementation note:
Perhaps split up maven-android-plugin directory and samples directory into
different
git repos. Then each one has its pom.xml in the root directory of their git
repo.
Original comment by hugo.josefson.old@gmail.com
on 11 Jun 2009 at 12:58
Original comment by hugo.josefson.old@gmail.com
on 11 Jun 2009 at 12:58
[deleted comment]
I split up the git repo locally into one for maven-android-plugin, and one for
samples. Each have their respective pom.xml in the root of their git repo, and
YES!
That worked. It is now much easier to perform a release.
Will just have to repeat the same procedure on github now...
For future reference, here's the basic release procedure:
* Run this command first in maven-android-plugin, then in
maven-android-plugin-samples:
mvn clean && mvn install && mvn release:prepare release:perform
Original comment by hugo.josefson.old@gmail.com
on 11 Jun 2009 at 5:04
note to self: also remember to document that it's appropriate to update the
samples
poms to use the newly released version of the plugin before releasing the
samples.
Original comment by hugo.josefson.old@gmail.com
on 11 Jun 2009 at 5:23
Done.
Samples are now in their own git repo, and released as its own artifact.
Original comment by hugo.josefson.old@gmail.com
on 11 Jun 2009 at 9:37
It worked well.
Original comment by hugo.josefson.old@gmail.com
on 12 Jun 2009 at 8:46
Original issue reported on code.google.com by
hugo.josefson.old@gmail.com
on 11 Jun 2009 at 12:57