You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/01/03 14:52:12 UTC

[isis] 03/06: ISIS-1465: fix for publish pom.xml

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 1551c6f43802e67729eae2df44ae8a8c126e31ba
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 3 13:22:26 2018 +0000

    ISIS-1465: fix for publish pom.xml
---
 adocs/documentation/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adocs/documentation/pom.xml b/adocs/documentation/pom.xml
index 1c36526..db56ce1 100644
--- a/adocs/documentation/pom.xml
+++ b/adocs/documentation/pom.xml
@@ -370,7 +370,7 @@
                                         <echo message="copying from ${isis-site-latest.dir} to ${isis-site-content.dir}"/>
                                         <echo message=""/>
                                         <copy todir="${isis-site-content.dir}" overwrite="true" force="true">
-                                            <fileset dir="isis-site-latest.dir"/>
+                                            <fileset dir="${isis-site-latest.dir}"/>
                                         </copy>
 
                                     </target>

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.