<target name="-post-jar"> <copy todir="${dist.jar.dir}"> <fileset dir="resources" includes="**"/> </copy> </target>
您现在可以将您的configuration.xml文件放在项目中的“资源”(您需要创建)的文件夹中,并在构建过程中将其中的所有文件复制到dist文件夹.