Repository: nifi
Updated Branches:
  refs/heads/master 1373bf672 -> f6705f234


NIFI-1511 we now ensure groovy eclipse compiler is only used during testCompile 
goal

This closes #270

Signed-off-by: Matt Burgess <mattyb...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f6705f23
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f6705f23
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f6705f23

Branch: refs/heads/master
Commit: f6705f234cd527c2bc0edd670854f2947277f3f5
Parents: 1373bf6
Author: joewitt <joew...@apache.org>
Authored: Fri Mar 11 11:13:34 2016 -0500
Committer: Matt Burgess <mattyb...@gmail.com>
Committed: Fri Mar 11 11:15:15 2016 -0500

----------------------------------------------------------------------
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/f6705f23/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b20a7d..7616770 100644
--- a/pom.xml
+++ b/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>

Reply via email to