In issue #1 support for inclusion of .proto imports from project dependencies was added. However, this support only worked if the Eclipse project that contained the .proto files with the import statements was a Java project. If it was just a Maven project (having the Maven nature and not the Java nature), the Maven dependencies were not resolved and .proto files in those dependencies were not found.
A workaround was converting the project to a Java nature, but ideally, protobuf-dt should also be able to resolve the Maven dependencies directly, with help of m2eclipse.
In issue #1 support for inclusion of .proto imports from project dependencies was added. However, this support only worked if the Eclipse project that contained the .proto files with the import statements was a Java project. If it was just a Maven project (having the Maven nature and not the Java nature), the Maven dependencies were not resolved and .proto files in those dependencies were not found.
A workaround was converting the project to a Java nature, but ideally, protobuf-dt should also be able to resolve the Maven dependencies directly, with help of m2eclipse.