mirror of https://github.com/apache/maven.git
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:
parent
20e6d21710
commit
331ae735a7
|
@ -1 +1 @@
|
||||||
test
|
generate-sources
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue