Author: sebb Date: Sun Jan 18 22:42:11 2015 New Revision: 1652864 URL: http://svn.apache.org/r1652864 Log: Drop examples from CLI invocation of clirr:clirr
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=1652864&r1=1652863&r2=1652864&view=diff ============================================================================== --- commons/proper/net/trunk/pom.xml (original) +++ commons/proper/net/trunk/pom.xml Sun Jan 18 22:42:11 2015 @@ -348,6 +348,17 @@ Supported protocols include: Echo, Finge </configuration> </plugin> + <!-- drop examples from CLI invocations --> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>clirr-maven-plugin</artifactId> + <configuration> + <excludes> + <exclude>examples/**</exclude> + </excludes> + </configuration> + </plugin> + <!-- Allow exec:java to launch examples from the classpath For example: