User Documentation
One Minute Introduction
Two Minute Introduction
Your own plugin
Coffee Break Introduction
Property substitution
FAQ
|
|||||
|
|||||
User DocumentationOne Minute Introduction IDE IntegrationMaven Integration |
Maven2 plugin
(!)This is a temporary page dedicated to the maven2 plugin for xdoclet2. The information it contains might be innacurate and certainly subject to change. ForewordTo use this plugin, you will need maven 2.0.1 or a more recent version. It will not work with 2.0.0, due to a bug in the plugin dependencies classloading. (See MNG-1804@jira)
InstallationIf you only want to try and install the xdoclet2-maven2 plugin on your local machine, you can build and install it from source by running or download the plugin jar from here and run the following: where ... But it's probably better to: Stay up-to-dateIf you want to stay up-to-date while this plugin is being worked on, you should add this to your pom's project/pluginRepositories element: UsageTo use the plugin, add the following to your pom: (of course, skip the <build> tag if you already have a build section) Note 1: all of this could potentially go to a parent pom's <pluginManagement> element. However, it seems MNG-1804@jira has not fixed this case, so you currently still need to specify the plugin dependencies in the child pom. See MNG-1703@jira |
||||
|
Copyright 2003-2006 - The Codehaus. All rights reserved unless otherwise noted.
Powered by Atlassian Confluence
|
|||||