diff --git a/distribution/pom.xml b/distribution/pom.xml index 1400c6f6db..b8ab449c93 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -57,18 +57,19 @@ Red Hat, Inc. All Rights Reserved.', use: true ) { @@ -141,7 +142,7 @@ imagesDir = targetDir + '/images' ant.mkdir( dir: imagesDir ) ant.copy( toDir: imagesDir ) { - fileset( dir: "src/javadoc/images" ) + fileset( dir: "${pom.basedir}/src/javadoc/images" ) } ]]>