------ Usage ------ John Tolentino ------ 09 December 2006 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file ~~ distributed with this work for additional information ~~ regarding copyright ownership. The ASF licenses this file ~~ to you under the Apache License, Version 2.0 (the ~~ "License"); you may not use this file except in compliance ~~ with the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, ~~ software distributed under the License is distributed on an ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~~ KIND, either express or implied. See the License for the ~~ specific language governing permissions and limitations ~~ under the License. ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html Usage The Maven Swizzle Plugin generate reports from a project's issue tracking system (currently only JIRA is supported). It requires 5 parameters -- 4 parameters through the ReportConfiguration and 1 for the result output path. Here's an example: +-------+ [...] org.apache.maven.plugins maven-swizzle-plugin 1.0-SNAPSHOT http://jira.codehaus.org MWAR 2.0.2 my-output/MavenWARPluginResolvedIssues.xml [...] +-------+ You can then use the generated xdoc file to create reports for your site. Goals There's only one goal for the swizzle-maven-plugin: * <<>>