Skip to content

Commit

Permalink
Fixes to problems (formatting, licensing, property names and versions…
Browse files Browse the repository at this point in the history
…, etc.) reported by the QS Tools utility
  • Loading branch information
sgilda committed May 20, 2013
1 parent d1bb238 commit bef6b53
Show file tree
Hide file tree
Showing 68 changed files with 673 additions and 598 deletions.
9 changes: 2 additions & 7 deletions bean-validation/pom.xml
Expand Up @@ -41,22 +41,17 @@
resources, i.e. build is platform dependent! -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Timestamp format for the maven.build.timestamp property -->
<!-- You can reference property in pom.xml or filtered resources (must
enable third-party plugin if using Maven < 2.1) -->
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>

<!-- JBoss dependency versions -->

<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.surefire.plugin>2.10</version.surefire.plugin>
Expand Down
4 changes: 2 additions & 2 deletions carmart-tx/pom.xml
Expand Up @@ -45,12 +45,12 @@
<com.sun.faces.jsf.impl.version>2.0.2</com.sun.faces.jsf.impl.version>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- This is the Management URL of EWS/Tomcat, so tomcat-maven-plugin
can deploy this quickstart on EWS/Tomcat through this URL -->
Expand Down
4 changes: 2 additions & 2 deletions carmart/pom.xml
Expand Up @@ -50,12 +50,12 @@
<tomcat.management.url>http://localhost:8080/manager/text</tomcat.management.url>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>
Expand Down
6 changes: 3 additions & 3 deletions cdi-add-interceptor-binding/pom.xml
Expand Up @@ -47,18 +47,18 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import. The JBoss BOMs specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<version.shrinkwrap.resolver>2.0.0-beta-2</version.shrinkwrap.resolver>

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
<version.surefire.plugin>2.4.3</version.surefire.plugin>
<version.surefire.plugin>2.10</version.surefire.plugin>
<version.war.plugin>2.1.1</version.war.plugin>

<!-- maven-compiler-plugin -->
Expand Down
6 changes: 3 additions & 3 deletions cdi-portable-extension/pom.xml
Expand Up @@ -47,16 +47,16 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
<version.surefire.plugin>2.4.3</version.surefire.plugin>
<version.surefire.plugin>2.10</version.surefire.plugin>
<version.war.plugin>2.1.1</version.war.plugin>

<!-- maven-compiler-plugin -->
Expand Down
6 changes: 3 additions & 3 deletions cdi-veto/pom.xml
Expand Up @@ -47,16 +47,16 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
<version.surefire.plugin>2.4.3</version.surefire.plugin>
<version.surefire.plugin>2.10</version.surefire.plugin>
<version.war.plugin>2.1.1</version.war.plugin>

<!-- maven-compiler-plugin -->
Expand Down
4 changes: 2 additions & 2 deletions cmt/pom.xml
Expand Up @@ -46,12 +46,12 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
Expand Down
4 changes: 2 additions & 2 deletions deltaspike-authorization/pom.xml
Expand Up @@ -47,12 +47,12 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
Expand Down
6 changes: 3 additions & 3 deletions deltaspike-beanbuilder/pom.xml
Expand Up @@ -47,19 +47,19 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<version.shrinkwrap.resolver>2.0.0-beta-2</version.shrinkwrap.resolver>

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
<version.war.plugin>2.1.1</version.war.plugin>
<version.surefire.plugin>2.4.3</version.surefire.plugin>
<version.surefire.plugin>2.10</version.surefire.plugin>

<!-- maven-compiler-plugin -->
<maven.compiler.target>1.6</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions deltaspike-beanmanagerprovider/pom.xml
Expand Up @@ -47,12 +47,12 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
Expand Down
6 changes: 3 additions & 3 deletions deltaspike-deactivatable/pom.xml
Expand Up @@ -47,19 +47,19 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<version.shrinkwrap.resolver>2.0.0-beta-2</version.shrinkwrap.resolver>

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
<version.war.plugin>2.1.1</version.war.plugin>
<version.surefire.plugin>2.4.3</version.surefire.plugin>
<version.surefire.plugin>2.10</version.surefire.plugin>

<!-- maven-compiler-plugin -->
<maven.compiler.target>1.6</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions deltaspike-exception-handling/pom.xml
Expand Up @@ -47,12 +47,12 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
Expand Down
4 changes: 2 additions & 2 deletions deltaspike-helloworld-jms/pom.xml
Expand Up @@ -47,12 +47,12 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<version.jboss.as>7.2.0.Final</version.jboss.as>
<!-- Alternatively, comment out the above line, and un-comment the
Expand Down
4 changes: 2 additions & 2 deletions deltaspike-projectstage/pom.xml
Expand Up @@ -46,12 +46,12 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
Expand Down
4 changes: 2 additions & 2 deletions ejb-in-war/pom.xml
Expand Up @@ -45,12 +45,12 @@
<version.jboss.maven.plugin>7.3.Final</version.jboss.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom>1.0.4.Final</version.jboss.bom>
<version.jboss.bom>1.0.6.Final</version.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-3 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
maven repository. -->
<!-- <version.jboss.bom>1.0.4.Final-redhat-3</version.jboss.bom> -->
<!-- <version.jboss.bom>1.0.6.Final-redhat-3</version.jboss.bom> -->

<!-- other plugin versions -->
<version.compiler.plugin>2.3.1</version.compiler.plugin>
Expand Down
Expand Up @@ -131,7 +131,7 @@ public Connection getConnection() {
*/

static SecurityContext securityContextSetPrincipalCredential(final Principal principal, final Object credential)
throws Exception {
throws Exception {
return securityContextActions().setPrincipalCredential(principal, credential);
}

Expand Down
@@ -1 +1,18 @@
quickstartUser=7f5cc521-5061-4a5b-b814-bdc37f021acc
#
# JBoss, Home of Professional Open Source
# Copyright 2013, 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.
#
# Licensed 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.
#

quickstartUser=7f5cc521-5061-4a5b-b814-bdc37f021acc
5 changes: 5 additions & 0 deletions ejb-throws-exception/README.md
@@ -1,6 +1,11 @@
ejb-throws-exception: Deployment of an EAR Containing a JSF WAR and an EJB JAR that throws a custom exception
====================================================================
Author: Brad Maxwell
Level: Intermediate
Technologies: EJB, EAR
Summary: Shows how to handle Exceptions across JARs in an EAR
Target Product: EAP
Source: <https://github.com/jboss-jdf/jboss-as-quickstart/>

What is it?
-----------
Expand Down
27 changes: 16 additions & 11 deletions ejb-throws-exception/ear/pom.xml
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- JBoss, Home of Professional Open Source Copyright 2012, 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.
Licensed 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. -->
<?xml version="1.0"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2013, 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.
Licensed 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.
-->
<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>
Expand Down

0 comments on commit bef6b53

Please sign in to comment.