mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
1a42353cc9
Signed-off-by: Leo Siepel <leosiepel@gmail.com> |
||
---|---|---|
.. | ||
google/protobuf | ||
acp.proto | ||
client.proto | ||
cluster.proto | ||
eventpush.proto | ||
gogo.proto | ||
protos.proto | ||
README.md | ||
service-activation.proto | ||
user-events.proto | ||
vehicle-commands.proto | ||
vehicle-events.proto | ||
vehicleapi.proto | ||
vin-events.proto |
How to protoc
- Check mvn repository which version to use
- Download correct protoc compiler from maven central into
PROTOC_DIR
- Call in mercedesme binding directory
PROTOC_DIR\protoc -I=proto --java_out=gen proto/*.proto
- Move generated sources including subdirs from
gen
to3rdparty\java
- Adapt
pom.xml
with version of step 1