mirror of https://github.com/apache/openjpa.git
OPENJPA-713 exclude sources and javadoc from aggregate openjpa jar (merge revision 696193)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@696195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c5435b8a5a
commit
238ada5d8e
|
@ -61,6 +61,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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue