Author: sboscarine
Date: 2010-06-20 16:15:57 -0400 (Sun, 20 Jun 2010)
New Revision: 6572
Modified:
archetypes/trunk/javaee6-webapp-src/pom.xml
Log:
Comment updates
Modified: archetypes/trunk/javaee6-webapp-src/pom.xml
===================================================================
--- archetypes/trunk/javaee6-webapp-src/pom.xml 2010-06-20 20:06:16 UTC (rev 6571)
+++ archetypes/trunk/javaee6-webapp-src/pom.xml 2010-06-20 20:15:57 UTC (rev 6572)
@@ -148,7 +148,6 @@
<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, declare $JBOSS_HOME and run 'mvn package
jboss:hard-deploy' -->
<plugin>
@@ -205,9 +204,10 @@
<version>2.4.3</version>
<configuration>
<systemProperties>
- <!-- fix an annoyance -->
+ <!-- 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. -->
<value>target/derby.log</value>
</property>
</systemProperties>
@@ -216,7 +216,6 @@
</plugins>
</build>
</profile>
-
<profile>
<id>jbossas-remote-60</id>
<dependencies>
Show replies by date