X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-protocolbuffer-encoding%2FREADME-FIRST;h=d0be2cbcbb02cdc4310f130aa25c8e4f25fd386b;hp=778d8c6162c988bb282d5995e7d3e3ab5615ba43;hb=17e24a50d6f31c676b0c8065ab8ca35c82da674e;hpb=9ef0e0cb27949d6e9153b4042d35f691f87cdcf5 diff --git a/opendaylight/md-sal/sal-protocolbuffer-encoding/README-FIRST b/opendaylight/md-sal/sal-protocolbuffer-encoding/README-FIRST index 778d8c6162..d0be2cbcbb 100644 --- a/opendaylight/md-sal/sal-protocolbuffer-encoding/README-FIRST +++ b/opendaylight/md-sal/sal-protocolbuffer-encoding/README-FIRST @@ -20,4 +20,9 @@ machine protoc --proto_path=src/main/resources --java_out=src/main/java src/main/resources/*.proto -5. Run mvn clean install and resolve any trailing spaces issues & build the .jar +5. Run mvn clean install & build the .jar + +6. !!!WARNING!!! - never edit the generated sources files of protocol buffer + +7. !!!NOTE!!! if you are planning to add new .proto file option java_package should begin with + org.opendaylight.controller.protobuff.messages to properly exclude from sonar.