aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2016-11-14 21:04:22 -0800
committerEric Anderson <ejona@google.com>2016-11-15 22:34:50 -0800
commit06697b5376d9d4178e13340db900af1c66eef002 (patch)
tree3621c32e08604534170313bf9b9e5354d7ce8515 /README.md
parent7306df42662b8eb96f3524e3940b3e65d37deb73 (diff)
downloadgrpc-grpc-java-06697b5376d9d4178e13340db900af1c66eef002.tar.gz
doc: link to IDE-specific docs for os-maven-plugin
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fa1b3121..d5096ca76 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,9 @@ For protobuf-based codegen, you can put your proto files in the `src/main/proto`
and `src/test/proto` directories along with an appropriate plugin.
For protobuf-based codegen integrated with the Maven build system, you can use
-[protobuf-maven-plugin][]:
+[protobuf-maven-plugin][] (Eclipse and NetBeans users should also look at
+`os-maven-plugin`'s
+[IDE documentation](https://github.com/trustin/os-maven-plugin#issues-with-eclipse-m2e-or-other-ides)):
```xml
<build>
<extensions>