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 <[email protected]>
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
['"[email protected]" <[email protected]>'].