You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by fe...@apache.org on 2005/10/18 22:55:48 UTC

svn commit: r326235 - /jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/maven.xml

Author: felipeal
Date: Tue Oct 18 13:55:42 2005
New Revision: 326235

URL: http://svn.apache.org/viewcvs?rev=326235&view=rev
Log:
CACTUS-128: test cactus:test-ear as well

Modified:
    jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/maven.xml

Modified: jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/maven.xml?rev=326235&r1=326234&r2=326235&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/maven.xml (original)
+++ jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/maven.xml Tue Oct 18 13:55:42 2005
@@ -1,6 +1,6 @@
 <!-- 
 /*
- * Copyright 2004 The Apache Software Foundation.
+ * Copyright 2004-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
   <goal name="testPlugin" prereqs="clean">
     <echo>NOTE: this test is only effective if you set at least one container to run cactus tests</echo>
     <echo>Set maven.compile.target as ${maven.compile.target}</echo>
+    <attainGoal name="cactus:test-ear"/>
     <attainGoal name="cactus:test-war"/>
     <attainGoal name="cactus:single"/>
     <attainGoal name="cactus:match"/>



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