Skip to content

Instantly share code, notes, and snippets.

@jimallman
Created April 17, 2014 01:27
Show Gist options
  • Save jimallman/10946897 to your computer and use it in GitHub Desktop.
Save jimallman/10946897 to your computer and use it in GitHub Desktop.
Output from push (taxomachine, after forcing to previous version)
WARNING: Missing GitHub client ID! Curation UI will be disabled.
WARNING: Missing GitHub client ID! Tree-view feedback will be disabled.
host=ec2-54-203-194-13.us-west-2.compute.amazonaws.com, admin=admin, pem=/Users/jima/.ssh/opentree/opentree.pem, controller=jima, command=taxomachine
Syncing
JAVA_HOME is /usr/lib/jvm/java-7-openjdk-amd64
Using branch master of repo jade
Already up-to-date.
Repository jade is unchanged since last time
Using branch master of repo ot-base
Already up-to-date.
Repository ot-base is unchanged since last time
Using branch master of repo taxomachine
Your branch is behind 'origin/master' by 6 commits, and can be fast-forwarded.
Updating 2462d23..9917b43
Fast-forward
CONTRIBUTORS | 23 ++
LICENSE | 691 +++++++++++++++++++++++++++++++++++++++++++++++++
pom.serverplugins.xml | 2 +-
3 files changed, 715 insertions(+), 1 deletion(-)
create mode 100644 CONTRIBUTORS
create mode 100644 LICENSE
Repository taxomachine has changed
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building taxomachine 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ taxomachine ---
[INFO] Deleting file set: /home/opentree/repo/taxomachine/target (included: [**], excluded: [])
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ taxomachine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ taxomachine ---
[INFO] Compiling 51 source files to /home/opentree/repo/taxomachine/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ taxomachine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ taxomachine ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ taxomachine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/opentree/repo/taxomachine/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ taxomachine ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ taxomachine ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/opentree/repo/taxomachine/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ taxomachine ---
[INFO] Building jar: /home/opentree/repo/taxomachine/target/taxomachine-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.5:install (default-install) @ taxomachine ---
[INFO] Installing /home/opentree/repo/taxomachine/target/taxomachine-0.0.1-SNAPSHOT.jar to /home/opentree/.m2/repository/org/opentree/taxomachine/0.0.1-SNAPSHOT/taxomachine-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/opentree/repo/taxomachine/pom.xml to /home/opentree/.m2/repository/org/opentree/taxomachine/0.0.1-SNAPSHOT/taxomachine-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.991s
[INFO] Finished at: Thu Apr 17 01:27:48 UTC 2014
[INFO] Final Memory: 22M/321M
[INFO] ------------------------------------------------------------------------
installing plugin for taxomachine
Using branch master of repo taxomachine
Already up-to-date.
Repository taxomachine is unchanged since last time
Neo4j Server is running at pid 32247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment