Fix a build problem with all-in-one module

- mvn test was failing
This commit is contained in:
Trustin Lee 2012-07-07 14:22:12 +09:00
parent 391fe71639
commit 4e43041c95

View File

@ -109,7 +109,7 @@
<executions> <executions>
<execution> <execution>
<id>unpack-sources</id> <id>unpack-sources</id>
<phase>generate-resources</phase> <phase>prepare-package</phase>
<goals> <goals>
<goal>unpack-dependencies</goal> <goal>unpack-dependencies</goal>
</goals> </goals>
@ -122,7 +122,7 @@
</execution> </execution>
<execution> <execution>
<id>unpack-jars</id> <id>unpack-jars</id>
<phase>generate-resources</phase> <phase>prepare-package</phase>
<goals> <goals>
<goal>unpack-dependencies</goal> <goal>unpack-dependencies</goal>
</goals> </goals>
@ -141,7 +141,7 @@
<executions> <executions>
<execution> <execution>
<id>add-source</id> <id>add-source</id>
<phase>generate-sources</phase> <phase>prepare-package</phase>
<goals> <goals>
<goal>add-source</goal> <goal>add-source</goal>
</goals> </goals>