You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/11/03 08:34:59 UTC

svn commit: r1767834 - /sling/site/trunk/content/documentation/development/ide-tooling/ide-tooling-incremental-build.mdtext

Author: kwin
Date: Thu Nov  3 08:34:59 2016
New Revision: 1767834

URL: http://svn.apache.org/viewvc?rev=1767834&view=rev
Log:
SLING-6112 fix some typos, added clarifications

Modified:
    sling/site/trunk/content/documentation/development/ide-tooling/ide-tooling-incremental-build.mdtext

Modified: sling/site/trunk/content/documentation/development/ide-tooling/ide-tooling-incremental-build.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/ide-tooling/ide-tooling-incremental-build.mdtext?rev=1767834&r1=1767833&r2=1767834&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/ide-tooling/ide-tooling-incremental-build.mdtext (original)
+++ sling/site/trunk/content/documentation/development/ide-tooling/ide-tooling-incremental-build.mdtext Thu Nov  3 08:34:59 2016
@@ -27,6 +27,6 @@ The [bnd-maven-plugin](https://github.co
 
 ## Service Description and Metatype Resources
 
-OSGi component and metatype annotations (for OSGi 6) are natively supported through bnd (and therefore automatically generated through both maven-bundle-plugin and bnd-maven-plugin). You don't need to configure anything explicitly since version 3.0.0 of bnd [issue 1041](https://github.com/bndtools/bnd/issues/1041).
+OSGi component and metatype annotations (for OSGi 6) are natively supported through bnd (and therefore automatically generated through both maven-bundle-plugin and bnd-maven-plugin). You don't need to configure anything explicitly since version 3.0.0 of bnd ([issue 1041](https://github.com/bndtools/bnd/issues/1041)).
 
-The `maven-bundle-plugin` can be optionally coupled with the `maven-scr-plugin`. Both `maven-bundle-plugin` as well as `bnd-maven-plugin` can be optionally coupled with the [scr-bnd-plugin](http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-bndtools-use.html) to generate components descriptions and metatype resources out of the Felix SCR annotations. The recommended way for new projects though is to rely on OSGi 6 annotations only.
\ No newline at end of file
+The maven-bundle-plugin can be optionally coupled with the [maven-scr-plugin](http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.html). Both maven-bundle-plugin as well as bnd-maven-plugin can be optionally coupled with the [scr-bnd-plugin](http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-bndtools-use.html). Both approaches can be used to generate components descriptions and metatype resources out of the [Felix SCR annotations](http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html). The recommended way for new projects though is to rely on OSGi 6 annotations. However if you need to rely on Felix SCR annotations though it is recommended to rather use the scr-bnd-plugin over the maven-scr-plugin, as the former is nicely integrated into bnd and therefore means less overhead during the build.
\ No newline at end of file