mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aaba370f9d
commit
864809556a
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue