You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/09/17 10:06:19 UTC

svn commit: r696193 - /openjpa/trunk/openjpa-all/pom.xml

Author: mikedd
Date: Wed Sep 17 01:06:18 2008
New Revision: 696193

URL: http://svn.apache.org/viewvc?rev=696193&view=rev
Log:
OPENJPA-713 exclude sources and javadoc from aggregate openjpa jar

Modified:
    openjpa/trunk/openjpa-all/pom.xml

Modified: openjpa/trunk/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-all/pom.xml?rev=696193&r1=696192&r2=696193&view=diff
==============================================================================
--- openjpa/trunk/openjpa-all/pom.xml (original)
+++ openjpa/trunk/openjpa-all/pom.xml Wed Sep 17 01:06:18 2008
@@ -53,6 +53,8 @@
                                     <fileset dir="${basedir}/..">
                                         <include name="*/target/openjpa-*.jar" />
                                         <exclude name="*/target/openjpa-examples-*.jar" />
+                                        <exclude name="**/*-sources.jar"/>
+                                        <exclude name="**/*-javadoc.jar"/>
                                     </fileset>
                                 </unjar>