You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/01/09 17:44:08 UTC

[streams] branch master updated: get the checkstyle config from the local repo rather than via http

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7a7cbb0  get the checkstyle config from the local repo rather than via http
7a7cbb0 is described below

commit 7a7cbb09cf30cdb5fd6e1004bcf542630abf99a2
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
AuthorDate: Tue Jan 9 11:43:59 2018 -0600

    get the checkstyle config from the local repo rather than via http
    
    this is a less fragile configuration
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 39d0593..32f415d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -919,7 +919,7 @@
                             <id>validate</id>
                             <phase>validate</phase>
                             <configuration>
-                                <configLocation>http://streams.apache.org/site/latest/streams-project/streams-java-checkstyle.xml</configLocation>
+                                <configLocation>src/main/resources/streams-java-checkstyle.xml</configLocation>
                                 <encoding>UTF-8</encoding>
                                 <consoleOutput>true</consoleOutput>
                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>

-- 
To stop receiving notification emails like this one, please contact
['"commits@streams.apache.org" <co...@streams.apache.org>'].