locally all works fine, otherwise the release plugin would not have allowed me to stage (and release) the bits.
However, on Travis, I am getting a weird error from the 'com.simpligility.maven.plugins:android-maven-plugin' plugin:
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AeroGear Android Pipe Test 3.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- android-maven-plugin:4.4.1:instrument (default-cli) @ aerogear-android-pipe-test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.821 s
[INFO] Finished at: 2016-05-13T06:15:22+00:00
[INFO] Final Memory: 24M/491M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.simpligility.maven.plugins:android-maven-plugin:4.4.1:instrument (default-cli) on project aerogear-android-pipe-test: Execution default-cli of goal com.simpligility.maven.plugins:android-maven-plugin:4.4.1:instrument failed: java.io.FileNotFoundException: /home/travis/build/aerogear/aerogear-android-pipe/aerogear-android-pipe-test/target/AndroidManifest.xml (No such file or directory) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
and yes, locally there is the 'aerogear-android-pipe/aerogear-android-pipe-test/target/AndroidManifest.xml' file in question.
Any ideas ?
--