From 5f7b44f69d2295c3e0e084bd0447bf39db66317d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Sat, 13 Oct 2018 09:59:04 +0200 Subject: [PATCH] Readme: eclipse plugin should go into dropins directory (#33) The eclipse/plugins directory is reserved for p2 (aka managed installation), so prefer the /dropins directory instead. It exists precisely for user-supplied extensions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26e67a..d587ef1 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ This will result in a `${os.detected.classifier}` of `linux--debian` on de If you are using IntelliJ IDEA, you should not have any problem. -If you are using Eclipse, you need to install an additional Eclipse plugin because [m2e](https://www.eclipse.org/m2e/) does not evaluate the extension specified in a `pom.xml`. [Download `os-maven-plugin-1.6.0.jar`](http://repo1.maven.org/maven2/kr/motd/maven/os-maven-plugin/1.6.0/os-maven-plugin-1.6.0.jar) and put it into the `/plugins` directory. +If you are using Eclipse, you need to install an additional Eclipse plugin because [m2e](https://www.eclipse.org/m2e/) does not evaluate the extension specified in a `pom.xml`. [Download `os-maven-plugin-1.6.0.jar`](http://repo1.maven.org/maven2/kr/motd/maven/os-maven-plugin/1.6.0/os-maven-plugin-1.6.0.jar) and put it into the `/dropins` directory. (As you might have noticed, `os-maven-plugin` is a Maven extension, a Maven plugin, and an Eclipse plugin.)