Class AbstractProtocTestCompileMojo

    • Field Detail

      • protoTestSourceRoot

        @Parameter(required=true,
                   defaultValue="${basedir}/src/test/proto")
        private java.io.File protoTestSourceRoot
        The source directories containing the test .proto definitions to be compiled.
      • descriptorSetOutputDirectory

        @Parameter(required=true,
                   defaultValue="${project.build.directory}/generated-test-resources/protobuf/descriptor-sets")
        private java.io.File descriptorSetOutputDirectory
        This is the directory into which the (optional) descriptor set file will be created.
        Since:
        0.3.0
      • descriptorSetClassifier

        @Parameter(required=false,
                   defaultValue="test")
        protected java.lang.String descriptorSetClassifier
        If generated descriptor set is to be attached to the build, specifies an optional classifier.
        Since:
        0.4.1
    • Constructor Detail

      • AbstractProtocTestCompileMojo

        public AbstractProtocTestCompileMojo()