You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/12/25 19:12:26 UTC

git commit: Add a note about the Karaf features repositories in the karaf-maven-plugin

Updated Branches:
  refs/heads/master 5a8d6f24b -> c8b061ee9


Add a note about the Karaf features repositories in the karaf-maven-plugin


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c8b061ee
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c8b061ee
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c8b061ee

Branch: refs/heads/master
Commit: c8b061ee90f456af384eee7e361858200d36798c
Parents: 5a8d6f2
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Dec 25 19:11:48 2013 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Dec 25 19:11:48 2013 +0100

----------------------------------------------------------------------
 manual/src/main/webapp/update-notes.conf | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/c8b061ee/manual/src/main/webapp/update-notes.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/update-notes.conf b/manual/src/main/webapp/update-notes.conf
index 7ab1e23..49d5d0d 100644
--- a/manual/src/main/webapp/update-notes.conf
+++ b/manual/src/main/webapp/update-notes.conf
@@ -205,6 +205,15 @@ The goals have changed as follow:
 | features:validate-features                    | karaf:features-validate-descriptor                |
 | cmdhelp:cmdhelp                               | karaf:commands-generate-help                      |
 
+Using the {{features:add-features-to-repo}} goal, you have now to explicitily define the Apache Karaf features URL (previously, the Apache Karaf features were automatically added).
+It means that you have to define:
+
+{code}
+<descriptor>mvn:org.apache.karaf.features/standard/3.0.0/xml/features</descriptor>
+<descriptor>mvn:org.apache.karaf.features/spring/3.0.0/xml/features</descriptor>
+<descriptor>mvn:org.apache.karaf.features/enterprise/3.0.0/xml/features</descriptor>
+{code}
+
 h2. Test tooling
 
 Apache Karaf 3.0.x is fully supported by OPS4J Pax Exam and "previous" karaf-pax-exam module is no more maintained.
@@ -222,4 +231,4 @@ Apache Karaf 2.x container.
 
 Most of the files in the different Apache Karaf folders have changed, and the merge/diff is very large.
 
-The future Apache Karaf version will introduce the concept of "Karaf Profiles" to simplify the update process.
\ No newline at end of file
+The future Apache Karaf version will introduce the concept of "Karaf Profiles" to simplify the update process.