This commit is contained in:
Jason van Zyl 2005-10-06 20:47:33 +00:00
parent aaba370f9d
commit 864809556a
3 changed files with 8 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<!-- TODO: disable dependencies -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.pluginsx</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>

View File

@ -70,8 +70,13 @@ public class MyQueryMojo
* Mapping to collections
The configuration mapping mechanism can easily deal with most collections so let's go through a few examples
to show you how it's done:
** Mapping lists
** Mapping maps
** Mapping properties

View File

@ -25,6 +25,8 @@ Documentation
* {{{mini/guide-configuring-plugins.html}Guide to Configuring Plug-ins}}
* {{{mini/guide-deploy-ftp.html}Guide to deploying with FTP}}
* {{{mini/guide-deployment-security-settings.html}Guide to Deployment and Security Settings}}
* {{{mini/guide-ear.html}Guide to EARs}}