You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2019/03/03 19:30:25 UTC

[curator] branch master updated: changed phase of maven-license-plugin to validate in order to avoid compilation and testing of invalid code (fail as early as possible)

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

randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bd9583  changed phase of maven-license-plugin to validate in order to avoid compilation and testing of invalid code (fail as early as possible)
     new 1552755  Merge pull request #259 from krichter722/license-plugin-phase
3bd9583 is described below

commit 3bd958330b76f7d7810d5237d24e5469feb2f5a1
Author: Karl-Philipp Richter <kr...@aol.de>
AuthorDate: Sun Mar 18 20:48:02 2018 +0100

    changed phase of maven-license-plugin to validate in order to avoid compilation and testing of invalid code (fail as early as possible)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c75912b..6bff6d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -758,6 +758,7 @@
                 <executions>
                     <execution>
                         <id>license</id>
+                        <phase>validate</phase>
                         <goals>
                             <goal>check</goal>
                         </goals>