You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/07 07:48:09 UTC

[2/2] camel git commit: Fixed test module issue of release

Fixed test module issue of release


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

Branch: refs/heads/master
Commit: 970ca3b04619c07722f245b5131fd7efe8c443be
Parents: 3698f51
Author: Willem Jiang <wi...@gmail.com>
Authored: Sat Mar 7 14:46:55 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Sat Mar 7 14:46:55 2015 +0800

----------------------------------------------------------------------
 pom.xml       |  4 ++--
 tests/pom.xml | 15 +++++++++++++--
 2 files changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/970ca3b0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3db52ff..869a3d7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
                   <requireMavenVersion>
                     <version>${maven-enforcer-require-maven-version}</version>
                   </requireMavenVersion>
-                </rules>    
+                </rules>
               </configuration>
             </execution>
           </executions>
@@ -260,7 +260,7 @@
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>
             <!-- The profile we want to use when doing the release -->
-            <arguments>-Prelease,enable-schemagen,apt,sourcecheck,hibernate,osgi.test,performance.test</arguments>
+            <arguments>-Prelease,enable-schemagen,apt,sourcecheck,hibernate</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>

http://git-wip-us.apache.org/repos/asf/camel/blob/970ca3b0/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index a38bc49..7073e08 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,9 +6,9 @@
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -44,6 +44,17 @@
   </modules>
 
   <profiles>
+    <!-- includes these modules when doing the release -->
+    <profile>
+      <id>release</id>
+      <modules>
+        <module>camel-itest-karaf</module>
+        <module>camel-itest-osgi</module>
+        <module>camel-itest-performance</module>
+        <module>camel-performance</module>
+      </modules>
+    </profile>
+
     <!-- osgi tests -->
     <profile>
       <id>osgi.test</id>