mirror of https://github.com/apache/openjpa.git
Don't move docs/manual/ to docs/docbook/manual; retain folder structure for correct http url reference.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@1456632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58b110c1ce
commit
9442bc39fe
|
@ -425,9 +425,11 @@
|
|||
<include name="**/manual/**" />
|
||||
</patternset>
|
||||
</unzip>
|
||||
<!--
|
||||
<move todir="target/site/tempDocs/apache-openjpa-${pom.version}/docs/docbook/manual">
|
||||
<fileset dir="target/site/tempDocs/apache-openjpa-${pom.version}/docs/manual" />
|
||||
</move>
|
||||
-->
|
||||
<zip destfile="target/site/downloads/apache-openjpa-${pom.version}-binary.zip"
|
||||
basedir="target/site/tempDocs"
|
||||
update="false"
|
||||
|
@ -443,7 +445,7 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<!-- need to explicitly list dependencies for assembly to work -->
|
||||
|
|
Loading…
Reference in New Issue