telenths / protostuff

Automatically exported from code.google.com/p/protostuff
Apache License 2.0
0 stars 0 forks source link

The maven plugin doesn't have an option for setting the "proto_path" for imported protos. #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tested with version 1.0.4

Original issue reported on code.google.com by lozi...@gmail.com on 1 Feb 2012 at 6:12

GoogleCodeExporter commented 8 years ago
You could exec it like this:
$ mvn -Dproto_path=your_path

Original comment by david.yu...@gmail.com on 2 Feb 2012 at 1:07

GoogleCodeExporter commented 8 years ago
Pass multiple paths separated by a comma:
$ mvn -Dproto_path=../../lib,/usr/local/include/

Original comment by sarcidia...@instartlogic.com on 29 Aug 2013 at 2:45