HHH-5681 : Packaged jar has file with absolute patch

This commit is contained in:
Gail Badner 2011-01-21 11:06:15 -08:00
parent 13b3222a5c
commit d519d8c425
2 changed files with 8 additions and 2 deletions

View File

@ -46,21 +46,26 @@
<files>
<file>
<source>../lgpl.txt</source>
<fileMode>0644</fileMode>
</file>
<file>
<source>../hibernate_logo.gif</source>
<fileMode>0644</fileMode>
</file>
<file>
<!-- todo : this should eventually become the release-notes bawany is working on -->
<source>../changelog.txt</source>
<fileMode>0644</fileMode>
</file>
<file>
<source>target/${project.artifactId}-${project.version}-all.jar</source>
<destName>hibernate3.jar</destName>
<fileMode>0644</fileMode>
</file>
<file>
<source>../testing/target/hibernate-testing-${project.version}.jar</source>
<destName>hibernate-testing.jar</destName>
<fileMode>0644</fileMode>
</file>
</files>
@ -212,4 +217,4 @@
</fileSet>
</fileSets>
</assembly>
</assembly>

View File

@ -49,8 +49,9 @@
<excludes>
<exclude>org.hibernate:hibernate-tools:*</exclude>
<exclude>org.hibernate:jtidy:*</exclude>
<exclude>org.hibernate:hibernate-distribution:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
</assembly>
</assembly>