note about IT 14

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-08 22:07:46 +00:00
parent 6348de7143
commit d6eed0b7a6
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -12,6 +12,7 @@ it0010
it0011
it0012
it0013
it0014
it0015
it0016
it0017