Ensure maven-antrun-plugin runs when using <packaging>pom

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-02-22 05:43:26 +00:00
commit ad0f6af9f5

View file

@ -541,7 +541,7 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<phase>install</phase>
<configuration>
<tasks>
<delete dir="../target/apache-tuscany-scatours-${version}/tuscany-scatours-${version}/domainconfig/META-INF"