Author: sebb
Date: Sat Nov 6 12:01:28 2010
New Revision: 1032015
URL: http://svn.apache.org/viewvc?rev=1032015&view=rev
Log:
Don't try to run main class
Modified:
commons/proper/vfs/trunk/core/pom.xml
Modified: commons/proper/vfs/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1032015&r1=1032014&r2=1032015&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Sat Nov 6 12:01:28 2010
@@ -182,6 +182,12 @@
<value>test-data</value>
</property>
</systemProperties>
+ <excludes>
+ <!-- Main class -->
+ <exclude>**/RunTest.java</exclude>
+ <!-- inner classes -->
+ <exclude>**/*$*</exclude>
+ </excludes>
</configuration>
</plugin>