Skip to content

Commit

Permalink
added deleting of weld.deployer in all configuration before creating new
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Feb 15, 2010
1 parent e58395a commit 13456d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jboss-as/pom.xml
Expand Up @@ -88,7 +88,10 @@
<delete
dir="${jboss.home}/server/default/deployers/webbeans.deployer"
failonerror="false" />

<delete
dir="${jboss.home}/server/all/deployers/weld.deployer"
failonerror="false" />

<unzip dest="${project.build.directory}"
src="${project.build.directory}/dependency/lib/weld-jboss-int-deployer-assembly.zip" />

Expand Down

0 comments on commit 13456d5

Please sign in to comment.