protoc
compiler with the main sources.protoc
compiler with the test sources.protopathElement
to the protopath.true
, the generated descriptor set will be attached to the build.true
, then the specified protobuf source files from this project will be attached
as resources to the build, for subsequent inclusion into the final artifact.Protoc
wrapper.groupId:artifactId:version[:type[:classifier]]
format.org.apache.maven.toolchain.java.DefaultJavaToolChain
.org.apache.maven.toolchain.java.DefaultJavaToolchainFactory
.jdk
toolchain if available,
with a fallback to java.home
system property.protoc
compiler using the configuration specified at construction.main()
method.File
for each dependency artifact.provides
properties in in a way compatible with toolchains descriptor version 1.0
(Maven 2.0.9 to 3.2.3, where it is represented as Object/DOM) and descriptor version 1.1
(Maven 3.2.4 and later, where it is represented as Properties).mvn protobuf:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.true
and writeDescriptorSet
has been set, the compiler will include
all dependencies in the descriptor set making it "self-contained".true
and writeDescriptorSet
has been set, do not strip SourceCodeInfo
from the FileDescriptorProto.protoc
compiler.Protoc
instances.protoc
compiler for generating main C++ sources
from protocol buffer definitions.protoc
compiler for generating main C# sources
from protocol buffer definitions.protoc
compiler with the specified plugin
executable to generate main sources from protocol buffer definitions.protoc
compiler for generating main JavaScript sources
from protocol buffer definitions.protoc
compiler for generating main Java sources
from protocol buffer definitions.protoc
compiler for generating main python sources
from protocol buffer definitions.protoc
plugin that is written in Java and
assembled from resolved artifacts at runtime.protoc
plugin (written in Java) from a ProtocPlugin
specification.protoc
compiler for generating test C++ sources
from protocol buffer definitions.protoc
compiler for generating test C# sources
from protocol buffer definitions.protoc
compiler with the specified plugin
executable to generate test sources from protocol buffer definitions.protoc
compiler for generating test JavaScript sources
from protocol buffer definitions.protoc
compiler for generating test Java sources
from protocol buffer definitions.protoc
compiler for generating test python sources
from protocol buffer definitions.true
, all command line arguments to protoc will be written to a file,
and only a path to that file will be passed to protoc on the command line.true
, the compiler will generate a binary descriptor set file for the
specified .proto
files.Copyright © 2016–2018 Maven Protocol Buffers Plugin Authors. All rights reserved.