Revert "Temporary maven exec to debug java.home on jenkins."

Oops, that was supposed to go into my fork. So much for keeping the historty on the main
project clean.

This reverts commit e628f64e9a.
This commit is contained in:
Jamie Doornbos
2014-11-17 09:54:50 -08:00
parent e628f64e9a
commit 0dfd443a80
-20
View File
@@ -99,26 +99,6 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.3.2</version>
<executions>
<execution>
<id>test</id>
<goals>
<goal>exec</goal>
</goals>
<phase>initialize</phase>
<configuration>
<executable>echo</executable>
<arguments>
<argument>${java.home}</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>