On Fri, Dec 9, 2011 at 5:03 PM, Stack <[email protected]> wrote:
> Oh!
>
> Thanks lads. On it
Attached is the patch that solves it for me.
Thanks,
Roman.
diff --git pom.xml pom.xml
index a580369..106e854 100644
--- pom.xml
+++ pom.xml
@@ -707,10 +707,10 @@
<!-- Using Unix tar to preserve symlinks -->
<exec executable="tar" failonerror="yes"
- dir="${project.build.directory}/${project.build.finalName}">
+ dir="${project.build.directory}">
<arg value="czf"/>
<arg
value="${project.build.directory}/${project.build.finalName}.tar.gz"/>
- <arg value="."/>
+ <arg value="${project.build.finalName}"/>
</exec>
</target>