You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/02/06 18:55:52 UTC

svn commit: r907261 - /james/hupa/trunk/client/pom.xml

Author: norman
Date: Sat Feb  6 17:55:51 2010
New Revision: 907261

URL: http://svn.apache.org/viewvc?rev=907261&view=rev
Log:
allow to run hupa from the cmdline via maven (HUPA-65). Thx to Johnny Sørensen for the patch!

Modified:
    james/hupa/trunk/client/pom.xml

Modified: james/hupa/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=907261&r1=907260&r2=907261&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Sat Feb  6 17:55:51 2010
@@ -20,8 +20,8 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>gwt-maven-plugin</artifactId>
                 <configuration>
-                    <runTarget>org.apache.hupa.Hupa/Hupa.html
-                    </runTarget>
+                     <runTarget>Hupa.html</runTarget>
+                     <extraJvmArgs>-Dhupa.config.file=${project.parent.basedir}/server/src/main/webapp/WEB-INF/conf/config.properties</extraJvmArgs>
                 </configuration>
                 <executions>
                     <execution>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org