Skip to content

Commit

Permalink
[skip ci] Updated Eclipse metadata and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-ivanov committed Oct 1, 2018
1 parent a8d257c commit 594731c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>protobuf-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Protocol Buffers Plugin</name>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<url>https://www.xolstice.org/protobuf-maven-plugin</url>
<description>Maven Plugin that executes the Protocol Buffers (protoc) compiler</description>
<inceptionYear>2016</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<goal>test-compile-python</goal>
<goal>compile-csharp</goal>
<goal>test-compile-csharp</goal>
<goal>compile-js</goal>
<goal>test-compile-js</goal>
<goal>compile-custom</goal>
<goal>test-compile-custom</goal>
<goal>compile-javanano</goal>
Expand Down
6 changes: 6 additions & 0 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ ${project.name}
* {{{./test-compile-csharp-mojo.html}${goalPrefix}:test-compile-csharp}}
compiles test <<<.proto>>> definitions into C# files and attaches the generated C# test sources to the project.

* {{{./compile-js-mojo.html}${goalPrefix}:compile-js}}
compiles main <<<.proto>>> definitions into JavaScript files and attaches the generated JavaScript sources to the project.

* {{{./test-compile-js-mojo.html}${goalPrefix}:test-compile-js}}
compiles test <<<.proto>>> definitions into JavaScript files and attaches the generated JavaScript test sources to the project.

* {{{./compile-javanano-mojo.html}${goalPrefix}:compile-javanano}}
uses JavaNano generator (requires protobuf compiler version 3 or above) to
compile main <<<.proto>>> definitions into Java files and attaches the generated Java sources to the project.
Expand Down

0 comments on commit 594731c

Please sign in to comment.