Under hbase-protocol module, run: protoc -Isrc/main/protobuf --java_out=src/main/java <path-to-dor-proto-file>
Cheers On Sat, Jan 12, 2013 at 2:28 PM, Jean-Marc Spaggiari < [email protected]> wrote: > Hi, > > I have update the Client.Proto file and would like to re-generate the > classes. > > I tried mvn clean package -DskipTests and mvn clean install > -DskipTests but the file is still not generated. > > Which command should I run to re-generate it? > > Thanks, > > JM >
