mirror of https://github.com/apache/openjpa.git
OPENJPA-1751 Include all openjpa-examples in the binary distro
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
800899841f
commit
2798644558
|
@ -69,8 +69,14 @@
|
|||
<outputDirectory>docs/javadoc</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>../openjpa-examples/src/main/java</directory>
|
||||
<directory>../openjpa-examples</directory>
|
||||
<outputDirectory>examples</outputDirectory>
|
||||
<excludes>
|
||||
<exclude>**/target/**</exclude>
|
||||
<exclude>**/*.log</exclude>
|
||||
<exclude>**/.*</exclude>
|
||||
<exclude>**/.*/**</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
|
|
|
@ -123,7 +123,9 @@
|
|||
<goal>attached</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptor>assembly.xml</descriptor>
|
||||
<descriptors>
|
||||
<descriptor>assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
<outputDirectory>${openjpa.assembly.outputDirectory}</outputDirectory>
|
||||
<workDirectory>target/work</workDirectory>
|
||||
</configuration>
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
<excludes>
|
||||
<exclude>**/target/**</exclude>
|
||||
<exclude>**/*.log</exclude>
|
||||
<exclude>**/.*</exclude>
|
||||
<exclude>**/.*/**</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
|
||||
|
|
Loading…
Reference in New Issue