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: [email protected]
For additional commands, e-mail: [email protected]