[weld-commits] Weld SVN: r7202 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Mar 16 09:36:18 EDT 2011


Author: sboscarine
Date: 2011-03-16 09:36:18 -0400 (Wed, 16 Mar 2011)
New Revision: 7202

Modified:
   archetypes/javaee6-webapp/trunk/pom.xml
Log:
Updated comment for typesafe criteria query.

Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml	2011-01-25 17:52:12 UTC (rev 7201)
+++ archetypes/javaee6-webapp/trunk/pom.xml	2011-03-16 13:36:18 UTC (rev 7202)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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.weld.archetypes</groupId>
@@ -17,7 +18,8 @@
       <!-- 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>
-      <!-- Set the jboss.home property in an active profile of the $HOME/.m2/settings.xml to specify the JBoss AS directory the "Maven way" -->
+      <!-- Set the jboss.home property in an active profile of the $HOME/.m2/settings.xml to specify the JBoss AS directory 
+         the "Maven way" -->
       <!-- By default, we assign it to the value of the JBOSS_HOME envrionment variable -->
       <jboss.home>${env.JBOSS_HOME}</jboss.home>
       <jboss.domain>default</jboss.domain>
@@ -28,7 +30,8 @@
    <repositories>
       <!-- The JBoss Community public repository is a composite repository of several major repositories -->
       <!-- see http://community.jboss.org/wiki/MavenGettingStarted-Users -->
-      <!-- At the time of writing, Arquillian and the JBoss Java EE specification POMs are only in the JBoss Community public repository (not Maven central) -->
+      <!-- At the time of writing, Arquillian and the JBoss Java EE specification POMs are only in the JBoss Community public 
+         repository (not Maven central) -->
       <repository>
          <id>jboss-public-repository</id>
          <name>JBoss Repository</name>
@@ -60,6 +63,7 @@
    </pluginRepositories>
 
    <dependencies>
+      <!-- JPA 2.0 typesafe criteria queries. -->
       <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-jpamodelgen</artifactId>
@@ -82,14 +86,8 @@
       </dependency>
 
       <!-- Uncomment if deploying to JBoss AS (but not a requirement) -->
-      <!--
-      <dependency>
-         <groupId>org.jboss.logging</groupId>
-         <artifactId>jboss-logging</artifactId>
-         <version>3.0.0.Beta4</version>
-         <scope>provided</scope>
-      </dependency>
-      -->
+      <!-- <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>3.0.0.Beta4</version> 
+         <scope>provided</scope> </dependency> -->
 
       <!-- JSR-303 (Bean Validation) Implementation -->
       <!-- Provides portable constraints such as @Email -->
@@ -137,7 +135,8 @@
    <profiles>
       <profile>
          <!-- The default profile skips all tests, though you can tune it to run just unit tests based on a custom pattern -->
-         <!-- Seperate profiles are provided for running all tests, including Arquillian tests that execute in the specified container -->
+         <!-- Seperate profiles are provided for running all tests, including Arquillian tests that execute in the specified 
+            container -->
          <id>default</id>
          <activation>
             <activeByDefault>true</activeByDefault>
@@ -162,8 +161,10 @@
                      <skip>true</skip>
                   </configuration>
                </plugin>
-               <!-- Optional JBoss deployer plugin will deploy your war to a local JBoss AS container if you've declared $JBOSS_HOME in your OS -->
-               <!-- To use, set the JBOSS_HOME environment variable (or jboss.home in $HOME/.m2/settings.xml) and run 'mvn package jboss:hard-deploy' -->
+               <!-- Optional JBoss deployer plugin will deploy your war to a local JBoss AS container if you've declared 
+                  $JBOSS_HOME in your OS -->
+               <!-- To use, set the JBOSS_HOME environment variable (or jboss.home in $HOME/.m2/settings.xml) and run 'mvn 
+                  package jboss:hard-deploy' -->
                <plugin>
                   <groupId>org.codehaus.mojo</groupId>
                   <artifactId>jboss-maven-plugin</artifactId>
@@ -207,7 +208,8 @@
                <testResource>
                   <directory>src/test/resources</directory>
                </testResource>
-               <!-- Overrides default configuration to use alternate persistence.xml with eclipselink settings and declare a Glassfish Datasource -->
+               <!-- Overrides default configuration to use alternate persistence.xml with eclipselink settings and declare 
+                  a Glassfish Datasource -->
                <!-- Used by Arquillian -->
                <testResource>
                   <directory>src/test/resources-glassfish-embedded</directory>
@@ -220,7 +222,8 @@
                   <version>2.4.3</version>
                   <configuration>
                      <systemProperties>
-                        <!-- This optional property fixes an annoyance with Glassfish that puts derby.log in the project root -->
+                        <!-- This optional property fixes an annoyance with Glassfish that puts derby.log in the project 
+                           root -->
                         <property>
                            <name>derby.stream.error.file</name>
                            <!-- If you save the log in target it is less likely to get committed in your project -->
@@ -267,7 +270,8 @@
                <testResource>
                   <directory>src/test/resources</directory>
                </testResource>
-               <!-- Overrides default configuration to use alternate persistence.xml with Hibernate settings and declare a JBoss AS Datasource -->
+               <!-- Overrides default configuration to use alternate persistence.xml with Hibernate settings and declare 
+                  a JBoss AS Datasource -->
                <!-- Used by Arquillian -->
                <testResource>
                   <directory>src/test/resources-jbossas</directory>



More information about the weld-commits mailing list