This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new b8c0660 Uses new docs location when preparing packages
b8c0660 is described below
commit b8c06608cc0f49c5765adaa5aea220d9edec5dc4
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sun Oct 22 10:09:52 2017 +0200
Uses new docs location when preparing packages
---
assembly/src/main/assembly/all.xml | 2 +-
assembly/src/main/assembly/docs.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/assembly/src/main/assembly/all.xml
b/assembly/src/main/assembly/all.xml
index ab63068..4566fe2 100644
--- a/assembly/src/main/assembly/all.xml
+++ b/assembly/src/main/assembly/all.xml
@@ -105,7 +105,7 @@
<!-- Include the Confluence docs in the assembly -->
<fileSet>
- <directory>target/cwiki</directory>
+ <directory>target/docs</directory>
<outputDirectory>docs/docs</outputDirectory>
</fileSet>
diff --git a/assembly/src/main/assembly/docs.xml
b/assembly/src/main/assembly/docs.xml
index 9d0ad03..d16b363 100644
--- a/assembly/src/main/assembly/docs.xml
+++ b/assembly/src/main/assembly/docs.xml
@@ -46,7 +46,7 @@
<!-- Include the Confluence docs in the assembly -->
<fileSet>
- <directory>target/cwiki</directory>
+ <directory>target/docs</directory>
<outputDirectory>docs/docs</outputDirectory>
</fileSet>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].