Trying to run a new sample project with soap enabler https://code.google.com/p/android-soap-enabler/ And i keep getting a build failed exception, I double checked the system
Move to version 3.8.0 of the android-maven-plugin, it solves the issue.
It has something to do with maven version 3.1.0-alpha-1 . I had the same error building an Android maven project and I solved it by installing maven version 3.0.5 .
Moving to maven 3.2.1 fixed the issue for me.
JDK 7.
Windows 7 64 bit.