You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/08 23:15:05 UTC

svn commit: r1298616 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Thu Mar  8 22:15:05 2012
New Revision: 1298616

URL: http://svn.apache.org/viewvc?rev=1298616&view=rev
Log:
Don't want Main.java on web-site

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1298616&r1=1298615&r2=1298616&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Thu Mar  8 22:15:05 2012
@@ -301,6 +301,9 @@ Supported protocols include: Echo, Finge
                     <resources>
                       <resource>
                         <directory>src/main/java/examples</directory>
+                        <excludes>
+                          <exclude>**/Main.java</exclude>
+                        </excludes>
                         <filtering>false</filtering>
                       </resource>
                     </resources>