You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/28 11:20:17 UTC

[01/13] httpcomponents-stylecheck git commit: Initial import of HC style-check

Repository: httpcomponents-stylecheck
Updated Branches:
  refs/heads/master [created] a2c41f0f1


Initial import of HC style-check

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1490654 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/11249faa
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/11249faa
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/11249faa

Branch: refs/heads/master
Commit: 11249faa2d719a1cd007afedfdd3da2a5417f1e5
Parents: 
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Fri Jun 7 14:01:08 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Fri Jun 7 14:01:08 2013 +0000

----------------------------------------------------------------------
 pom.xml                                      | 40 +++++++++++++++++++
 src/main/resources/hc-stylecheck/asl2.header | 26 +++++++++++++
 src/main/resources/hc-stylecheck/default.xml | 47 +++++++++++++++++++++++
 src/main/resources/hc-stylecheck/relaxed.xml | 45 ++++++++++++++++++++++
 4 files changed, 158 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/11249faa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..d3e0c81
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.httpcomponents</groupId>
+  <artifactId>hc-stylecheck</artifactId>
+  <version>1-SNAPSHOT</version>
+  <description>Shared stylecheck plugin configuration for HC projects</description>
+  <packaging>jar</packaging>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+</project>

http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/11249faa/src/main/resources/hc-stylecheck/asl2.header
----------------------------------------------------------------------
diff --git a/src/main/resources/hc-stylecheck/asl2.header b/src/main/resources/hc-stylecheck/asl2.header
new file mode 100644
index 0000000..b1eb84d
--- /dev/null
+++ b/src/main/resources/hc-stylecheck/asl2.header
@@ -0,0 +1,26 @@
+/*
+ * ====================================================================
+ * 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.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ */

http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/11249faa/src/main/resources/hc-stylecheck/default.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/hc-stylecheck/default.xml b/src/main/resources/hc-stylecheck/default.xml
new file mode 100644
index 0000000..d4cae07
--- /dev/null
+++ b/src/main/resources/hc-stylecheck/default.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
+<!DOCTYPE module PUBLIC
+    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+
+<module name="Checker">
+  <module name="TreeWalker">
+    <module name="AvoidStarImport"/>
+    <module name="IllegalImport" />
+    <module name="RedundantImport" />
+    <module name="UnusedImports"/>
+    <module name="EqualsHashCode"/>
+    <module name="FinalParameters"/>
+    <module name="FinalLocalVariable"/>
+  </module>
+  <module name="Header">
+    <property name="headerFile" value="${checkstyle.header.file}" />
+  </module>
+  <module name="FileLength">
+    <property name="max" value="3000" />
+  </module>
+  <module name="FileTabCharacter">
+    <property name="eachLine" value="true"/>
+  </module>
+  <module name="RegexpSingleline">
+    <property name="format" value="[ \t]+$"/>
+    <property name="message" value="Trailing whitespace"/>
+  </module>
+</module>

http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/11249faa/src/main/resources/hc-stylecheck/relaxed.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/hc-stylecheck/relaxed.xml b/src/main/resources/hc-stylecheck/relaxed.xml
new file mode 100644
index 0000000..2d270a6
--- /dev/null
+++ b/src/main/resources/hc-stylecheck/relaxed.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
+<!DOCTYPE module PUBLIC
+    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+
+<module name="Checker">
+  <module name="TreeWalker">
+    <module name="AvoidStarImport"/>
+    <module name="IllegalImport" />
+    <module name="RedundantImport" />
+    <module name="UnusedImports"/>
+    <module name="EqualsHashCode"/>
+  </module>
+  <module name="Header">
+    <property name="headerFile" value="${checkstyle.header.file}" />
+  </module>
+  <module name="FileLength">
+    <property name="max" value="3000" />
+  </module>
+  <module name="FileTabCharacter">
+    <property name="eachLine" value="true"/>
+  </module>
+  <module name="RegexpSingleline">
+    <property name="format" value="[ \t]+$"/>
+    <property name="message" value="Trailing whitespace"/>
+  </module>
+</module>


[09/13] httpcomponents-stylecheck git commit: Style check suitable for all text files

Posted by ol...@apache.org.
Style check suitable for all text files

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1507284 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/4c0f6733
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/4c0f6733
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/4c0f6733

Branch: refs/heads/master
Commit: 4c0f6733410bd414193a1b0c138dd2e2afab1404
Parents: 6fc7133
Author: Sebastian Bazley <se...@apache.org>
Authored: Fri Jul 26 12:27:45 2013 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Fri Jul 26 12:27:45 2013 +0000

----------------------------------------------------------------------
 src/main/resources/hc-stylecheck/textfiles.xml | 37 +++++++++++++++++++++
 1 file changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/4c0f6733/src/main/resources/hc-stylecheck/textfiles.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/hc-stylecheck/textfiles.xml b/src/main/resources/hc-stylecheck/textfiles.xml
new file mode 100644
index 0000000..6e86d5e
--- /dev/null
+++ b/src/main/resources/hc-stylecheck/textfiles.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
+<!DOCTYPE module PUBLIC
+    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+
+<!--
+    Checks that can apply to all text file types (not just java)
+ -->
+<module name="Checker">
+  <module name="FileTabCharacter">
+    <property name="eachLine" value="true"/>
+  </module>
+  <module name="RegexpSingleline">
+    <property name="format" value="[ \t]+$"/>
+    <property name="message" value="Trailing whitespace"/>
+  </module>
+  <module name="NewlineAtEndOfFile">
+  </module>
+</module>


[11/13] httpcomponents-stylecheck git commit: Add default N&L files to SVN tree

Posted by ol...@apache.org.
Add default N&L files to SVN tree

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1507288 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/dd079822
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/dd079822
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/dd079822

Branch: refs/heads/master
Commit: dd079822f2cdb999457ecdcc4ea455fcb84b85d3
Parents: ce5850c
Author: Sebastian Bazley <se...@apache.org>
Authored: Fri Jul 26 12:33:25 2013 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Fri Jul 26 12:33:25 2013 +0000

----------------------------------------------------------------------
 LICENSE.txt | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NOTICE.txt  |   5 ++
 2 files changed, 182 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/dd079822/LICENSE.txt
----------------------------------------------------------------------
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..f433b1a
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,177 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS

http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/dd079822/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
new file mode 100644
index 0000000..f8eecc4
--- /dev/null
+++ b/NOTICE.txt
@@ -0,0 +1,5 @@
+Apache HttpComponents Stylecheck Plugin Configuration
+Copyright 2013 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).


[02/13] httpcomponents-stylecheck git commit: Removed file length check

Posted by ol...@apache.org.
Removed file length check

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1491804 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/f66f1ea9
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/f66f1ea9
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/f66f1ea9

Branch: refs/heads/master
Commit: f66f1ea99ce879dd20247b217cde6bffb68de154
Parents: 11249fa
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Tue Jun 11 14:12:28 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Tue Jun 11 14:12:28 2013 +0000

----------------------------------------------------------------------
 src/main/resources/hc-stylecheck/default.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/f66f1ea9/src/main/resources/hc-stylecheck/default.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/hc-stylecheck/default.xml b/src/main/resources/hc-stylecheck/default.xml
index d4cae07..07e0031 100644
--- a/src/main/resources/hc-stylecheck/default.xml
+++ b/src/main/resources/hc-stylecheck/default.xml
@@ -34,9 +34,6 @@
   <module name="Header">
     <property name="headerFile" value="${checkstyle.header.file}" />
   </module>
-  <module name="FileLength">
-    <property name="max" value="3000" />
-  </module>
   <module name="FileTabCharacter">
     <property name="eachLine" value="true"/>
   </module>


[13/13] httpcomponents-stylecheck git commit: Ignore Eclipse artifacts.

Posted by ol...@apache.org.
Ignore Eclipse artifacts.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1794476 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/a2c41f0f
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/a2c41f0f
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/a2c41f0f

Branch: refs/heads/master
Commit: a2c41f0f196c462756d80ebba6f43e0e496a2d68
Parents: fa79678
Author: Gary D. Gregory <gg...@apache.org>
Authored: Mon May 8 22:45:02 2017 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Mon May 8 22:45:02 2017 +0000

----------------------------------------------------------------------

----------------------------------------------------------------------



[10/13] httpcomponents-stylecheck git commit: Add full name

Posted by ol...@apache.org.
Add full name

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1507285 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/ce5850c8
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/ce5850c8
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/ce5850c8

Branch: refs/heads/master
Commit: ce5850c85d450ace73631244bf21cc90b65004af
Parents: 4c0f673
Author: Sebastian Bazley <se...@apache.org>
Authored: Fri Jul 26 12:30:49 2013 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Fri Jul 26 12:30:49 2013 +0000

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/ce5850c8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d42f3ca..71b991b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,8 @@
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>hc-stylecheck</artifactId>
   <version>2-SNAPSHOT</version>
-  <description>Shared stylecheck plugin configuration for HC projects</description>
+  <name>Apache HttpComponents Stylecheck Plugin Configuration</name>
+  <description>Shared stylecheck plugin configuration for Apache HttpComponents projects</description>
   <packaging>jar</packaging>
 
   <organization>


[12/13] httpcomponents-stylecheck git commit: Ignore target

Posted by ol...@apache.org.
Ignore target

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1507290 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/fa796786
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/fa796786
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/fa796786

Branch: refs/heads/master
Commit: fa7967869b2ee988e30fa4ed29b2ea72e9a416b4
Parents: dd07982
Author: Sebastian Bazley <se...@apache.org>
Authored: Fri Jul 26 12:34:07 2013 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Fri Jul 26 12:34:07 2013 +0000

----------------------------------------------------------------------

----------------------------------------------------------------------



[06/13] httpcomponents-stylecheck git commit: Fixed XML markup

Posted by ol...@apache.org.
Fixed XML markup

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1492197 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/7c317d30
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/7c317d30
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/7c317d30

Branch: refs/heads/master
Commit: 7c317d30c07bf6da7e6e02d98859611f5566badc
Parents: 214ec19
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Jun 12 13:39:27 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Jun 12 13:39:27 2013 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/7c317d30/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4fd48f9..c1d5d96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,5 +66,5 @@
         <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository>
       </properties>
     </profile>
-  <profiles>
+  </profiles>
 </project>


[04/13] httpcomponents-stylecheck git commit: Added ASF parent defining deployment repositories

Posted by ol...@apache.org.
Added ASF parent defining deployment repositories

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1492186 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/5c93b6a4
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/5c93b6a4
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/5c93b6a4

Branch: refs/heads/master
Commit: 5c93b6a46c0fdec35a60c8a8ec42cd137d1778ce
Parents: 2507058
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Jun 12 13:24:37 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Jun 12 13:24:37 2013 +0000

----------------------------------------------------------------------
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/5c93b6a4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3e0c81..730e003 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,11 @@
  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>13</version>
+  </parent>
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>hc-stylecheck</artifactId>
   <version>1-SNAPSHOT</version>
@@ -37,4 +42,10 @@
     <url>http://www.apache.org/</url>
   </organization>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</url>
+  </scm>
+
 </project>


[05/13] httpcomponents-stylecheck git commit: Added release profile

Posted by ol...@apache.org.
Added release profile

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1492191 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/214ec19b
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/214ec19b
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/214ec19b

Branch: refs/heads/master
Commit: 214ec19bf1470215f8029aa858515ea24725342a
Parents: 5c93b6a
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Jun 12 13:36:22 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Jun 12 13:36:22 2013 +0000

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/214ec19b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 730e003..4fd48f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,4 +48,23 @@
     <url>http://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk</url>
   </scm>
 
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>test-deploy</id>
+      <properties>
+        <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository>
+      </properties>
+    </profile>
+  <profiles>
 </project>


[07/13] httpcomponents-stylecheck git commit: Added gpg signing to verify phase

Posted by ol...@apache.org.
Added gpg signing to verify phase

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1492204 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/4446f318
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/4446f318
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/4446f318

Branch: refs/heads/master
Commit: 4446f31870706029eb73fea1bb2e7461a8a747a3
Parents: 7c317d3
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Jun 12 13:50:31 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Jun 12 13:50:31 2013 +0000

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/4446f318/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c1d5d96..37ed75a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,16 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.4</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
           </plugin>
         </plugins>
       </build>


[08/13] httpcomponents-stylecheck git commit: Bump version

Posted by ol...@apache.org.
Bump version

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1507264 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/6fc71332
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/6fc71332
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/6fc71332

Branch: refs/heads/master
Commit: 6fc713326558f21a6603227e9f5c288bbeec3928
Parents: 4446f31
Author: Sebastian Bazley <se...@apache.org>
Authored: Fri Jul 26 11:31:05 2013 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Fri Jul 26 11:31:05 2013 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/6fc71332/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 37ed75a..d42f3ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   </parent>
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>hc-stylecheck</artifactId>
-  <version>1-SNAPSHOT</version>
+  <version>2-SNAPSHOT</version>
   <description>Shared stylecheck plugin configuration for HC projects</description>
   <packaging>jar</packaging>
 


[03/13] httpcomponents-stylecheck git commit: Renamed relaxed.xml to minimal.xml

Posted by ol...@apache.org.
Renamed relaxed.xml to minimal.xml

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/hc-stylecheck/trunk@1492178 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/commit/25070586
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/tree/25070586
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/diff/25070586

Branch: refs/heads/master
Commit: 25070586b3800dfb44e5af66ff78665342ea61d2
Parents: f66f1ea
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Jun 12 13:02:08 2013 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Jun 12 13:02:08 2013 +0000

----------------------------------------------------------------------
 src/main/resources/hc-stylecheck/minimal.xml | 42 +++++++++++++++++++++
 src/main/resources/hc-stylecheck/relaxed.xml | 45 -----------------------
 2 files changed, 42 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/25070586/src/main/resources/hc-stylecheck/minimal.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/hc-stylecheck/minimal.xml b/src/main/resources/hc-stylecheck/minimal.xml
new file mode 100644
index 0000000..a879a0e
--- /dev/null
+++ b/src/main/resources/hc-stylecheck/minimal.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
+<!DOCTYPE module PUBLIC
+    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+
+<module name="Checker">
+  <module name="TreeWalker">
+    <module name="AvoidStarImport"/>
+    <module name="IllegalImport" />
+    <module name="RedundantImport" />
+    <module name="UnusedImports"/>
+    <module name="EqualsHashCode"/>
+  </module>
+  <module name="Header">
+    <property name="headerFile" value="${checkstyle.header.file}" />
+  </module>
+  <module name="FileTabCharacter">
+    <property name="eachLine" value="true"/>
+  </module>
+  <module name="RegexpSingleline">
+    <property name="format" value="[ \t]+$"/>
+    <property name="message" value="Trailing whitespace"/>
+  </module>
+</module>

http://git-wip-us.apache.org/repos/asf/httpcomponents-stylecheck/blob/25070586/src/main/resources/hc-stylecheck/relaxed.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/hc-stylecheck/relaxed.xml b/src/main/resources/hc-stylecheck/relaxed.xml
deleted file mode 100644
index 2d270a6..0000000
--- a/src/main/resources/hc-stylecheck/relaxed.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    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.
--->
-<!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
-
-<module name="Checker">
-  <module name="TreeWalker">
-    <module name="AvoidStarImport"/>
-    <module name="IllegalImport" />
-    <module name="RedundantImport" />
-    <module name="UnusedImports"/>
-    <module name="EqualsHashCode"/>
-  </module>
-  <module name="Header">
-    <property name="headerFile" value="${checkstyle.header.file}" />
-  </module>
-  <module name="FileLength">
-    <property name="max" value="3000" />
-  </module>
-  <module name="FileTabCharacter">
-    <property name="eachLine" value="true"/>
-  </module>
-  <module name="RegexpSingleline">
-    <property name="format" value="[ \t]+$"/>
-    <property name="message" value="Trailing whitespace"/>
-  </module>
-</module>