Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from deflaux/master
Browse files Browse the repository at this point in the history
Add a note about Maven 3.3.3
  • Loading branch information
deflaux committed Aug 18, 2015
2 parents b0bf45a + 777a75e commit ee0c927
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ dependencies {
}
```

##Building this project

Use a recent version of [Apache Maven](http://maven.apache.org/download.cgi) (e.g., version 3.3.3) to build this code:

cd utils-java
mvn package

If you wish to modify this code while also modifying a project that depends upon it (e.g., [dataflow-java](https://github.com/googlegenomics/dataflow-java), just

1. Build and install the jar to your local maven repository via `mvn install`.
2. Then update the pom.xml of the dependent project to temporarily depend upon the particular SNAPSHOT version of utils-java now installed in your local maven repository.

##gRPC
This project now includes code for calling the Genomics API using <a href="http://www.grpc.io">gRPC</a>.
Calling the API with gRPC should greatly improve performance but is still experimental (alpha). To use
Expand Down

0 comments on commit ee0c927

Please sign in to comment.