Author: tfischer
Date: Sun Sep  9 12:15:31 2012
New Revision: 1382477

URL: http://svn.apache.org/viewvc?rev=1382477&view=rev
Log:
Add comments how to run profiles

Modified:
    db/torque/torque4/trunk/torque-test/pom.xml

Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1382477&r1=1382476&r2=1382477&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Sun Sep  9 12:15:31 2012
@@ -457,6 +457,10 @@
   
   <profiles>
     <profile>
+      <!-- 
+        derby profile with default settings. 
+        To be run from within the test project using "mvn -PderbyEmbedded 
test".
+        -->
       <id>derbyEmbedded</id>
       <activation>
         <activeByDefault>false</activeByDefault>
@@ -478,6 +482,11 @@
     </profile>
     
     <profile>
+      <!-- 
+        hsqldb profile with beans and managers. Can only be run from
+        parent project with "mvn -Ptest,hsqldb install" because database url
+        is adjusted to this start location
+        -->
       <id>hsqldb</id>
       <activation>
         <activeByDefault>false</activeByDefault>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to