You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2007/10/13 14:06:41 UTC

svn commit: r584393 - /commons/proper/proxy/trunk/pom.xml

Author: jcarman
Date: Sat Oct 13 05:06:41 2007
New Revision: 584393

URL: http://svn.apache.org/viewvc?rev=584393&view=rev
Log:
PROXY-3: RMI Test Case Failures on Linux

Removing RMI-based test cases, since they don't run on all platforms.

Modified:
    commons/proper/proxy/trunk/pom.xml

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=584393&r1=584392&r2=584393&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Sat Oct 13 05:06:41 2007
@@ -102,43 +102,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>test-compile</phase>
-                        <configuration>
-                            <tasks>
-                                <echo>Running rmic...</echo>
-                                <rmic base="${project.build.testOutputDirectory}"
-                                      classname="org.apache.commons.proxy.util.rmi.RmiEchoImpl">
-                                    <classpath refid="maven.compile.classpath"/>
-                                </rmic>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <dependencies>
-                    <dependency>
-                        <groupId>com.sun</groupId>
-                        <artifactId>tools</artifactId>
-                        <scope>system</scope>
-                        <version>1.4</version>
-                        <systemPath>${java.home}/../lib/tools.jar</systemPath>
-                    </dependency>
-                </dependencies>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <forkMode>once</forkMode>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <descriptors>