Android SmsServer Wiki
Access your Android device's SMS via a small web application.
Brought to you by:
jhintsch
Problem: Eclipse with m2e-android doesn't put provided-scope dependencies on the test-classpath.
Solution: run tests via "mvn clean install" and main classes such as MyServerTest with "mvn exec:java -Dexec.mainClass="de.hintsch.mobile.android.smsserver.MyServerTest" -Dexec.classpathScope="test""