Skip to content

Commit

Permalink
Fix formatting and URL in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabene committed Sep 7, 2015
1 parent b0fbade commit a956151
Show file tree
Hide file tree
Showing 125 changed files with 324 additions and 349 deletions.
5 changes: 2 additions & 3 deletions app-client/client-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
<artifactId>jboss-app-client</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-app-client-client-simple</artifactId>
<packaging>jar</packaging>
<name>JBoss EAP Quickstart: app-client - client-simple</name>

<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand All @@ -38,7 +37,6 @@
</license>
</licenses>


<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
Expand All @@ -52,6 +50,7 @@
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<!-- Specify the artifact name -->
<finalName>${project.artifactId}</finalName>
Expand Down
2 changes: 2 additions & 0 deletions app-client/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
<description>Create the deployable application archive
Include the EJB and client application together with the necessary API libraries
</description>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>

<dependencies>
<!-- add the EJB and WEB project as dependency to include it in the EAR -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions app-client/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
<artifactId>jboss-app-client</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-app-client-ejb</artifactId>
<packaging>ejb</packaging>
<name>JBoss EAP Quickstart: app-client - ejb</name>
<url>http://maven.apache.org</url>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
3 changes: 2 additions & 1 deletion app-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-app-client</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-batch-processing</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion bean-validation-custom-constraint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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/xsd/maven-4.0.0.xsd">
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.quickstarts.eap</groupId>
<artifactId>jboss-bean-validation-custom-constraint</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-bean-validation</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-bmt</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cdi-alternative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cdi-alternative</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cdi-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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.
--><!-- Marker file indicating CDI should be enabled --><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">
--><!-- Marker file indicating CDI should be enabled -->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cdi-decorator</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cdi-injection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cdi-injection</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cdi-interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cdi-interceptors</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cdi-portable-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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/xsd/maven-4.0.0.xsd">
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cdi-portable-extension</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cdi-stereotype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cdi-stereotype</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cdi-veto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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/xsd/maven-4.0.0.xsd">
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cdi-veto</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion cluster-ha-singleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cluster-ha-singleton</artifactId>
Expand Down
1 change: 0 additions & 1 deletion cluster-ha-singleton/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<artifactId>jboss-cluster-ha-singleton</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-cluster-ha-singleton-service</artifactId>
<packaging>ejb</packaging>
<name>JBoss EAP Quickstart: cluster-ha-singleton - service</name>
Expand Down
3 changes: 2 additions & 1 deletion cmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-cmt</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions ejb-asynchronous/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@
<artifactId>jboss-ejb-asynchronous</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-ejb-asynchronous-client</artifactId>
<packaging>jar</packaging>

<name>JBoss EAP Quickstart: ejb-asynchronous - client</name>


<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
2 changes: 0 additions & 2 deletions ejb-asynchronous/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
<artifactId>jboss-ejb-asynchronous</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-ejb-asynchronous-ejb</artifactId>
<packaging>ejb</packaging>

<name>JBoss EAP Quickstart: ejb-asynchronous - ejb</name>
<description>jboss-ejb-asynchronous: The application jar with an asynchronous EJB and a second EJB to demonstrate how an EJB can be used asynchronous</description>

Expand Down
3 changes: 2 additions & 1 deletion ejb-asynchronous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-ejb-asynchronous</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions ejb-in-ear/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
<groupId>org.jboss.quickstarts.eap</groupId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-ejb-in-ear-ear</artifactId>
<packaging>ear</packaging>

<name>JBoss EAP Quickstart: ejb-in-ear - ear</name>
<description>JBoss EAP Quickstart: EJB and WAR in an EAR - EAR</description>

Expand Down
1 change: 0 additions & 1 deletion ejb-in-ear/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<groupId>org.jboss.quickstarts.eap</groupId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-ejb-in-ear-ejb</artifactId>
<name>JBoss EAP Quickstart: ejb-in-ear - ejb</name>
<description>JBoss EAP Quickstart: EJB and War in an EAR - EJB</description>
Expand Down
3 changes: 2 additions & 1 deletion ejb-in-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-ejb-in-ear</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions ejb-in-ear/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
<groupId>org.jboss.quickstarts.eap</groupId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-ejb-in-ear-web</artifactId>
<packaging>war</packaging>

<name>JBoss EAP Quickstart: ejb-in-ear - web</name>
<description>JBoss EAP Quickstart: EJB and War in an EAR - WEB</description>

Expand Down
3 changes: 2 additions & 1 deletion ejb-in-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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">
-->
<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.jboss.quickstarts.eap</groupId>
<artifactId>jboss-ejb-in-war</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion ejb-multi-server/app-main/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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/xsd/maven-4.0.0.xsd">
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down
5 changes: 3 additions & 2 deletions ejb-multi-server/app-main/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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/xsd/maven-4.0.0.xsd">
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -25,7 +26,7 @@
<artifactId>jboss-ejb-multi-server-app-main-ejb</artifactId>
<packaging>ejb</packaging>
<name>JBoss EAP Quickstart: ejb-multi-server - app-main - ejb</name>
<url>http://maven.apache.org</url>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
2 changes: 0 additions & 2 deletions ejb-multi-server/app-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
<artifactId>jboss-ejb-multi-server</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>

<artifactId>jboss-ejb-multi-server-app-main</artifactId>
<packaging>pom</packaging>

<name>JBoss EAP Quickstart: ejb-multi-server - app-main</name>
<description>ejb-multi-server: Main application for the scenario
The project builds the EJB and WEB component of the main application
Expand Down
5 changes: 3 additions & 2 deletions ejb-multi-server/app-main/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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/xsd/maven-4.0.0.xsd">
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -25,7 +26,7 @@
<artifactId>jboss-ejb-multi-server-app-main-web</artifactId>
<packaging>war</packaging>
<name>JBoss EAP Quickstart: ejb-multi-server - app-main - web</name>
<url>http://maven.apache.org</url>
<url>http://www.jboss.org/products/eap</url>

<licenses>
<license>
Expand Down
Loading

0 comments on commit a956151

Please sign in to comment.