You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/02/09 06:09:02 UTC

[incubator-servicecomb-saga] branch master updated: Add the License header to acceptance test feature files

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new 697bf60  Add the License header to acceptance test feature files
697bf60 is described below

commit 697bf60b68fb44ae0a5f61b68e4412e660adc75e
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Feb 9 14:08:47 2018 +0800

    Add the License header to acceptance test feature files
---
 acceptance-tests/acceptance-pack/pom.xml                  |  1 +
 .../src/test/resources/pack_compensation_scenario.feature | 15 +++++++++++++++
 .../src/test/resources/pack_success_scenario.feature      | 15 +++++++++++++++
 acceptance-tests/pom.xml                                  |  1 +
 pom.xml                                                   | 11 ++++++-----
 5 files changed, 38 insertions(+), 5 deletions(-)

diff --git a/acceptance-tests/acceptance-pack/pom.xml b/acceptance-tests/acceptance-pack/pom.xml
index cc4a384..19d5933 100644
--- a/acceptance-tests/acceptance-pack/pom.xml
+++ b/acceptance-tests/acceptance-pack/pom.xml
@@ -27,6 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>acceptance-pack</artifactId>
+  <name>Saga:Acceptance Tests::Pack</name>
 
   <dependencies>
     <dependency>
diff --git a/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature b/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature
index 81e5ac5..fffcde2 100644
--- a/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature
+++ b/acceptance-tests/acceptance-pack/src/test/resources/pack_compensation_scenario.feature
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# 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.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 Feature: Alpha records transaction events
 
   Scenario: A sub-transaction failed and global transaction compensated
diff --git a/acceptance-tests/acceptance-pack/src/test/resources/pack_success_scenario.feature b/acceptance-tests/acceptance-pack/src/test/resources/pack_success_scenario.feature
index c326e71..cba7f5d 100644
--- a/acceptance-tests/acceptance-pack/src/test/resources/pack_success_scenario.feature
+++ b/acceptance-tests/acceptance-pack/src/test/resources/pack_success_scenario.feature
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# 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.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 Feature: Alpha records transaction events
 
   Scenario: Everything is normal
diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml
index 24c09ca..96b83ea 100644
--- a/acceptance-tests/pom.xml
+++ b/acceptance-tests/pom.xml
@@ -27,6 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>acceptance-tests</artifactId>
+  <name>Saga:Acceptance Tests</name>
   <packaging>pom</packaging>
   <modules>
     <module>acceptance-pack</module>
diff --git a/pom.xml b/pom.xml
index 13e9ca0..f263683 100755
--- a/pom.xml
+++ b/pom.xml
@@ -630,14 +630,15 @@
             <exclude>.github/PULL_REQUEST_TEMPLATE.md</exclude>
             <exclude>.travis.yml</exclude>
             <exclude>DISCLAIMER</exclude>
+            <exclude>docs/*.md</exclude>
+            <exclude>docs/**.md</exclude>
             <exclude>**/README.md</exclude>
-            <exclude>**/api.md</exclude>
-            <excldue>target/**</excldue>
+            <excldue>**/target/**</excldue>
             <exclude>**/*.sql</exclude>
-            <!-- just exclude the css and js check -->
-            <exclude>**/*.js</exclude>
+            
+            <!--exclude>**/*.js</exclude>
             <exclude>**/*.css</exclude>
-            <exclude>**/*.css.map</exclude>
+            <exclude>**/*.css.map</exclude-->
           </excludes>
         </configuration>
       </plugin>

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.