You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/02/16 19:49:47 UTC

[maven-dependency-plugin] 06/13: Added Copyright header to workflow file.

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

khmarbaise pushed a commit to branch GITHUB_ACTIONS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit e80c54fcec5790c28fc8d89b4aa3450fcbd68d1a
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Aug 12 22:58:41 2019 +0200

    Added Copyright header to workflow file.
---
 .github/workflows/main.yml | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 435f20e..288ac56 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,3 +1,20 @@
+# 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.
+#
 name: Aapche Maven Dependency Plugin
 on:
   push:
@@ -21,7 +38,6 @@ jobs:
     
     - name: Build
       run: |
-        set -e
         mvn -V --no-transfer-progress -B clean verify -Prun-its
         
       shell: bash  
@@ -39,7 +55,6 @@ jobs:
     
     - name: Build
       run: |
-        set -e
         mvn -V --no-transfer-progress -B clean verify -Prun-its
         
       shell: bash  
@@ -57,7 +72,6 @@ jobs:
     
     - name: Test
       run: |
-        set -e
         mvn -V --no-transfer-progress -B clean verify -Prun-its
         
       shell: bash