Skip to content

Commit

Permalink
JBEAP-9737 Checkstyle plugin does not catch tab characters in XML files
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Apr 21, 2017
1 parent d6cd952 commit 839d857
Show file tree
Hide file tree
Showing 26 changed files with 331 additions and 455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
limitations under the License.
-->
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Uncomment to have test archives exported to the file system for inspection -->
Expand All @@ -25,15 +25,15 @@
<!-- </engine> -->

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />
<defaultProtocol type="Servlet 3.0"/>

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

Expand Down
4 changes: 2 additions & 2 deletions bean-validation/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<!-- Example configuration for a managed ${product.name} instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the ${product.name} installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace ${jboss.home.name} with the path to your ${product.name} installation. -->
<!--<configuration>
<!--<configuration>
<property name="jbossHome">${jboss.home.name}</property>
</configuration> -->
</container>
Expand Down
22 changes: 9 additions & 13 deletions cdi-interceptors/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -16,25 +16,21 @@
limitations under the License.
-->
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!-- <engine> -->
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />
<!--<engine>
<property name="deploymentExportPath">target/</property>
</engine>-->

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

</arquillian>
24 changes: 10 additions & 14 deletions cdi-portable-extension/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -17,24 +17,20 @@
-->
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0"/>
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!--<engine>-->
<!--<property name="deploymentExportPath">target/</property>-->
<!--</engine>-->
<!--<engine>
<property name="deploymentExportPath">target/</property>
</engine>-->

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

</arquillian>
</arquillian>
22 changes: 9 additions & 13 deletions cdi-veto/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -17,24 +17,20 @@
-->
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0"/>
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Uncomment to have test archives exported to the file system for inspection -->
<engine>
<!--<engine>
<property name="deploymentExportPath">target/</property>
</engine>
</engine>-->

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

</arquillian>
</arquillian>
38 changes: 13 additions & 25 deletions contacts-jquerymobile/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -15,34 +15,22 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<arquillian xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!-- <engine> -->
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->
<!-- Uncomment to have test archives exported to the file system for inspection -->
<!--<engine>
<property name="deploymentExportPath">target/</property>
</engine>-->

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

<container qualifier="jbossci">
<!-- If you want to use the JBOSS_HOME environment variable, just delete the jbossHome property -->
<configuration>
<property name="jbossHome">${arquillian.jboss_home}</property>
</configuration>
</container>

</arquillian>
</arquillian>
31 changes: 13 additions & 18 deletions ejb-in-war/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -15,27 +15,22 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<arquillian xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!-- <engine> -->
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />
<!-- Uncomment to have test archives exported to the file system for inspection -->
<!--<engine>
<property name="deploymentExportPath">target/</property>
</engine>-->

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

</arquillian>
</arquillian>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -16,25 +16,21 @@
limitations under the License.
-->
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!-- <engine> -->
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<!-- defaultProtocol type="Local" / -->
<!--<engine>
<property name="deploymentExportPath">target/</property>
</engine>-->

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

</arquillian>
</arquillian>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -16,25 +16,21 @@
limitations under the License.
-->
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!-- <engine> -->
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />
<!--<engine>
<property name="deploymentExportPath">target/</property>
</engine>-->

<!-- Example configuration for a managed JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
<!-- By default, Arquillian will use the JBOSS_HOME environment variable to find the JBoss EAP installation.
If you prefer not to define the JBOSS_HOME environment variable, alternatively you can uncomment the
following `jbossHome` property and replace EAP_HOME with the path to your JBoss EAP installation. -->
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
<!--<configuration>
<property name="jbossHome">EAP_HOME</property>
</configuration> -->
</container>

</arquillian>
</arquillian>
Loading

0 comments on commit 839d857

Please sign in to comment.