mirror of https://github.com/apache/openjpa.git
Manually include the openjpa-all module in the zip file. For some reason, it wasn't being included in the package.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@472680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
824959c340
commit
83695d690c
|
@ -58,6 +58,14 @@
|
|||
</fileSet>
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<unpack>false</unpack>
|
||||
<scope>runtime</scope>
|
||||
<includes>
|
||||
<include>org.apache.openjpa:openjpa-all</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
<dependencySet>
|
||||
<outputDirectory>/lib</outputDirectory>
|
||||
<unpack>false</unpack>
|
||||
|
|
Loading…
Reference in New Issue