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 2014/03/28 15:18:24 UTC

[1/2] git commit: [KARAF-2173] Fix karaf-maven-plugin itest

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x df41bc048 -> f8d270f6c


[KARAF-2173] Fix karaf-maven-plugin itest


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

Branch: refs/heads/karaf-3.0.x
Commit: eba3e796b7750abe9d87a6126b2382c3c5c3ebb1
Parents: df41bc0
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Mar 28 15:17:26 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Fri Mar 28 15:17:26 2014 +0100

----------------------------------------------------------------------
 .../it/test-aggregate-features/aggregate-recursive-module-d/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/eba3e796/tooling/karaf-maven-plugin/src/it/test-aggregate-features/aggregate-recursive-module-d/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/src/it/test-aggregate-features/aggregate-recursive-module-d/pom.xml b/tooling/karaf-maven-plugin/src/it/test-aggregate-features/aggregate-recursive-module-d/pom.xml
index 09ac051..aab71cc 100644
--- a/tooling/karaf-maven-plugin/src/it/test-aggregate-features/aggregate-recursive-module-d/pom.xml
+++ b/tooling/karaf-maven-plugin/src/it/test-aggregate-features/aggregate-recursive-module-d/pom.xml
@@ -43,7 +43,6 @@
             <groupId>test</groupId>
             <artifactId>aggregate-recursive-module-a</artifactId>
             <version>1.0-SNAPSHOT</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>test</groupId>


[2/2] git commit: [KARAF-2844] Sync invoker.skip with skipTests

Posted by jb...@apache.org.
[KARAF-2844] Sync invoker.skip with skipTests


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

Branch: refs/heads/karaf-3.0.x
Commit: f8d270f6c5d1b7f2e780c9aad6a6e0308e518f8e
Parents: eba3e79
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Mar 28 15:17:56 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Fri Mar 28 15:17:56 2014 +0100

----------------------------------------------------------------------
 tooling/karaf-maven-plugin/pom.xml | 88 ++++++++++++++++-----------------
 1 file changed, 43 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/f8d270f6/tooling/karaf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index 01f6211..c6e51f1 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -171,51 +171,49 @@
         </dependency>
     </dependencies>
 
-    <profiles>
-        <profile>
-            <id>ci-build-profile</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-invoker-plugin</artifactId>
-                        <version>1.6</version>
-                        <configuration>
-                            <debug>true</debug>
-                            <projectsDirectory>src/it</projectsDirectory>
-                            <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-                            <pomIncludes>
-                                <pomInclude>*/pom.xml</pomInclude>
-                            </pomIncludes>
-                            <postBuildHookScript>verify</postBuildHookScript>
-                            <localRepositoryPath>${project.build.directory}/system</localRepositoryPath>
-                            <!--<settingsFile>src/it/settings.xml</settingsFile>-->
-                            <mavenOpts>-Djava.io.tmpdir=${project.build.directory}</mavenOpts>
-                            <goals>
-                                <goal>install</goal>
-                            </goals>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>integration-test</id>
-                                <goals>
-                                    <goal>install</goal>
-                                    <goal>run</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <dependencies>
-                            <dependency>
-                                <groupId>xmlunit</groupId>
-                                <artifactId>xmlunit</artifactId>
-                                <version>1.3</version>
-                            </dependency>
-                        </dependencies>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-invoker-plugin</artifactId>
+                <version>1.6</version>
+                <configuration>
+                    <debug>true</debug>
+                    <projectsDirectory>src/it</projectsDirectory>
+                    <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+                    <pomIncludes>
+                        <pomInclude>*/pom.xml</pomInclude>
+                    </pomIncludes>
+                    <postBuildHookScript>verify</postBuildHookScript>
+                    <localRepositoryPath>${project.build.directory}/system</localRepositoryPath>
+                    <!--<settingsFile>src/it/settings.xml</settingsFile>-->
+                    <mavenOpts>-Djava.io.tmpdir=${project.build.directory}</mavenOpts>
+                    <skipInstallation>${skipTests}</skipInstallation>
+                    <skipInvocation>${skipTests}</skipInvocation>
+                    <goals>
+                        <goal>install</goal>
+                    </goals>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>integration-test</id>
+                        <goals>
+                            <goal>install</goal>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>xmlunit</groupId>
+                        <artifactId>xmlunit</artifactId>
+                        <version>1.3</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
+    </build>
+
     <reporting>
         <!--<outputDirectory>target/site</outputDirectory>-->
         <plugins>