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 2016/09/18 07:26:06 UTC

[1/2] karaf git commit: Excluding some karaf-maven-plugin itests requiring artifact on Maven repo. It means that those it work only after a first build with invoker.skip (to populate the local Maven repo).

Repository: karaf
Updated Branches:
  refs/heads/master c874e4795 -> a8049e01f


Excluding some karaf-maven-plugin itests requiring artifact on Maven repo.
It means that those it work only after a first build with invoker.skip (to populate the local Maven repo).


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

Branch: refs/heads/master
Commit: 17b97b698fc531780cef888ffa69b7170e3a3c89
Parents: c874e47
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sun Sep 18 09:24:22 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sun Sep 18 09:24:22 2016 +0200

----------------------------------------------------------------------
 tooling/karaf-maven-plugin/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/17b97b69/tooling/karaf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index ec227f6..0412673 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -223,6 +223,14 @@
                     <pomIncludes>
                         <pomInclude>*/pom.xml</pomInclude>
                     </pomIncludes>
+                    <pomExcludes>
+                        <!-- The following IT may fail as the SNAPSHOT is not on a remote repo -->
+                        <!-- So, it requires to skip test for the early first build to populate the local repo -->
+                        <pomExclude>test-run/pom.xml</pomExclude>
+                        <pomExclude>test-assembly/pom.xml</pomExclude>
+                        <pomExclude>test-check-dependencies-failure/pom.xml</pomExclude>
+                        <pomExclude>test-assembly-prop-edits/pom.xml</pomExclude>
+                    </pomExcludes>
                     <postBuildHookScript>verify</postBuildHookScript>
                     <!--<localRepositoryPath>${project.build.directory}/system</localRepositoryPath>-->
                     <!--<settingsFile>src/it/settings.xml</settingsFile>-->


[2/2] karaf git commit: [KARAF-4688] Add additional javafx packages in jre.properties

Posted by jb...@apache.org.
[KARAF-4688] Add additional javafx packages in jre.properties


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

Branch: refs/heads/master
Commit: a8049e01fb74ed38a095c949c45e839d4a0b7243
Parents: 17b97b6
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sun Sep 18 09:25:40 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sun Sep 18 09:25:40 2016 +0200

----------------------------------------------------------------------
 .../src/main/filtered-resources/resources/etc/jre.properties   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/a8049e01/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties b/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
index 0ade1f6..1ea382e 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
+++ b/assemblies/features/base/src/main/filtered-resources/resources/etc/jre.properties
@@ -472,6 +472,7 @@ jre-1.8= \
  javafx.beans.property.adapter, \
  javafx.beans.value, \
  javafx.collections, \
+ javafx.collections.transform, \
  javafx.concurrent, \
  javafx.css, \
  javafx.embed.swing, \
@@ -479,6 +480,7 @@ jre-1.8= \
  javafx.event, \
  javafx.fxml, \
  javafx.geometry, \
+ javafx.print, \
  javafx.scene, \
  javafx.scene.canvas, \
  javafx.scene.chart, \
@@ -497,6 +499,7 @@ jre-1.8= \
  javafx.stage, \
  javafx.util, \
  javafx.util.converter, \
+ netscape.javascript, \
  org.ietf.jgss, \
  org.omg.CORBA, \
  org.omg.CORBA_2_3, \
@@ -667,6 +670,7 @@ jre-9= \
  javafx.beans.property.adapter, \
  javafx.beans.value, \
  javafx.collections, \
+ javafx.collections.transformation, \
  javafx.concurrent, \
  javafx.css, \
  javafx.embed.swing, \
@@ -674,6 +678,7 @@ jre-9= \
  javafx.event, \
  javafx.fxml, \
  javafx.geometry, \
+ javafx.print, \
  javafx.scene, \
  javafx.scene.canvas, \
  javafx.scene.chart, \
@@ -692,6 +697,7 @@ jre-9= \
  javafx.stage, \
  javafx.util, \
  javafx.util.converter, \
+ netscape.javascript, \
  org.ietf.jgss, \
  org.omg.CORBA, \
  org.omg.CORBA_2_3, \