You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christian Wiesing <cw...@ordix.de> on 2006/05/03 18:11:52 UTC

cactus properties / Maven 2.0.4

Hi,

i have to set the Cactus property 
cactus.contextURL=http://localhost:8080/test .
Where and how can i do this in Maven 2.0.4.

Thanks,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: cactus properties / Maven 2.0.4

Posted by Wendy Smoak <ws...@gmail.com>.
On 5/3/06, Christian Wiesing <cw...@ordix.de> wrote:

> i have to set the Cactus property
> cactus.contextURL=http://localhost:8080/test .
> Where and how can i do this in Maven 2.0.4.

See 'Using System Properties' on:
   http://maven.apache.org/plugins/maven-surefire-plugin/howto.html

I'm interested to know how you're using Cactus with Maven 2.

Here's an example of running tests against a pre-configured
(JspRedirector servlet mapping, jspRedirector.jsp file in place)
webapp.  It was the best I could come up with until the Cactus m2
plugin is finished. :)  (Too bad the tests don't pass!  That's why
it's living in the sandbox for now.)
   http://svn.apache.org/repos/asf/struts/sandbox/trunk/apps-test/taglib-it/pom.xml

HTH,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org