Author: sebb
Date: Sat Mar 5 21:27:15 2011
New Revision: 1078360
URL: http://svn.apache.org/viewvc?rev=1078360&view=rev
Log:
Deploy examples jar
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=1078360&r1=1078359&r2=1078360&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Sat Mar 5 21:27:15 2011
@@ -232,6 +232,11 @@ Supported protocols include: Echo, Finge
<type>jar</type>
<classifier>ftp</classifier>
</artifact>
+ <artifact>
+
<file>target/commons-net-examples-${project.version}.jar</file>
+ <type>jar</type>
+ <classifier>examples</classifier>
+ </artifact>
</artifacts>
</configuration>
</execution>