mirror of https://github.com/apache/nifi.git
NIFI-1511 we now ensure groovy eclipse compiler is only used during testCompile goal
This closes #270 Signed-off-by: Matt Burgess <mattyb149@gmail.com>
This commit is contained in:
parent
1373bf6725
commit
f6705f234c
8
pom.xml
8
pom.xml
|
@ -1321,11 +1321,15 @@ language governing permissions and limitations under the License. -->
|
|||
<!-- Only run for tests -->
|
||||
<execution>
|
||||
<id>groovy-tests</id>
|
||||
<phase>test</phase>
|
||||
<goals>
|
||||
<goal>testCompile</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<compilerId>groovy-eclipse-compiler</compilerId>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<compilerId>groovy-eclipse-compiler</compilerId>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue