aboutsummaryrefslogtreecommitdiff
path: root/java/README.md
diff options
context:
space:
mode:
authorjesse <number.dot.ten@gmail.com>2015-03-16 15:15:59 -0700
committerjesse <number.dot.ten@gmail.com>2015-03-16 15:15:59 -0700
commitcd04e9b702ab50e47b9a84ca0777961cf0df058b (patch)
treeaf98e6e360d1042b58d2781956164862406d6dae /java/README.md
parentbf0559265298082f5e7c4cbfb3178ab82b133676 (diff)
downloadprotobuf-cd04e9b702ab50e47b9a84ca0777961cf0df058b.tar.gz
protobuf-cd04e9b702ab50e47b9a84ca0777961cf0df058b.tar.bz2
protobuf-cd04e9b702ab50e47b9a84ca0777961cf0df058b.zip
rename python README, and fix markdown in java and python respectively
Diffstat (limited to 'java/README.md')
-rw-r--r--java/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/README.md b/java/README.md
index 57e26a96..060d9ac6 100644
--- a/java/README.md
+++ b/java/README.md
@@ -1,4 +1,8 @@
Protocol Buffers - Google's data interchange format
+===================================================
+
+[![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https://travis-ci.org/google/protobuf)
+
Copyright 2008 Google Inc.
This directory contains the Java Protocol Buffers runtime library.
@@ -50,17 +54,19 @@ http://maven.apache.org/guides/introduction/introduction-to-profiles.html)
E.g. to install the lite version of the jar, you would run:
- $ mvn install -P lite
+ $ mvn install -P lite
The resulting artifact has the 'lite' classifier. To reference it
for dependency resolution, you would specify it as:
+```
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${version}</version>
<classifier>lite</classifier>
</dependency>
+```
Installation - Without Maven
============================