I'll work on adding support for signing and I'll also clean up some of the pom.xml tomorrow. Signing is relatively simple to add, but I do want to make sure I get it right and I'd like to wait til after version 1.5.18 is released so there's time to fix things if they don't work right.
For those building signed .apk files, you'll need to follow the instructions
here and obtain the following:
- Keystore
- Alias
- Keypass
- Storepass
As for resolving the dependencies so that "mvn install" won't have to be run on other modules, that's going to take a bit of work to get running, I think. The problem is that making the Android module a real module makes the desktop version of Forge try to build an Android version when running the desktop build process. This is a problem for those without the SDK and other tools installed. I'll have to figure out how to separate the two.
I got sucked into Path of
Exile (which I almost call
Path to Exile every time I say/type it) for a little while there, so that's why I've not been around to work on this.
