Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
6c9f0020
Commit
6c9f0020
authored
Aug 05, 2009
by
kenton@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OCD
parent
5ea590d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.txt
java/README.txt
+3
-3
No files found.
java/README.txt
View file @
6c9f0020
...
@@ -39,9 +39,9 @@ rather build without Maven, see below.
...
@@ -39,9 +39,9 @@ rather build without Maven, see below.
$ mvn package
$ mvn package
The .jar will be placed in the "target" directory.
The .jar will be placed in the "target" directory.
Installation - 'Lite' Version - With Maven
Installation - 'Lite' Version - With Maven
=========================
=========================
=================
Building the 'lite' version of the Java Protocol Buffers library is
Building the 'lite' version of the Java Protocol Buffers library is
the same as building the full version, except that all commands are
the same as building the full version, except that all commands are
...
@@ -51,7 +51,7 @@ http://maven.apache.org/guides/introduction/introduction-to-profiles.html)
...
@@ -51,7 +51,7 @@ http://maven.apache.org/guides/introduction/introduction-to-profiles.html)
E.g. to install the lite version of the jar, you would run:
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
The resulting artifact has the 'lite' classifier. To reference it
for dependency resolution, you would specify it as:
for dependency resolution, you would specify it as:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment