Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Preparation for the release, documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-ivanov committed Dec 21, 2015
1 parent 485cafd commit 3653b8e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
<contributor>
<name>Marek Kedzierski (kedzie)</name>
</contributor>
<contributor>
<name>Alexander Torstling (atorstling)</name>
</contributor>
</contributors>

<scm>
Expand Down
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

<body>

<release version="0.4.4" date="2015-12-21" description="Additional protoc options">
<action dev="sergei-ivanov" type="add" issue="39" due-to="Alexander Torstling (atorstling)">
Added support for including source info in descriptor sets.
</action>
</release>

<release version="0.4.3" date="2015-09-20" description="Support for JavaNano, minor changes">
<action dev="sergei-ivanov" type="add" issue="38" due-to="Marek Kedzierski (kedzie)">
Added support for JavaNano generator (requires protobuf compiler version 3 or above).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ abstract class AbstractProtocMojo extends AbstractMojo {
* If {@code true} and {@code writeDescriptorSet} has been set, do not strip SourceCodeInfo
* from the FileDescriptorProto. This results in vastly larger descriptors that include information
* about the original location of each decl in the source file as well as surrounding comments.
*
* @since 0.4.4
*/
@Parameter(
Expand Down
4 changes: 4 additions & 0 deletions src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ mvn toolchains:toolchain protoc:test-compile
* <<<includeDependenciesInDescriptorSet>>> - if <<<true>>>, all imports are included in the descriptor set; default
is <<<false>>>.

* <<<includeSourceInfoInDescriptorSet>>> - if <<<true>>>, source code information will be included in the
descriptor set; default is <<<false>>>. Please note that the size of the description set may increase significantly
if this option is enabled.

* <<<descriptorSetFileName>>> - the file name of the descriptor set; default is the artifact name with
the <<<.protobin>>> extension.

Expand Down

0 comments on commit 3653b8e

Please sign in to comment.