fix incorrect test (execution cannot affect something already bound by packaging)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-18 16:01:48 +00:00
parent 20e6d21710
commit 331ae735a7
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
test generate-sources

View File

@ -22,6 +22,7 @@
<executions> <executions>
<execution> <execution>
<id>test</id> <id>test</id>
<phase>generate-sources</phase>
<configuration> <configuration>
<source>1.4</source> <source>1.4</source>