Sourceforge plug-in - Plugin to deploy distributions to Sourceforge
Maven Cobertura Plug-in - Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
Maven IzPack Plugin - A plugin to generate installers using IzPack. The basic installer is a platform independend installer jar which requires a JRE on the destination machine. That platform independend installer can be bundled with a JRE into a Win32 installer exe.
dbUnit Plug-in - A plugin to automate dbUnit tasks
Java Application Plugin - Plugin to generate an executable JAR
WebSphere 4.0 Plug-in - A plugin to manage a WebSphere AppServer 4 installation
Maven JAVANCSS Plug-in - Plugin for JavaNCSS
FindBugs Plug-in - A plugin to automate FindBugs tasks
WebSphere 5 (5.0/5.1) Plugin - A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation
SDocBook Plug-in - A plugin for DOCBOOK processing. Uses the DocBook Open Repository project XSL stylesheets to process DocBook XML sources into different output formats.
Maven Taglib Plugin - M2 plugin for jsp tag libraries developers for the generation, documentation and testing of jsp tag libraries.
Mevenide Grammar - Maven files XML grammar and code-completion hints provider
Mevenide J2EE support - The module provides J2EE related functionality to the Maven project type.
Mevenide Config - Mevenide Config allows to manipulate Maven config, e.g. system environment variables, project config (project.properties), user-defined config (build.propertie, ...).
Mevenide Netbeans project support - The project's aim to to provide Maven project type support for the Netbeans IDE 4.0. The features include recognition of Maven projects, setup of the project in the IDE, running Maven, editor support for configuration files etc.
Maven NBM Plugin - This plugin creates a netbeans module artifact for the project, also generates nbm file for distribution of the module. Is able to generate the module information from the pom and additional project properties.
Maven 1.0.2 library for Mevenide - Library for project mevenide, contains most of the jars needed for maven to run.
jdom library for Mevenide. - Library for project mevenide
commons-logging library for Mevenide - Library for project Mevenide
Mevenide Core - Mevenide Core provides various utility classes for manipulating POMs, running Maven, synchronizing POMs and IDEs, etc... It is intended to used by concrete IDE plugin.
apache ant library for Mevenide. - Library for project mevenide
Mevenide Goals Grabber - This project provides generic Goals Grabbing mechanism. It is articulated around IGoalsGrabber interface.
Netbeans Cargo integration - This module integrates Cargo into the IDE. Cargo is a thin wrapper around existing J2EE containers. It provides different APIs to easily manipulate containers.
Mevenide Developer Support - Netbeans module with tools for developers wishing to extend Mevenide. Easy to use project template created.
Mevenide XML grammar - Maven files XML grammar and code-completion for Netbeans. (project.xml, maven.xml and plugin.jelly files completion.
Mevenide Repository - Common codebase for reading local and remote repositories.
MevenIDE for IDEA Integration - The MevenIDE for IDEA project aims to integrate Maven into the popular IntelliJ IDEA IDE.
Maven xhtml Plug-in - ${pom.name} validates the xhtml code in project documentation and generates a report with the details of all the errors found.
Maven taglib Plug-in - Maven taglib Plug-in is a maven plugin for jsp tag libraries developers. It eases the generation, documentation and testing of jsp tag libraries.
cpptasks - Compile tasks for Apache Ant
Ant-Contrib Tasks - A collection of tasks (and at one point maybe types and other tools) for Apache Ant
Maven Test Plugin - Run JUnit tests.
Maven MultiChanges Plugin - Produce release dashboard for subprojects.
Maven FAQ Plugin - Creates XDoc documentation from an FAQ XML document.
Maven IDEA Plugin - IDEA Plugin for Maven.
Maven JUnit Report Plugin - Reports from JUnit tests.
Maven JIRA Plugin - This plugin downloads issues from Jira and creates a report.
Maven Simian Plugin - Simian Plugin for Maven
Maven JellyDoc Plug-in - Creates a JavaDoc like report for any Jelly Tags used in a project.
Maven - Maven is a project management and project comprehension tool. Maven is based on the concept of a project object model: builds, documentation creation, site publication, and distribution publication are all controlled from the project object model. Maven also provides tools to create source metrics, change logs based directly on source repository, and source cross-references. You can build a Maven installation from this source tree by running ant -f build-bootstrap.xml
Maven JDepend Plugin - JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.
Maven JXR Plugin - Create cross reference.
Maven PDF Plugin - PDF Documentation generator
Maven NSIS Plugin - A plugin to generate Win32 installer programs using NSIS
Maven XDoc Plugin - Convert xdocs into HTML.
Maven Clover Plugin - The Clover plugin allows measuring test coverage using Clover (http://www.atlassian.com/clover).
Maven EJB Plugin - EJB Plugin for Maven
Maven Model - The Maven project descriptor used in Maven 1.x. This library is used to represent in Java the POM (project.xml) and it offers services to parse and to serialize it.
Maven Genapp Plugin - A collection of example projects showing how to use maven in different situations
Maven Jar Plugin - Plugin for creating JAR files.
Maven Source Control Management Plugin - A plugin for SCM tasks.
Maven Artifact Plugin - Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin.
Maven Announcement Plugin - The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.
Maven PMD Plugin - The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc.
Maven JCoverage plugin - This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.
Maven Multi-Project Plugin - A plugin to handle the building of multiple projects within maven.
Maven RAR Plugin - Rar Plugin for Maven
Maven EAR Plugin - Ear Plugin for Maven
Maven Dashboard Plugin - Generate a dashboard containing global statistics about other maven reports
Maven Html2XDoc Plug-in - Creates XDoc documentation from normal HTML documentation.
Maven Eclipse Plugin - A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.
Maven Developer Activity Plugin - This document provides a report of activity in terms of CVS commits and breaks it out by developer.
Maven Plugin Plugin - Maven Plugin management plugin.
Maven WAR Plugin - War Plugin for Maven
Maven Native Plug-in - Plugin for native compilation c,c++, fortran
Maven JDiff Plugin - Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.
Maven Ant Plugin - Generates ant build files from a maven project, so that plain ant users can build your project
Maven Jelly Tag Library - The Maven jelly tag library is designed to be used in Maven Jelly scripts and plugins to perform functions such as the reactor, run a Maven sub build, and load a Maven project model.
Maven LinkCheck Plugin - Check xdoc links. Requires Maven 1.0 RC2.
Maven POM Plugin - Basic validation and updating mechanisms for your Project Object Model.
Maven Site Plugin - Generate web site.
Maven Cruise Control Plugin - A plugin to work with Cruise Control. Plugin can generate a Cruise Control configuration from the POM, start the CruiseControl server, and when included as a report provide a link to the build results.
Maven Changelog Plugin - The Changelog plugin generates reports about recent changes to the SCM repository.
Maven File Activity Plugin - This document provides a report of activity in terms of CVS commits and breaks it out by file.
Maven Abbot plugin - Run Abbot tests
maven-dotuml-plugin -
maven-springgraph-plugin -
maven-strutsdoc-plugin -
maven-rpm-plugin -
maven-wiki-plugin -
maven-uberdist-plugin -
maven-doxygen-plugin -
maven-xmlresume-plugin -
Maven JAXB Plugin -
maven-news-plugin -
Tasks Plug-in -
maven-aptdoc-plugin -
maven-junitpp-plugin -
maven-files-plugin -
maven-deb-plugin -
maven-webtest-plugin -
maven-jpox-plugin -
maven-kodo-plugin -
maven-axis-plugin -
maven-macker-plugin -
maven-transform-plugin -
maven-jbuilder-opentool-plugin -
maven-mevenide-plugin -
maven-eclipse-plugin-plugin -
Simian -
cruisecontrol -
ant-starteam -
ant-weblogic -
ant-swing -
ant-jakarta-bcel -
ant-jdepend -
ant-trax -
ant-apache-oro -
ant-apache-resolver -
ant-antlr -
ant-junit -
Ant -
ant-apache-bcel -
ant-jakarta-oro -
ant-apache-log4j -
ant-optional -
ant-jsch -
ant-icontract -
ant-xalan2 -
Ant Launcher -
ant-commons-logging -
ant-vaj -
ant-jai -
ant-jakarta-regexp -
ant-apache-regexp -
ant-jakarta-log4j -
ant-jmf -
ant-apache-bsf -
ant-xslp -
optional -
ant-stylebook -
ant-javamail -
ant-commons-net -
ant-xalan1 -
ant-nodeps -
ant-netrexx -
maven-proxy-core -
maven-proxy-standalone -
maven-proxy-webapp -
Maven Changes Plugin -
Maven Artifact -
maven-it-support-parent -
maven-touchstone-plugin -
Wagon SSH provider -
maven-caller-plugin -
Maven Console Plugin -
maven-vdoclet-plugin -
Wagon HTTP provider -
Maven Tasklist Plug-in -
Maven Release Plug-in -
Maven Javadoc Plugin -
wagon -
maven-shell-plugin -
maven-was40-plugin -
maven-appserver-plugin -
maven-jetty-plugin -
Wagon HTTP provider -
Maven OSGi Plugin -
Maven Java Plugin -
maven-repository-plugin -
wagon-ssh-external -
maven-statcvs-plugin -
maven-word2html-plugin -
Lightweight Wagon HTTP provider -
maven-license-plugin -
maven-castor-plugin -
wagon-ftp -
Maven Latex Plug-in -
maven-tjdo-plugin -
maven-reactor-plugin -
Maven JNLP Plug-in -
wagon-provider-api -
Maven Jalopy Plugin -
maven-junit-doclet-plugin -
Maven Distribution Plugin -
maven-importscrubber-plugin -
maven-struts-plugin -
maven-activity-plugin -
Maven AspectJ Plugin -
maven-dependency-plugin -
maven-jboss-plugin -
maven-it-support -
wagon-http -
maven-wizard-plugin -
Maven Clean Plugin -
maven-aspectwerkz-plugin -
wagon-scm -
Maven Gump Plug-in -
Maven Hibernate Plug-in -
maven-uberjar-plugin -
Maven J2EE Plugin -
wagon-api -
Maven Checkstyle Plugin -
maven-jdeveloper-plugin -
maven-cactus-plugin -
maven-touchstone-partner-plugin -
maven-docbook-plugin -
Maven Javacc Plugin -
maven-deploy-plugin -
maven-webserver-plugin -
wagon-file -
maven-graph-plugin -
wagon-provider -
Maven Latka Plug-in -
Maven Antlr Plugin -
maven-ashkelon-plugin -
maven-jdee-plugin -
maven-jbuilder-plugin -
ant-doxygen -
continuum-notifier-mail -
damagecontrol -
damagecontrol-0.3-prerelease -
maven-fetch -