You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ss...@apache.org on 2017/03/09 22:14:24 UTC

svn commit: r1786247 - /felix/trunk/tools/maven-bundle-plugin/src/site/apt/index.apt

Author: sseifert
Date: Thu Mar  9 22:14:24 2017
New Revision: 1786247

URL: http://svn.apache.org/viewvc?rev=1786247&view=rev
Log:
fix bnd URL, remove "2" from maven version

Modified:
    felix/trunk/tools/maven-bundle-plugin/src/site/apt/index.apt

Modified: felix/trunk/tools/maven-bundle-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/src/site/apt/index.apt?rev=1786247&r1=1786246&r2=1786247&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/src/site/apt/index.apt (original)
+++ felix/trunk/tools/maven-bundle-plugin/src/site/apt/index.apt Thu Mar  9 22:14:24 2017
@@ -28,7 +28,7 @@
 
 Maven Bundle Plugin
 
-  This Maven 2 plugin is based on the {{{http://www.aqute.biz/Bnd/Bnd/}BND}} tool from Peter Kriens. The way BND works is by treating your project as a big collection of classes (e.g., project code, dependencies, and the class path). The way you create a bundle with BND is to tell it the content of the bundle's JAR file as a subset of the available classes. This plugin wraps BND to make it work specifically with the Maven 2 project structure and to provide it with reasonable default behavior for Maven 2 projects.
+  This Maven plugin is based on the {{{http://bnd.bndtools.org/}BND}} tool from Peter Kriens. The way BND works is by treating your project as a big collection of classes (e.g., project code, dependencies, and the class path). The way you create a bundle with BND is to tell it the content of the bundle's JAR file as a subset of the available classes. This plugin wraps BND to make it work specifically with the Maven project structure and to provide it with reasonable default behavior for Maven projects.
 
 * Goals Overview