From 5ea590d5ba0bd02e66d95b20a64ef8aee5b68ed9 Mon Sep 17 00:00:00 2001 From: gk5885 Date: Tue, 4 Aug 2009 23:43:27 +0000 Subject: add lite profile docs in the README --- java/README.txt | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'java/README.txt') diff --git a/java/README.txt b/java/README.txt index 050bbfe7..58ace031 100644 --- a/java/README.txt +++ b/java/README.txt @@ -7,7 +7,7 @@ Installation - With Maven ========================= The Protocol Buffers build is managed using Maven. If you would -rather build without Maven, see the next section. +rather build without Maven, see below. 1) Install Apache Maven if you don't have it: @@ -39,6 +39,28 @@ rather build without Maven, see the next section. $ mvn package The .jar will be placed in the "target" directory. + +Installation - 'Lite' Version - With Maven +========================= + +Building the 'lite' version of the Java Protocol Buffers library is +the same as building the full version, except that all commands are +run using the 'lite' profile. (see +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 + +The resulting artifact has the 'lite' classifier. To reference it +for dependency resolution, you would specify it as: + + + com.google.protobuf + protobuf-java + ${version} + lite + Installation - Without Maven ============================ -- cgit v1.2.3