Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Maven Archetype #16

Closed
pyricau opened this issue Jan 6, 2012 · 4 comments
Closed

Maven Archetype #16

pyricau opened this issue Jan 6, 2012 · 4 comments
Labels
Milestone

Comments

@pyricau
Copy link
Contributor

pyricau commented Jan 6, 2012

If would be great to have a Maven Archetype to easily create a new Maven + AndroidAnnotations project.

Any help appreciated on that subject (@slandelle, @BluePyth we need you!)

@pyricau
Copy link
Contributor Author

pyricau commented Jan 19, 2012

We'll builld upon https://github.com/akquinet/android-archetypes :)

@pyricau
Copy link
Contributor Author

pyricau commented Jan 19, 2012

I currently install the archetype on my local repo, and then do:

  mvn archetype:generate \
  -DarchetypeArtifactId=archetype \
  -DarchetypeGroupId=com.googlecode.androidannotations \
  -DarchetypeVersion=2.3-SNAPSHOT \
  -DgroupId=com.foo.bar \
  -DartifactId=my-android-project \
  -Dversion=1.0-SNAPSHOT \
  -Dpackage=com.foo.bar.android

A few interesting links :

https://github.com/akquinet/android-archetypes
https://github.com/akquinet/android-archetypes/wiki
https://github.com/akquinet/android-archetypes/wiki/Android-release-archetype

@pyricau
Copy link
Contributor Author

pyricau commented Feb 2, 2012

The artifact won't make it for 2.3, moving that to 2.4

@DayS
Copy link
Contributor

DayS commented Jan 20, 2014

As Gradle is the new build system (sigh), we should close this issue. Also, adding AA in a fresh maven project is just as simple as adding two dependencies.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants