diff --git a/maven-core-it/README.txt b/maven-core-it/README.txt index 5150df04e4..5e18b05181 100644 --- a/maven-core-it/README.txt +++ b/maven-core-it/README.txt @@ -48,6 +48,9 @@ it0013: Test plugin-plugin, which tests maven-plugin-tools-api and maven-plugin-tools-java. This will generate a plugin descriptor from java-based mojo sources, install the plugin, and then use it. +it0014: Test POM configuration by settings the -source and -target for the + compiler to 1.4 + it0015: Test marmalade-driven mojo support. This will compile supporting java classes (mmld tag & taglib), generate plugin descriptor from mmld script, install the plugin, and finally use the new plugin. diff --git a/maven-core-it/integration-tests.txt b/maven-core-it/integration-tests.txt index feb6e1fc22..940676c4b5 100644 --- a/maven-core-it/integration-tests.txt +++ b/maven-core-it/integration-tests.txt @@ -12,6 +12,7 @@ it0010 it0011 it0012 it0013 +it0014 it0015 it0016 it0017