LeonMinkus commented on issue #15629:
URL: https://github.com/apache/dubbo/issues/15629#issuecomment-3168021930

   this is some pluggin maven configration          
     <plugin>
                   <groupId>org.apache.dubbo</groupId>
                   <artifactId>dubbo-maven-plugin</artifactId>
                   <version>3.3.5</version>
                   <configuration>
                       
<outputDir>${project.build.directory}/generated-sources/protobuf/java</outputDir>
                       
<protoSourceDir>${basedir}/src/main/proto</protoSourceDir>
                       <protocVersion>3.19.4</protocVersion>
                       <dubboGenerateType>tri</dubboGenerateType>
                   </configuration>
                   <executions>
                       <execution>
                           <goals>
                               <goal>compile</goal>
                           </goals>
                       </execution>
                   </executions>
                   <dependencies>
                       <dependency>
                           <groupId>kr.motd.maven</groupId>
                           <artifactId>os-maven-plugin</artifactId>
                           <version>1.7.0</version>
                       </dependency>
                   </dependencies>
               </plugin>
   this is proto file 
   
   <img width="945" height="55" alt="Image" 
src="https://github.com/user-attachments/assets/8f850136-ff54-4d03-b05b-876ef760d9e9";
 />
   this is generated java code
   <img width="1024" height="149" alt="Image" 
src="https://github.com/user-attachments/assets/95111a7c-8f93-48f7-93aa-8ef4052274ee";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to