Author: hboutemy Date: Sat Nov 1 14:22:54 2014 New Revision: 1635953 URL: http://svn.apache.org/r1635953 Log: updated IT to find jdk toolchain (if any configured in user toolchains)
Modified: maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/pom.xml Modified: maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/pom.xml?rev=1635953&r1=1635952&r2=1635953&view=diff ============================================================================== --- maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/pom.xml (original) +++ maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/pom.xml Sat Nov 1 14:22:54 2014 @@ -48,9 +48,7 @@ under the License. </executions> <configuration> <toolchains> - <jdk> - <version>12</version> - </jdk> + <jdk/> <fake-type> <attribute>value</attribute> <other-attribute>other-value</other-attribute>