You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2017/06/22 05:32:49 UTC

[1/3] camel git commit: CAMEL-11432- common flag to skipTests

Repository: camel
Updated Branches:
  refs/heads/master 3756fba22 -> 1cbae7565


CAMEL-11432- common flag to skipTests


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

Branch: refs/heads/master
Commit: ee688395595656386656dcfea0e246f1e92f66ff
Parents: ea30e54
Author: onders86 <on...@gmail.com>
Authored: Wed Jun 21 16:45:03 2017 +0300
Committer: onders86 <on...@gmail.com>
Committed: Wed Jun 21 16:45:03 2017 +0300

----------------------------------------------------------------------
 components/camel-grpc/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ee688395/components/camel-grpc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-grpc/pom.xml b/components/camel-grpc/pom.xml
index e1a2740..727fbfb 100644
--- a/components/camel-grpc/pom.xml
+++ b/components/camel-grpc/pom.xml
@@ -134,7 +134,7 @@
             <configuration>
               <scripts>
                 <script><![CDATA[
-                  project.properties['skip-test']=project.properties['os.detected.classifier'].matches('^.*?(linux|windows|osx)-x86.*$') ? 'false' : 'true';
+                  project.properties['skipTests']=project.properties['os.detected.classifier'].matches('^.*?(linux|windows|osx)-x86.*$') ? 'false' : 'true';
                 ]]></script>
               </scripts>
             </configuration>
@@ -159,7 +159,7 @@
           <protocArtifact>com.google.protobuf:protoc:${protobuf-version}:exe:${os.detected.classifier}</protocArtifact>
           <pluginId>grpc-java</pluginId>
           <pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc-version}:exe:${os.detected.classifier}</pluginArtifact>
-          <skip>${skip-test}</skip>
+          <skip>${skipTests}</skip>
         </configuration>
         <executions>
           <execution>
@@ -181,7 +181,7 @@
               <goal>testCompile</goal>
             </goals>
             <configuration>
-              <skip>${skip-test}</skip>
+              <skip>${skipTests}</skip>
             </configuration>
           </execution>
         </executions>
@@ -191,7 +191,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <skipTests>${skip-test}</skipTests>
+          <skipTests>${skipTests}</skipTests>
         </configuration>
       </plugin>
     </plugins>


[3/3] camel git commit: Merge pull request #1779 from onders86/CAMEL-11432

Posted by on...@apache.org.
Merge pull request #1779 from onders86/CAMEL-11432

* CAMEL-11432:
  CAMEL-11432- common flag to skipTests
  CAMEL-11432- common flag to skipTests


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

Branch: refs/heads/master
Commit: 1cbae7565c23c82cefde5aa99f6648b805e1a10d
Parents: 3756fba 436e216
Author: onders86 <on...@gmail.com>
Authored: Thu Jun 22 08:32:06 2017 +0300
Committer: onders86 <on...@gmail.com>
Committed: Thu Jun 22 08:32:06 2017 +0300

----------------------------------------------------------------------
 components/camel-grpc/pom.xml     | 8 ++++----
 components/camel-protobuf/pom.xml | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------



[2/3] camel git commit: CAMEL-11432- common flag to skipTests

Posted by on...@apache.org.
CAMEL-11432- common flag to skipTests


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

Branch: refs/heads/master
Commit: 436e216942f81f7e629b0d9e2c15cce976b6fca6
Parents: ee68839
Author: onders86 <on...@gmail.com>
Authored: Thu Jun 22 08:22:52 2017 +0300
Committer: onders86 <on...@gmail.com>
Committed: Thu Jun 22 08:22:52 2017 +0300

----------------------------------------------------------------------
 components/camel-protobuf/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/436e2169/components/camel-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml
index 33f7547..46c3a0c 100644
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -119,7 +119,7 @@
             <configuration>
               <scripts>
                 <script><![CDATA[
-                  project.properties['skip-test']=project.properties['os.detected.classifier'].matches('^.*?(linux|windows|osx)-x86.*$') ? 'false' : 'true';
+                  project.properties['skipTests']=project.properties['os.detected.classifier'].matches('^.*?(linux|windows|osx)-x86.*$') ? 'false' : 'true';
                 ]]></script>
               </scripts>
             </configuration>
@@ -148,7 +148,7 @@
             </goals>
             <configuration>
               <protocArtifact>com.google.protobuf:protoc:${protobuf-version}:exe:${os.detected.classifier}</protocArtifact>
-              <skip>${skip-test}</skip>
+              <skip>${skipTests}</skip>
             </configuration>
           </execution>
         </executions>
@@ -164,7 +164,7 @@
               <goal>testCompile</goal>
             </goals>
             <configuration>
-              <skip>${skip-test}</skip>
+              <skip>${skipTests}</skip>
             </configuration>
           </execution>
         </executions>
@@ -174,7 +174,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <skipTests>${skip-test}</skipTests>
+          <skipTests>${skipTests}</skipTests>
         </configuration>
       </plugin>
     </plugins>