Skip to content

Instantly share code, notes, and snippets.

@tiagoshibata
Created August 1, 2016 11:15
Show Gist options
  • Save tiagoshibata/cc13d8fdf7d81141fce2a08c376e1f83 to your computer and use it in GitHub Desktop.
Save tiagoshibata/cc13d8fdf7d81141fce2a08c376e1f83 to your computer and use it in GitHub Desktop.
tiago@shibata-sm:~/code/appium-android-bootstrap/bootstrap (master)$ mvn package -P 4.4
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=gasp -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for io.appium.android:bootstrap:jar:1.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 31, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building bootstrap 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bootstrap ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/tiago/code/appium-android-bootstrap/bootstrap/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bootstrap ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bootstrap ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/tiago/code/appium-android-bootstrap/bootstrap/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ bootstrap ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bootstrap ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bootstrap ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.046 s
[INFO] Finished at: 2016-08-01T08:05:20-03:00
[INFO] Final Memory: 11M/106M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "4.4" could not be activated because it does not exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment