This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 031bf60 Update Eclipse documentation
031bf60 is described below
commit 031bf60a58ba7e4a652620a0a53a5ee6f9a97758
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Dec 17 18:37:19 2018 +0100
Update Eclipse documentation
More recent m2e-tycho versions now have the correct behaviour when working
with the maven-bundle-plugin, so the documentation reflects that.
---
.../development/ide-tooling/ide-tooling-incremental-build.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/jbake/content/documentation/development/ide-tooling/ide-tooling-incremental-build.md
b/src/main/jbake/content/documentation/development/ide-tooling/ide-tooling-incremental-build.md
index 38a89b4..682ed56 100644
---
a/src/main/jbake/content/documentation/development/ide-tooling/ide-tooling-incremental-build.md
+++
b/src/main/jbake/content/documentation/development/ide-tooling/ide-tooling-incremental-build.md
@@ -23,7 +23,7 @@ This version needs
[m2eclipse-tycho](https://github.com/tesla/m2eclipse-tycho) (
#### maven-bundle-plugin since version 3.2.0
-Natively supports incremental builds for the `manifest` goal
([FELIX-4009](https://issues.apache.org/jira/browse/FELIX-4009)) which needs to
be explicitly configured as outlined in the [maven-bundle-plugin
FAQ](http://felix.apache.org/documentation/faqs/apache-felix-bundle-plugin-faq.html#use-scr-metadata-generated-by-bnd-in-unit-tests).
m2e-tycho is incompatible with that version, because it leads to errors like
`Duplicate bundle executions found. Please remove any explicitly defined bu
[...]
+Natively supports incremental builds for the `manifest` goal
([FELIX-4009](https://issues.apache.org/jira/browse/FELIX-4009)) which needs to
be explicitly configured as outlined in the [maven-bundle-plugin
FAQ](http://felix.apache.org/documentation/faqs/apache-felix-bundle-plugin-faq.html#use-scr-metadata-generated-by-bnd-in-unit-tests).
Older versions of m2e-tycho are incompatible with that version, because it
leads to errors like `Duplicate bundle executions found. Please remove any ex
[...]
### bnd-maven-plugin