I am developing a library project which I would like to distribute to other developers.
There have been many discussions on this topic on internet, people suggested to create a distribute version library project which contains only my library project's jar & other resources. It sounds good.
Then, I suddenly found there are people suggested to create Android Archive Library (AAR). But they all uses a tool named Gradle
I am using Eclipse with Maven for my Android library project. My question is, is it possible to generate AAR achieve for my android library project without using Gradle but only with Maven? If so, how?