Revision: 2284
http://mx4j.svn.sourceforge.net/mx4j/?rev=2284&view=rev
Author: altheengineer
Date: 2010-01-02 01:48:27 +0000 (Sat, 02 Jan 2010)
Log Message:
-----------
Removing some more tests from JSR 160 to match what was removed from JSR 003.
Modified Paths:
--------------
trunk/mx4j/jsr160/pom.xml
Modified: trunk/mx4j/jsr160/pom.xml
===================================================================
--- trunk/mx4j/jsr160/pom.xml 2009-12-30 07:19:08 UTC (rev 2283)
+++ trunk/mx4j/jsr160/pom.xml 2010-01-02 01:48:27 UTC (rev 2284)
@@ -19,6 +19,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<testExcludes>
+ <exclude>**/RemoteJMXSerializationTest.java</exclude>
+ <exclude>**/RemoteJMXSignatureTest.java</exclude>
<exclude>**/RemoteSecurityManagerTestCase.java</exclude>
<exclude>**/RMIJRMPRemoteSecurityManagerTest.java</exclude>
</testExcludes>
@@ -43,6 +45,7 @@
<goals>
<goal>rmic</goal>
</goals>
+ <phase>process-classes</phase>
<configuration>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
</configuration>
@@ -52,6 +55,7 @@
<goals>
<goal>rmic</goal>
</goals>
+ <phase>process-classes</phase>
<configuration>
<iiop>true</iiop>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|