You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2020/12/24 09:17:55 UTC

[commons-ognl] branch master updated: Excludes README from licence check

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c1faf8  Excludes README from licence check
2c1faf8 is described below

commit 2c1faf8025a52523b1c4eacb9b8cc332b6d9b843
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Dec 24 10:17:45 2020 +0100

    Excludes README from licence check
---
 .travis.yml | 2 +-
 pom.xml     | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c569a2d..9b71e23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,4 +25,4 @@ jdk:
   - openjdk11
 
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+  - mvn -V clean test package
diff --git a/pom.xml b/pom.xml
index e902160..4436f15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,6 +426,9 @@ limitations under the License.
                 <include>pom.xml</include>
                 <include>src/**</include>
               </includes>
+              <excludes>
+                <exclude>README.md</exclude>
+              </excludes>
             </configuration>
           </plugin>
           <plugin>