move assembly to deploy phase

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12793 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2007-07-21 07:14:55 +00:00
parent d4e8c4fa84
commit b681b210a0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<executions>
<execution>
<id>assemble</id>
<phase>site</phase>
<phase>deploy</phase>
<goals>
<goal>single</goal>
</goals>