Maven Repository: maven
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 » maven-jdiff-plugin
Maven PDF Plugin
PDF Documentation generator
maven » maven-pdf-plugin
Velocity
Velocity is a Java-based template engine. It permits anyone to use the
simple yet powerful template language to reference objects defined in Java
code.
maven » velocity
Maven xsddoc Plug-in
xsddoc plugin for Maven.
It generates XML Schema documentation for W3C XML Schemas.
xsddoc » maven-xsddoc-plugin
Maven Jini Plugin
This is a Maven plug-in for Jini service based projects. It's initial capabilities are:
* Archetype for Jini service project creation
* Starting/Stopping of Jini starter kit services: Reggie, Mahalo, Phoenix, Fiddler, Norm, Mercury, Outrigger, Browser, and HTTP daemon
* Configurable RMI runtime: JRMP, JERI, or JERI/JSSE
* Configurable activation and persistence modes: transient, activatable, nonactivatable
org.jini.maven-jini-plugin » maven-jini-plugin
Apache Maven Wagon :: Providers
Tools to manage artifacts and deployment
org.apache.maven.wagon » wagon-providers
Apache Maven Wagon
Tools to manage artifacts and deployment
org.apache.maven.wagon » wagon
Apache Maven Wagon :: Providers :: SSH Provider
Tools to manage artifacts and deployment
org.apache.maven.wagon » wagon-ssh
Apache Maven Wagon :: Provider Test
Suite of tests for Wagon implementations
org.apache.maven.wagon » wagon-provider-test
Apache Maven Wagon :: Providers :: HTTP Provider
Wagon that gets and puts artifacts through http using Apache httpclient-4.x.
org.apache.maven.wagon » wagon-http
Apache Maven Wagon :: Providers :: SSH External Provider
Wagon that gets and puts artifacts using SSH protocol with a preinstalled SSH client
org.apache.maven.wagon » wagon-ssh-external
Apache Maven Wagon :: Providers :: File Provider
Wagon that gets and puts artifacts using file system protocol
org.apache.maven.wagon » wagon-file
Apache Maven Wagon :: Providers :: Lightweight HTTP Provider
Wagon that gets and puts artifacts through http using standard Java library
org.apache.maven.wagon » wagon-http-lightweight
Apache Maven Wagon :: Providers :: FTP Provider
Wagon that gets and puts artifacts from and to remote server using FTP protocol
org.apache.maven.wagon » wagon-ftp
Apache Maven Wagon :: API
Maven Wagon API that defines the contract between different Wagon implementations
org.apache.maven.wagon » wagon-provider-api
Apache Maven Wagon :: Providers :: SCM Provider
Wagon that gets and puts artifacts using a Source Control Management system
org.apache.maven.wagon » wagon-scm
QALab Plugin for Maven 2
A Maven 2 compatible plugin for QALab.
net.objectlab » maven-qalab-plugin
Maven Shared Components
Maven shared components
org.apache.maven.shared » maven-shared-components
Maven File Management API
API to collect files from a given directory using several include/exclude rules.
org.apache.maven.shared » file-management
Maven Shared APIs
Maven shared-API parent
org.apache.maven.shared » shared-components-parent
Maven Codeguide Plug-in
Codeguide Plugin for Maven.
boxstuff » maven-codeguide-plugin
Maven Javadoc Plugin
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.
org.apache.maven.plugins » maven-javadoc-plugin
Maven Resources Plugin
The Resources Plugin handles the copying of project resources to the output
directory. There are two different kinds of resources: main resources and test resources. The
difference is that the main resources are the resources associated to the main
source code while the test resources are associated to the test source code.
Thus, this allows the separation of resources for the main source code and its
unit tests.
org.apache.maven.plugins » maven-resources-plugin
Maven AntRun Plugin
Runs Ant scripts embedded in the POM
org.apache.maven.plugins » maven-antrun-plugin
Maven Plugins
Maven Plugins
org.apache.maven.plugins » maven-plugin-parent
Maven Repository Plugin
Creates bundles of artifacts that should be manually uploaded to the central Maven repository.
org.apache.maven.plugins » maven-repository-plugin
Maven Compiler Plugin
The Compiler Plugin is used to compile the sources of your project.
org.apache.maven.plugins » maven-compiler-plugin
Maven Deploy Plugin
Uploads the project artifacts to the internal remote repository.
org.apache.maven.plugins » maven-deploy-plugin
Maven Project Info Reports Plugin
The Maven Project Info Reports Plugin is a plugin that generates standard reports
for the specified project.
org.apache.maven.plugins » maven-project-info-reports-plugin
Maven WAR Plugin
Builds a Web Application Archive (WAR) file from the project output and its dependencies.
org.apache.maven.plugins » maven-war-plugin
Maven PMD Plugin
A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
fragments,
as well as being able to fail the build based on these metrics.
org.apache.maven.plugins » maven-pmd-plugin
Maven Verifier Plugin
Assists in integration testing by means of evaluating success/error conditions read from a configuration file.
org.apache.maven.plugins » maven-verifier-plugin
Maven RAR Plugin
Builds a Resource Adapter Archive (RAR) from the project output for deployment to a J2EE server.
org.apache.maven.plugins » maven-rar-plugin
Maven Help Plugin
The Maven Help plugin provides goals aimed at helping to make sense out of
the build environment. It includes the ability to view the effective
POM and settings files, after inheritance and active profiles
have been applied, as well as a describe a particular plugin goal to give usage information.
org.apache.maven.plugins » maven-help-plugin
Maven Archetype Plugin
The Maven Archetype Plugin builds archetype containers.
org.apache.maven.plugins » maven-archetype-plugin
Maven EAR Plugin
Generates a J2EE Enterprise Archive (EAR) file.
org.apache.maven.plugins » maven-ear-plugin
Maven Eclipse Plugin
The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.
org.apache.maven.plugins » maven-eclipse-plugin
Maven Plugins
Maven Plugins
org.apache.maven.plugins » maven-plugins
Maven Assembly Plugin
A Maven plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors.
org.apache.maven.plugins » maven-assembly-plugin
Maven Site Plugin 3
The Maven Site Plugin is a plugin that generates a site for the current project.
org.apache.maven.plugins » maven-site-plugin
Maven EJB Plugin
Generates a J2EE Enterprise JavaBean (EJB) file as well as the associated client JAR.
org.apache.maven.plugins » maven-ejb-plugin
Maven Release Plugin
This plugin is used to release a project with Maven, saving a lot of repetitive, manual work.
org.apache.maven.plugins » maven-release-plugin
Maven JAR Plugin
Builds a Java Archive (JAR) file from the compiled project classes and resources.
org.apache.maven.plugins » maven-jar-plugin
Maven Ant Plugin
Generates an Ant build file from a POM.
org.apache.maven.plugins » maven-ant-plugin
Maven Source Plugin
The Maven 2 Source Plugin creates a JAR archive of the source files of the current project.
org.apache.maven.plugins » maven-source-plugin
Maven Clean Plugin
The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory.
org.apache.maven.plugins » maven-clean-plugin
Maven Install Plugin
Copies the project artifacts to the user's local repository.
org.apache.maven.plugins » maven-install-plugin
Maven Clover Plugin
Maven plugin for Clover
org.apache.maven.plugins » maven-clover-plugin
Maven SCM Plugin
Maven Plugin that allows accessing different SCMs.
org.apache.maven.plugins » maven-scm-plugin
Maven Checkstyle Plugin
Generates a report on violations of code style and optionally fails the build if violations are detected.
org.apache.maven.plugins » maven-checkstyle-plugin
Maven Plugin Plugin
The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree,
to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the
plugin registry, the artifact metadata and a generic help goal.
org.apache.maven.plugins » maven-plugin-plugin
Maven Reporting
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
org.apache.maven.reporting » maven-reporting
Maven Reporting Implementation
Abstract classes to manage report generation.
org.apache.maven.reporting » maven-reporting-impl
Maven Reporting API
API to manage report generation.
org.apache.maven.reporting » maven-reporting-api
SureFire Parent
Surefire is a test framework project.
org.apache.maven.surefire » surefire-root
Apache Maven Surefire
Surefire is a test framework project.
org.apache.maven.surefire » surefire
Cargo Maven plugin
Maven Plugin for Cargo
cargo » cargo-maven-plugin
Maven Archetype
Maven Archetype is a set of tools to deal with archetypes, i.e. an abstract representation of a kind of project
that can be instantiated into a concrete customized Maven project.
An archetype knows which files will be part of the instantiated project and which properties to fill to properly customize
the project.
org.apache.maven.archetype » maven-archetype
Maven Skins
Maven Skins
org.apache.maven.skins » maven-skins
Maven Portlet Archetype
An archetype which contains a sample JSR-268 Portlet.
org.apache.maven.archetypes » maven-archetype-portlet
Maven Simple Project Archetype
An archetype which contains a simple Maven project.
org.apache.maven.archetypes » maven-archetype-simple
Maven Site Archetype
An archetype which contains a sample Maven site which demonstrates some of the supported document types like
APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered
upon an existing Maven project.
org.apache.maven.archetypes » maven-archetype-site
Maven Mojo Archetype
An archetype which contains a sample a sample Maven plugin.
org.apache.maven.archetypes » maven-archetype-mojo
Maven Archetype Archetype
An archetype which contains a sample archetype.
org.apache.maven.archetypes » maven-archetype-archetype
Maven Simple J2EE Archetype
An archetype which contains a simplifed sample J2EE application.
org.apache.maven.archetypes » maven-archetype-j2ee-simple
Maven Webapp Archetype
An archetype which contains a sample Maven Webapp project.
org.apache.maven.archetypes » maven-archetype-webapp
Maven Archetype for Simple Site
An archetype which contains a sample Maven site.
org.apache.maven.archetypes » maven-archetype-site-simple
Maven Quickstart Archetype
An archetype which contains a sample Maven project.
org.apache.maven.archetypes » maven-archetype-quickstart
Castor Maven Plugin
The Castor plugin is a Maven plugin that provides the functionality of
Castor's XML SourceGenerator for generating Java beans and associated marshallers
and unmarshallers from XML schema files.
org.codehaus.mojo » castor-maven-plugin
Maven Changelog Plug-in
Produce SCM changelog reports.
org.codehaus.mojo » changelog-maven-plugin
AspectJ compiler Maven Plugin
Handles AspectJ usage within Maven.
Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and ajdoc reporting.
org.codehaus.mojo » aspectj-maven-plugin
XDoclet Maven Plugin
Processes XDoclet tags in project source files.
org.codehaus.mojo » xdoclet-maven-plugin
webdoclet
Web Doclet Plugin
org.codehaus.mojo » webdoclet-maven-plugin
Taglist Maven Plugin
Produce a tag list report.
org.codehaus.mojo » taglist-maven-plugin
Axis Tools Maven Plugin
This plugin supports the wsdl2java and java2wsdl tools from the Apache Axis (1) project.
org.codehaus.mojo » axistools-maven-plugin
springdoclet
Spring Doclet Plugin
org.codehaus.mojo » springdoclet-maven-plugin
JAXB-2 Maven Plugin
Mojo's JAXB-2 Maven plugin is used to create an object graph from XSDs based on the JAXB 2.1 implementation and to generate XSDs from JAXB-annotated Java classes.
org.codehaus.mojo » jaxb2-maven-plugin
JBoss Maven Plugin
This plugin manages the ability start/stop JBoss and deploy/undeploy
applications via JMX.
org.codehaus.mojo » jboss-maven-plugin
Maven Commons Attributes Plugin
Commons Attributes enables Java programmers to use C#/.Net-style (now also Java 5) attributes
in their code.
org.codehaus.mojo » commons-attributes-maven-plugin
Netbeans Freeform Maven Plugin
Maven plugin which generates the files needed to call maven in
the Netbeans Ide using the freeform project
org.codehaus.mojo » netbeans-freeform-maven-plugin
Maven XML Beans Plugin
Runs the xmlbeans parser/code generator against schemas in files and dependent jars.
org.codehaus.mojo » xmlbeans-maven-plugin
Build Helper Maven Plugin
This plugin contains various small independent goals to assist with Maven build lifecycle
org.codehaus.mojo » build-helper-maven-plugin
Exec Maven Plugin
A plugin to allow execution of system and Java programs
org.codehaus.mojo » exec-maven-plugin
JavaCC Maven Plugin
Maven 2 Plugin for processing JavaCC grammar files.
org.codehaus.mojo » javacc-maven-plugin
Maven SCM Starteam Provider
SCM Provider implementation for Starteam (http://www.borland.com/us/products/starteam/index.html).
org.apache.maven.scm » maven-scm-provider-starteam
Maven SCM Providers
Parent for all SCM providers supported.
org.apache.maven.scm » maven-scm-providers
Maven SCM Client
SCM Client is a simple SCM command line tool.
org.apache.maven.scm » maven-scm-client
Maven SCM CVS Provider - CVS Executable Impl.
Executable implementation for SCM CVS Provider.
org.apache.maven.scm » maven-scm-provider-cvsexe
Maven SCM CVS Provider - Parent
SCM Provider implementation for CVS (http://www.nongnu.org/cvs/).
org.apache.maven.scm » maven-scm-providers-cvs
Maven SCM Subversion Provider - Parent
SCM Provider implementation for SVN (http://subversion.apache.org/).
org.apache.maven.scm » maven-scm-providers-svn
Maven SCM Perforce Provider
SCM Provider implementation for Perforce (http://www.perforce.com/).
org.apache.maven.scm » maven-scm-provider-perforce
Maven SCM Bazaar Provider
SCM Provider implementation for Bazaar (http://bazaar-vcs.org/).
org.apache.maven.scm » maven-scm-provider-bazaar
Maven SCM Local Provider
SCM Provider implementation for Local.
org.apache.maven.scm » maven-scm-provider-local
Maven SCM CVS Provider - Common library
Common library for SCM CVS Provider.
org.apache.maven.scm » maven-scm-provider-cvs-commons
Maven SCM
Maven SCM provides a common API for doing SCM operations.
org.apache.maven.scm » maven-scm
Maven SCM Managers
Parent for SCM Managers.
org.apache.maven.scm » maven-scm-managers
Maven SCM Visual Source Safe Provider
SCM Provider implementation for VSS (http://msdn.microsoft.com/en-us/vstudio/aa700907.aspx).
org.apache.maven.scm » maven-scm-provider-vss
Maven SCM Subversion Provider TCK Tests
Tests library for SCM SVN Provider.
org.apache.maven.scm » maven-scm-provider-svntest
Maven SCM Clearcase Provider
SCM Provider implementation for Clearcase (http://www-306.ibm.com/software/awdtools/clearcase/).
org.apache.maven.scm » maven-scm-provider-clearcase
Maven SCM Subversion Provider - SVN Executable Impl.
Executable library for SCM SVN Provider.
org.apache.maven.scm » maven-scm-provider-svnexe
Maven SCM Test
Tests library to test all SCM Provider implementations.
org.apache.maven.scm » maven-scm-test
Maven SCM CVS Provider TCK tests
Tests library for the SCM CVS Provider.
org.apache.maven.scm » maven-scm-provider-cvstest
Maven SCM API
The SCM API provides mechanisms to manage all SCM tools.
org.apache.maven.scm » maven-scm-api
Maven SCM Subversion Provider - Common library
Common library for SCM SVN Provider. Includes the svn-settings.xml configuration model.
org.apache.maven.scm » maven-scm-provider-svn-commons
Maven SCM Manager for Plexus
SCM Plexus component.
org.apache.maven.scm » maven-scm-manager-plexus
Maven Monitor
Maven components parent
org.apache.maven » maven-monitor
Maven Tasks for Ant
Maven components parent
org.apache.maven » maven-artifact-ant
Maven Artifact Manager
Maven components parent
org.apache.maven » maven-artifact-manager
Maven Artifact Test Helper Library
Maven components parent
org.apache.maven » maven-artifact-test
Maven Artifact
Maven components parent
org.apache.maven » maven-artifact
Maven Plugin Descriptor Model
Maven components parent
org.apache.maven » maven-plugin-descriptor
Maven JXR
Source cross reference library
org.apache.maven » maven-jxr
Maven Beanshell Mojo Support
Maven components parent
org.apache.maven » maven-script-beanshell
Maven Pluggy Simplistic Plugin Generator
Maven components parent
org.apache.maven » maven-plugin-tools-pluggy
Maven Script Support Root
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
org.apache.maven » maven-script
Maven Embedder
Maven embeddable component, with CLI support.
org.apache.maven » maven-embedder
Maven Plugin Registry Model
Maven components parent
org.apache.maven » maven-plugin-registry
Maven Plugin Tools Base POM
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
org.apache.maven » maven-plugin-tools
Maven Plugin Tools APIs
Maven components parent
org.apache.maven » maven-plugin-tools-api
Maven Core
Maven Core classes.
org.apache.maven » maven-core
Maven Archiver
Provides utility methods for creating JARs and other archive files from a Maven project.
org.apache.maven » maven-archiver
Maven Repository Metadata Model
Per-directory local and remote repository metadata.
org.apache.maven » maven-repository-metadata
Apache Maven
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
org.apache.maven » maven-parent
Maven Profile Model
Maven components parent
org.apache.maven » maven-profile
Maven Plugin Parameter Documenter API
Maven components parent
org.apache.maven » maven-plugin-parameter-documenter
Maven Plugin Tools for Beanshell
Maven components parent
org.apache.maven » maven-plugin-tools-beanshell
Maven Plugin API
The API for plugins - Mojos - development.
org.apache.maven » maven-plugin-api
Maven Model v3
Maven Model v3
org.apache.maven » maven-model-v3
Maven Project
This library is used to not only read Maven project object model files, but to assemble inheritence
and to retrieve remote models as required.
org.apache.maven » maven-project
Maven Model
Model for Maven POM (Project Object Model)
org.apache.maven » maven-model
Apache Maven
Maven is a project development management and
comprehension tool. Based on the concept of a project object model:
builds, dependency management, documentation creation, site
publication, and distribution publication are all controlled from
the declarative file. Maven can be extended by plugins to utilise a
number of other development tools for reporting or the build
process.
org.apache.maven » maven
Maven Settings
Maven Settings model.
org.apache.maven » maven-settings
Maven Plugin Tools for Java
Maven components parent
org.apache.maven » maven-plugin-tools-java
Maven Error Diagnostics
Provides a manager component which will process a given Throwable instance through a set of diagnostic
sub-components, and return a String message with user-friendly information about the error and possibly
how to fix it.
org.apache.maven » maven-error-diagnostics
Maven Model Converter
Converts between version 3.0.0 and version 4.0.0 models.
org.apache.maven » maven-model-converter
Maven SCM AccuRev Provider
SCM Provider implementation for AccuRev (http://www.accurev.com/).
org.apache.maven.scm » maven-scm-provider-accurev
OPS4J - Support Maven Mojo inheritance
A simple plugin to help extend non-local mojos where the source is not available
org.ops4j » maven-inherit-plugin
emma4it Maven Mojo
A set of plugins to use emma on integration tests
org.sonatype.maven.plugin » emma4it-maven-plugin
Tycho OSGi Compiler Plugin
A plugin for compiling OSGi bundles
org.sonatype.tycho » maven-osgi-compiler-plugin
Maven Modello Plugin
Modello is a Data Model toolkit. This plugin permits to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel.
maven » maven-modello-plugin
Maven Dashboard Plugin
Generate a dashboard containing global statistics about other maven reports
maven » maven-dashboard-plugin
Maven Multi-Project Plugin
A plugin to handle the building of multiple projects within maven.
maven » maven-multiproject-plugin
Maven File Activity Plugin
This document provides a report of activity in terms of CVS commits and breaks it out by file.
maven » maven-file-activity-plugin
Maven WAR Plugin
War Plugin for Maven
maven » maven-war-plugin
dom4j
dom4j: the flexible XML framework for Java.
*Note* that this is a custom-built version for the Maven project.
It was built from dom4j cvs trunk as of 2006-06-08 with the
branch DOM4J_1_X_BRANCH merged in.
maven » dom4j
Maven Html2XDoc Plug-in
Creates XDoc documentation from normal HTML documentation.
maven » maven-html2xdoc-plugin
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 » maven-pmd-plugin
Maven JXR Plugin
Create cross reference.
maven » maven-jxr-plugin
Maven RAR Plugin
Rar Plugin for Maven
maven » maven-rar-plugin
Maven IDEA Plugin
IDEA Plugin for Maven.
maven » maven-idea-plugin
Maven Developer Activity Plugin
This document provides a report of activity in terms of CVS commits and breaks it out by developer.
maven » maven-developer-activity-plugin
Maven Simian Plugin
Simian Plugin for Maven
maven » maven-simian-plugin
Maven FAQ Plugin
Creates XDoc documentation from an FAQ XML document.
maven » maven-faq-plugin
Maven NSIS Plugin
A plugin to generate Win32 installer programs using NSIS
maven » maven-nsis-plugin
Maven EAR Plugin
Ear Plugin for Maven
maven » maven-ear-plugin
Maven Eclipse Plugin
A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.
maven » maven-eclipse-plugin
Maven JCoverage plugin
This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.
maven » maven-jcoverage-plugin
Maven Native Plug-in
Plugin for native compilation c,c++, fortran
maven » maven-native-plugin
commons-jelly
Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.
*Note* that this is a custom-built version for the Maven project.
It was built from svn trunk as of 2006-07-17 (r 422982) but with
the fixes for JELLY-213 and JELLY-214 reverted
maven » commons-jelly
Maven Site Plugin
Generate web site.
maven » maven-site-plugin
Maven EJB Plugin
EJB Plugin for Maven
maven » maven-ejb-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 » maven-announcement-plugin
Maven JellyDoc Plug-in
Creates a JavaDoc like report for any Jelly Tags used in a project.
maven » maven-jellydoc-plugin
Maven Jar Plugin
Plugin for creating JAR files.
maven » maven-jar-plugin
Maven LinkCheck Plugin
Check xdoc links. Requires Maven 1.0 RC2.
maven » maven-linkcheck-plugin
Maven MultiChanges Plugin
Produce release dashboard for subprojects.
maven » maven-multichanges-plugin
Maven Ant Plugin
Generates ant build files from a maven project, so that plain ant users can build your project
maven » maven-ant-plugin
Maven Abbot plugin
Run Abbot tests
maven » maven-abbot-plugin
Maven XDoc Plugin
Convert xdocs into HTML.
maven » maven-xdoc-plugin
Maven Source Plugin
Java source archive plugin for Maven
maven » maven-source-plugin
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 » maven-artifact-plugin
Maven Genapp Plugin
A collection of example projects showing how to use maven in different situations
maven » maven-genapp-plugin
Maven Test Plugin
Run JUnit tests.
maven » maven-test-plugin
Maven Clover Plugin
The Clover plugin allows measuring test coverage using Clover (http://www.atlassian.com/clover).
maven » maven-clover-plugin
Maven POM Plugin
Basic validation and updating mechanisms for your Project Object Model.
maven » maven-pom-plugin
Maven Source Control Management Plugin
A plugin for SCM tasks.
maven » maven-scm-plugin
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 » maven-model
Maven Changelog Plugin
The Changelog plugin generates reports about recent changes to the SCM repository.
maven » maven-changelog-plugin
Maven JIRA Plugin
This plugin downloads issues from Jira and creates a report.
maven » maven-jira-plugin
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 » maven-cruisecontrol-plugin
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 » maven-jdepend-plugin
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 » maven
Maven JUnit Report Plugin
Reports from JUnit tests.
maven » maven-junit-report-plugin
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 » maven-jelly-tags
Maven Plugin Plugin
Maven Plugin management plugin.
maven » maven-plugin-plugin
Fabric3 Maven Runtime Host
Host API for embedding Fabric3 in a Maven plugin
org.codehaus.fabric3 » fabric3-maven-host
Fabric3 Maven
Fabric3 Maven Artifact Resolver.
org.codehaus.fabric3 » fabric3-maven
Fabric3 Maven Runtime Extension
Provides Maven-specific extensions
org.codehaus.fabric3 » fabric3-maven-extension
Fabric3 Maven Runtime API
Fabric3 APIs for embedding a runtime in Maven
org.codehaus.fabric3 » fabric3-maven-api
Fabric3 Runtime Maven Parent POM
Fabric3 Runtime Maven Parent POM.
org.codehaus.fabric3 » fabric3-runtime-maven-parent-pom
maven-SLF4JLogger
Maven plugin for loging to slf4j.
org.efaps » maven-slf4jlogger
maven-java5
Maven plugin to retrieve the Java5 Annotation goals from the source code.
org.efaps » maven-java5
Maven PLDoc Plugin - 2.20
The Maven PLDoc Plugin is a plugin that uses the pldoc tool for
generating docs for the specified project.
net.sourceforge.pldoc » maven-pldoc-plugin
Tink Maven Plugin
Tink plugin for integrating to Apache Maven build system.
net.sourceforge.tink » tink-maven
Spock Framework - Maven Module
Spock's Maven Module provides some advanced features when executing Spock specifications with Maven 2. This module is purely optional; Maven 2/3 will execute Spock specifications just fine without it.
org.spockframework » spock-maven
FlamingoApp Seam Maven2 Project
AndroMDA powered FlamingoApp Maven2 Generator Application
com.exadel.flamingo.flamingoapp.projects » flamingoapp-project-maven2
Maven Stapler plugin
Maven2 plugin for developing stapler applications
org.kohsuke.stapler » maven-stapler-plugin
clojure-maven-plugin Maven Mojo
Maven plugin for compiling clojure source files
com.theoryinpractise » clojure-maven-plugin
xml Bind builder [maven]
Ant Builder component for the xml Bind framework.
org.safris.xml » bind-builder-maven
Keystore Maven Mojo
Installs an un-trusted server certificate in a local key store
org.wooddog.mavenplugins » keystore
Sonar maven2 plugin
Sonar Maven2 plugin collects measures for Quality metrics.
ch.hortis.sonar » sonar-maven-plugin
Sonar database plugin
Sonar database embedder plugin, can be used to start the embedded database for the dev env
ch.hortis.sonar » db-maven-plugin
openutils maven skin
openutils maven skin
net.sourceforge.openutils » openutils-maven-skin
Tapestry Site Skin
Tapestry Maven2 Site Skin
org.apache.tapestry » maven-skin
Master Maven POM for Maven Plugins Public
Master organizational POM for Public Maven Plugin projects.
com.mtvi » master-public-maven-plugin
OSGi Deployment Maven Plugin
Provides a maven plugin that supports creating an OSGi
Deployment Package.
net.sourceforge.mvn-dp-plugin » osgi-deployment-maven-plugin
maven-timestamp-plugin Maven Mojo
Provides timestamps to maven build files.
com.keyboardsamurais.maven » maven-timestamp-plugin
Hibernate 3 Maven 2 Integration
Hibernate 3 Maven 2 Integration.
org.codehaus.mojo.hibernate3 » maven-hibernate3
Sonatype Wait Plugin
Wait on a URL, used to wait until a server has booted
org.sonatype.plugins » wait-maven-plugin
Maven Version Plugin
Manages project versions including main version along with parent, dependency, and arbitrary xpath-located versions inside the POMs of a multimodule build.
org.sonatype.plugins » maven-version-plugin
Sonatype Plexus Plugin
Boot up a Plexus container for any component for quick development. Very similar in nature to the jetty:run incarnation.
org.sonatype.plugins » plx-maven-plugin
Nexus : Maven Plugins : Nexus
Maven plugin used to interact with Nexus and Nexus Professional instances.
org.sonatype.plugins » nexus-maven-plugin
Repository-Collector Maven Plugin
Plugin which gathers artifact references from dependencies, plugins, report plugins, plugin management, and dependency management, then
allows the user to perform various tasks with these assembled artifacts.
org.sonatype.plugins » maven-repository-collector-plugin
jour-maven-plugin
Maven2 jour plugin
net.sf.jour » jour-maven-plugin
Maven Wagon WebDav Provider
Wagon that gets and puts artifacts through webdav protocol
org.apache.maven.wagon » wagon-webdav
Apache Maven Wagon :: Providers :: HTTP Shared Library
Shared Library for the wagon-http, and wagon-http-lightweight wagon
providers.
org.apache.maven.wagon » wagon-http-shared
Apache Maven Wagon :: Providers :: WebDav Provider
Wagon that gets and puts artifacts through webdav protocol
org.apache.maven.wagon » wagon-webdav-jackrabbit
OW2 Bundles :: Deployment Plan :: Fetcher :: Impl :: Maven2
Maven2 resources fetcher - bundle version
org.ow2.bundles » util-plan-fetcher-impl-maven2
GMaven Examples :: Install Maven Plugin
Install artifacts into the local repository.
org.codehaus.groovy.maven.examples » install-maven-plugin
GMaven Examples :: Clean Maven Plugin
Cleans up generated build artifacts.
org.codehaus.groovy.maven.examples » clean-maven-plugin
GMaven Examples
Provides some example plugins implemented in Groovy.
org.codehaus.groovy.maven.examples » gmaven-examples
Apache Felix iPOJO Maven Plugin
Maven Plugin to package iPOJO-powered bundles.
org.apache.felix » maven-ipojo-plugin
Maven Bundle Plugin
Provides a maven plugin that supports creating an OSGi bundle
from the contents of the compilation classpath along with its
resources and dependencies. Plus a zillion other features.
The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
org.apache.felix » maven-bundle-plugin
Maven SCR Plugin
Maven plugin for generating OSGi service descriptors based on annotations.
org.apache.felix » maven-scr-plugin
OBR Maven Plugin
Provides a maven plugin that supports the automatic creation and
update of an OSGi Bundle Repository compliant with OSGi RFC 0112.
org.apache.felix » maven-obr-plugin
Tiny Look-and-Feel
This is the Tiny look-and-feel packaged to be distributed with the SQuirreLSQL client.
The Tiny look-and-feel is a (mostly painted) look-and-feel for Java 1.4 and higher.
net.sf.squirrel-sql.thirdparty-non-maven » tinylaf
OYOAHA Look and Feel
A swing look and feel with theme, animation, sound, and alpha channel support
net.sf.squirrel-sql.thirdparty-non-maven » oalnf
Jaybird JDBC Driver
JDBC Driver for the Firebird RDBMS
net.sf.squirrel-sql.thirdparty-non-maven » jaybird
Java CUP Parser Generator
CUP is a system for generating LALR parsers from simple specifications. It serves the same role as
the widely used program YACC [1] and in fact offers most of the features of YACC. However, CUP is
written in Java, uses specifications including embedded Java code, and produces parsers which are
implemented in Java.
net.sf.squirrel-sql.thirdparty-non-maven » java-cup
Tonic Look and Feel
This is the tonic look-and-feel packaged to be distributed with the SQuirreLSQL client.
This pluggable look and feel is a free substitute for the default native look and feel of Swing,
'Metal', distributed under the GNU Lesser General Public License. Metal lacks both in usability and
aesthetics. It contains considerable graphical noise, distracting the user from the key elements of
the GUI.
Tonic, on the other hand, tries to provide a clean, balanced look and an improved feel. Tonic is
available free of charge both for commercial and non-commercial applications. It lends a
professional touch and a very tidy and clean interface to your Swing based applications.
net.sf.squirrel-sql.thirdparty-non-maven » toniclf
InfoNode Look and Feel
InfoNode Look and Feel is developed by NNL Technology AB. Visit
http://www.infonode.net for more information and the latest version of the library.
net.sf.squirrel-sql.thirdparty-non-maven » ilf-gpl
Nimrod Look and Feel
NimROD Look and Feel is an extension of the Metal Look and Feel, so it should be a portable
look and feel. This POM was contributed by Rob Manning and can be used to build this laf
from the original source code if the source code is structured according to Maven conventions.
net.sf.squirrel-sql.thirdparty-non-maven » nimrodlf
NetBeans Editor Platform Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdparty-non-maven » org-netbeans-modules-editor
NetBeans Editor Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdparty-non-maven » org-netbeans-modules-editor-lib
Tree Table Examples
Example code for creating JTables with an embedded tree structure in Swing.
net.sf.squirrel-sql.thirdparty-non-maven » treetable
Napkin Look and Feel
The Napkin Look and Feel is a pluggable look and feel for Java Swing
that makes the UI look as if it was hand-sketched on a napkin.
This provisional look is designed tfor use during project development
so that provisional parts of the UI look provisional, but of course you
may use it for anything you like.
net.sf.squirrel-sql.thirdparty-non-maven » napkinlaf
Ostermiller Syntax Highlighting
The com.Ostermiller.Syntax package is designed to add syntax coloring to web pages that
display source code or to add color syntax highlighting ability to any text editor written in Java.
net.sf.squirrel-sql.thirdparty-non-maven » ostermiller-syntax
NetBeans Openide-Loaders Platform Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdparty-non-maven » openide-loaders
Metouia Look And Feel
This project was once hosted on SourceForge (http://mlf.sourceforge.net), but SourceForge
replaced it with a different project (not sure what the reason for removal was). It was licensed
under an OSI-approved open source license according to the historical page hosted by the Internet
Archive's wayback machine.
net.sf.squirrel-sql.thirdparty-non-maven » metouia
Substance Look and Feel
A rock solid, fast and extensible library for creating visually appealing and consistent
Swing applications.
net.sf.squirrel-sql.thirdparty-non-maven » substance
Ostermiller BTE
A reference implementation of Better Templates for Everyone. It is written in Java and has been
tested on both Windows and Linux. It is very fast and can compile large sites in seconds.
net.sf.squirrel-sql.thirdparty-non-maven » ostermiller-bte
OpenJDK SwingSet Themes
A stripped-down artifact that contains only themes provided in the SwingSet demo
net.sf.squirrel-sql.thirdparty-non-maven » swingsetthemes
NetBeans Openide Platform Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdparty-non-maven » openide
NetBeans Editor Fold Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdparty-non-maven » org-netbeans-modules-editor-fold
NetBeans Editor Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdparty-non-maven » org-netbeans-modules-editor-util
Skin Look and Feel
Skin Look And Feel allows Java developers to write skin-able application using the Swing toolkit.
Skin Look And Feel is able to load themepacks (a bundle of GTK - The Gimp Toolkit - and KDE -
The K Desktop Environment - skins) to enhance your application GUI controls such as Buttons, Checks,
Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background Textures,
Regular Windows. Skin Look And Feel (aka SkinLF) also includes NativeSkin to create irregular
windows.
net.sf.squirrel-sql.thirdparty-non-maven » skinlf
Maven oAW plugin
Starts a workflow file of openArchitectureWare v4.
net.sf.mapasuta.build.maven.plugins » maven-oaw-plugin
Maven EMF Generator Plugin
Generates EMF GenModel and Model Sources
net.sf.mapasuta.build.maven.plugins » maven-emfgen-plugin
Booter Maven Plugin
Booter Maven Plugin
nanocontainer » booter-maven-plugin
NanoDist Maven Plugin
Maven Plugin to create NanoContainer Distributions
nanocontainer » nanodist-maven-plugin
GMaven Runtime :: Default
Support for Groovy Default.
org.codehaus.groovy.maven.runtime » gmaven-runtime-default
GMaven Runtime :: 1.0
Support for Groovy 1.0.
org.codehaus.groovy.maven.runtime » gmaven-runtime-1.0
GMaven Runtime
Groovy runtime abstraction layer.
org.codehaus.groovy.maven.runtime » gmaven-runtime
GMaven Runtime :: Loader
Groovy runtime loader.
org.codehaus.groovy.maven.runtime » gmaven-runtime-loader
GMaven Runtime :: 1.5
Support for Groovy 1.5.x.
org.codehaus.groovy.maven.runtime » gmaven-runtime-1.5
GMaven Runtime :: 1.6
Support for Groovy 1.6.x.
org.codehaus.groovy.maven.runtime » gmaven-runtime-1.6
GMaven Runtime :: API
Groovy runtime API.
org.codehaus.groovy.maven.runtime » gmaven-runtime-api
GMaven Runtime :: Support
Support for Groovy Runtime implementations.
org.codehaus.groovy.maven.runtime » gmaven-runtime-support
maven-concordion-plugin Maven Mojo
Plugin to report a summary of the Concordion specifications that reviews the resulting HTML files.
org.concordion » maven-concordion-plugin
Apache Directory Studio Plugin
Maven2 plugin with specific goals for the Apache Directory Studio project
org.apache.directory.studio » maven-studio-plugin
Apache Directory Studio Plugin
Maven2 plugin with specific goals for the Apache Directory Studio project
org.apache.directory.studio » studio-maven-plugin
Maven Native2ascii Plugin
Since we cannot wait for this plugin to release an
official version we are forking it and releasing under
our own group id. I will retain all other details for
license and for future reference. -MRD
org.dspace.maven.plugins » dspace-native2ascii-plugin
dspace-assembly-plugin
Custom assembly descriptors for dspace build process.
org.dspace.maven.plugins » dspace-assembly-plugin
Flexmojos Maven Plugin
With this maven plugin Flex3/AS3 sources can be compiled into a SWC or SWF package.
org.sonatype.flexmojos » flexmojos-maven-plugin
Geronimo Build Support :: CAR
The car-maven-plugin handles all aspects of "predeploying" a module into a Geronimo car file and installing car
files into a Geronimo server.
As part of this it processes plan files to include the module Id and dependencies, and generates
geronimo-plugin.xml metadata files and
manages a geronimo-plugins.xml catalog in the local maven repository.
org.apache.geronimo.buildsupport » car-maven-plugin
Geronimo Build Support :: Plugin
Provides build support goals for the Geronimo server build.
org.apache.geronimo.buildsupport » buildsupport-maven-plugin
Geronimo Build Support :: Testsuite Plugin
Plugin to help Geronimo testsuite
org.apache.geronimo.buildsupport » testsuite-maven-plugin
Geronimo Build Support :: Geronimo
Geronimo plugin for Maven 2; used to install, start, stop the server
and operate on modules.
org.apache.geronimo.buildsupport » geronimo-maven-plugin
Axis 2 Java2WSDL Maven Plugin
A Maven 2 plugin for creating WSDL files from Java source.
org.apache.axis2.maven2 » axis2-java2wsdl-maven-plugin
Maven 2 tools for Axis 2
This is a set of Maven 2 plugins for working with Axis 2.
org.apache.axis2.maven2 » axis2-maven-tools
Axis 2 Aar Maven Plugin
A Maven 2 plugin for creating Axis 2 service archives (aar files)
org.apache.axis2.maven2 » axis2-aar-maven-plugin
Axis 2 WSDL2Code Maven Plugin
The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.
org.apache.axis2.maven2 » axis2-wsdl2code-maven-plugin
GShell Support :: Artifact + Maven
Provides support for working with artifacts and repositories.
org.apache.geronimo.gshell.support » gshell-artifact-maven
Maven Fortress Plugin
Maven Fortress Plugin
org.apache.excalibur.fortress.meta » maven-fortress-plugin
Spoon Maven Plugin
A maven plugin to use spoonlet(s) in a maven 2 build. Spoonlets (and dependencies) are downloaded if needed.
net.sf.alchim » spoon-maven-plugin
YUI Compressor Maven Mojo
To compress (Minify + Ofuscate) Javascript files and CSS files (using YUI Compressor from Julien Lecomte) and/or
to check Javascript files with jslint.
net.sf.alchim » yuicompressor-maven-plugin
winstone-maven-plugin Maven Mojo
Embed your warfile into/with the winstone JAR itself. This allows an all-in-one
container plus web-application JAR file to be downloaded, and then unpacked
at execution time.
net.sf.alchim » winstone-maven-plugin
Lift Maven Plugin
A set of command (goals) to help lift's user or provide short alias for command
net.sf.alchim » maven-lift-plugin
Maven unused classes plugin
The Maven unused classes plugin is used to report any unused project classes.
net.sf.mgp » maven-unclasses-plugin
Maven GWT Plugin
The Maven GWT plugin is used to compile JavaScript source files from Java source.
net.sf.mgp » maven-gwt-plugin
Maven JaxMe Plugin
This plugin allows running the JaxMe binding compiler on
your XML schema files and add the generated sources to
your project.
org.apache.ws.jaxme » maven-jaxme-plugin
WebSphere 4.0 Plug-in
A plugin to manage a WebSphere AppServer 4 installation
maven-plugins » maven-was40-plugin
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-plugins » maven-sdocbook-plugin
Maven JAVANCSS Plug-in
Plugin for JavaNCSS
maven-plugins » maven-javancss-plugin
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.
maven-plugins » maven-izpack-plugin
dbUnit Plug-in
A plugin to automate dbUnit tasks
maven-plugins » maven-dbunit-plugin
FindBugs Plug-in
A plugin to automate FindBugs tasks
maven-plugins » maven-findbugs-plugin
Java Application Plugin
Plugin to generate an executable JAR
maven-plugins » maven-javaapp-plugin
WebSphere 5 (5.0/5.1) Plugin
A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation
maven-plugins » maven-was5-plugin
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-plugins » maven-cobertura-plugin
Sourceforge plug-in
Plugin to deploy distributions to Sourceforge
maven-plugins » maven-sourceforge-plugin
Maven Plugin Testing Mechanism
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.
org.apache.maven.plugin-testing » maven-plugin-testing-harness
Maven Plugin Testing
The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.
org.apache.maven.plugin-testing » maven-plugin-testing
Maven Jlex Plugin
The Maven Jlex Plugin is a plugin that runs the Jlex Java
Lexical Analyzer Generator for the specified project.
net.sourceforge.maven-jlex » maven-jlex-plugin
maven-plugins
Apache Geronimo Devtools Maven Plugins
org.apache.geronimo.devtools » maven-plugins
Databinder
A simple bridge from Wicket to Hibernate
net.databinder.maven.net.databinder » databinder
Databinder application archetype
To make creating a new Databinder application easier, this archetype includes all required sources and resources.
net.databinder.maven.net.databinder » data-app
Jettison
A StAX implementation for JSON.
org.bluestemsoftware.open.maven.tparty » jettison
Glassfish Jasper API
A fix for org.mortbay.jetty:jsp-api-2.1. Project in central repo has no POM.
org.bluestemsoftware.open.maven.tparty » jsp-api-2.1
xerces-impl
Combines version 2.9.0 of xerces serializer.jar and xerces xercesImpl.jar, neither of which are available within central repository (as of 7/8/2008)
org.bluestemsoftware.open.maven.tparty » xerces-impl
maven-tparty
Contains third party jars that have either not been released to maven central or the release has pom related errors that have been corrected.
org.bluestemsoftware.open.maven.tparty » maven-tparty
tranql-connector-derby-common
POM within maven central fails to validate. Stripped out everyting but dependencies.
org.bluestemsoftware.open.maven.tparty » tranql-connector-derby-common
Glassfish Jasper
A fix for org.mortbay.jetty:jsp-2.1. Project in central repo has no parent POM.
org.bluestemsoftware.open.maven.tparty » jsp-2.1
Maven SCM Subversion Provider - Java Impl.
This provider use a non ASL license compatible library (svnkit http://svnkit.com/).
com.google.scm.svnjava » maven-scm-provider-svnjava
Amazon Web Services Maven Wagon Support
Standard Maven wagon support for s3:// urls
org.springframework.aws » spring-aws-maven
Maven Dependency Analyzer
Analyzes the dependencies of a project for undeclared or unused artifacts.
org.apache.maven.shared » maven-dependency-analyzer
Maven Downloader
Provide a super simple interface for downloading a single artifact.
org.apache.maven.shared » maven-downloader
Maven Shared I/O API
API for I/O support like logging, download or file scanning.
org.apache.maven.shared » maven-shared-io
Maven Filtering
A component to assist in filtering of resource files with properties from a Maven project.
org.apache.maven.shared » maven-filtering
Maven Verifier Component
Provides a test harness for Maven integration tests.
org.apache.maven.shared » maven-verifier
Maven Common Artifact Filters
A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.
org.apache.maven.shared » maven-common-artifact-filters
Maven Runtime
Maven Runtime allows introspection of Maven project metadata at runtime. Basic artifact information or full Maven
project metadata can be obtained for all projects within a given class loader, optionally sorted into dependency
order, and also for a given class within a project.
org.apache.maven.shared » maven-runtime
Maven Artifact Resolution API
Provides a component for plugins to easily resolve project dependencies.
org.apache.maven.shared » maven-artifact-resolver
Maven Enforcer Rule API
This component provides the generic interfaces needed to implement custom rules for the maven-enforcer-plugin.
org.apache.maven.shared » maven-enforcer-rule-api
Maven Doxia Integration Tools
A collection of tools to help the integration of Doxia in Maven plugins.
org.apache.maven.shared » maven-doxia-tools
Maven Dependency Tree
A tree-based API for resolution of Maven project dependencies
org.apache.maven.shared » maven-dependency-tree
Maven JAR Utilities
Utilities that help identify the contents of a JAR, including Java class analysis and Maven metadata analysis.
org.apache.maven.shared » maven-shared-jar
Maven OSGi integration
Library for Maven-OSGi integration
org.apache.maven.shared » maven-osgi
Maven Invoker
A component to programmatically invoke Maven.
org.apache.maven.shared » maven-invoker
Maven Model Converter
Converts between version 3.0.0 and version 4.0.0 models.
org.apache.maven.shared » maven-model-converter
OPS4J Pax Url - Maven Commons
OPS4J Pax URL - Shared classes between maven protocol handlers.
org.ops4j.pax.url » pax-url-maven-commons
JVending Masa: maven-adb-plugin
Maven Plugin for Android ADB
com.jayway.maven.plugins.android.generation1.plugins » maven-adb-plugin
JVending Masa: maven-par-plugin
Maven Plugin for Provisioning Packager
com.jayway.maven.plugins.android.generation1.plugins » maven-par-plugin
JVending Masa: maven-dx-plugin
Maven Plugin for Android DX
com.jayway.maven.plugins.android.generation1.plugins » maven-dx-plugin
JVending Masa: maven-platformtest-plugin
Maven Plugin for Testing Unit Tests on Target Platform
com.jayway.maven.plugins.android.generation1.plugins » maven-platformtest-plugin
JVending Masa: maven-aidl-plugin
JVending Masa: Maven Plugin for AIDL Generation
com.jayway.maven.plugins.android.generation1.plugins » maven-aidl-plugin
JVending Masa: maven-apkbuilder-plugin
Maven Plugin for APK Builder
com.jayway.maven.plugins.android.generation1.plugins » maven-apkbuilder-plugin
JVending Masa: maven-aapt-plugin
Maven Plugin for Android AAPT
com.jayway.maven.plugins.android.generation1.plugins » maven-aapt-plugin
Hudson :: Maven (legacy) :: M2 Agent
Code that boots up Maven2 with Hudson's remoting support in place.
Used for the native maven support.
org.jvnet.hudson.main » maven-agent
Hudson :: Maven (legacy) :: Plugin
This plug-in provides deep integration of Hudson and Maven. This functionality used to be part of the Hudson core.
Now it is a plug-in that is installed by default, but can be disabled.
org.jvnet.hudson.main » maven-plugin
Hudson :: Maven (legacy) :: M2 Interceptor
Plexus module that intercepts invocations of key Maven components
so that Hudson can monitor what's going on in Maven.
org.jvnet.hudson.main » maven-interceptor
hivedoc-plugin for Maven
A plugin to generate Maven-site-docs for HiveMind descriptors
ch.marcus-schulte.maven » hivedoc-plugin
Genesis Plugins :: Tools
Provides custom tools to augment the Maven build.
org.apache.geronimo.genesis.plugins » tools-maven-plugin
Genesis Plugins :: Script
Provides scripting support for the Maven build.
org.apache.geronimo.genesis.plugins » script-maven-plugin
Genesis Plugins :: Maven
Goals to invoke Maven in a sub-process.
org.apache.geronimo.genesis.plugins » maven-maven-plugin
Jetspeed 2 Maven Utils
Jetspeed 2 Maven Utils
org.apache.portals.jetspeed-2 » jetspeed-maven-utils
Jetspeed 2 Maven Invoker Plugin
Jetspeed 2 Maven Maven Invoker Plugin
org.apache.portals.jetspeed-2 » jetspeed-mvn-maven-plugin
Jetspeed 2 File-Utils Maven Plugin
Jetspeed 2 File-Utils Maven Plugin
org.apache.portals.jetspeed-2 » jetspeed-fileutils-maven-plugin
Jetspeed Maven Skin
Custom Maven Site Skin for Jetspeed
org.apache.portals.jetspeed-2 » jetspeed-maven-skin
Jetspeed 2 Database Maven Plugin
Jetspeed 2 Database Maven Plugin
org.apache.portals.jetspeed-2 » jetspeed-db-maven-plugin
Jetspeed 2 Unpack Maven Plugin
Jetspeed 2 Unpack Maven Plugin
org.apache.portals.jetspeed-2 » jetspeed-unpack-maven-plugin
Jetspeed 2 Deploy Maven Plugin
Jetspeed 2 Deploy Maven Plugin
org.apache.portals.jetspeed-2 » jetspeed-deploy-maven-plugin
Jetspeed-2 Maven Plugins
Jetspeed-2 Maven Plugins
org.apache.portals.jetspeed-2 » maven
GMaven Feature
Abstraction layer for feature discovery.
org.codehaus.groovy.maven.feature » gmaven-feature
GMaven Feature :: API
Feature discovery API.
org.codehaus.groovy.maven.feature » gmaven-feature-api
GMaven Feature :: Support
Provides support for feature discovery.
org.codehaus.groovy.maven.feature » gmaven-feature-support
dbmaintain-maven-plugin
Maven plugin for dbmaintain.
DbMaintain enables automatic roll-out of updates to a relational database.
It brings database scripts into version control just like regular source code
and can be used to transparantly deploy databases from development on to production.
com.mysema.maven » dbmaintain-maven-plugin
Cecilia maven plugins parent module
Parent module for Cecilia maven plugin modules.
org.objectweb.fractal.cecilia » maven-plugins-parent
Maven Cecilia plugin
This plugin provides the "cecilia-library" and "cecilia-application"
packaging types. It also provides specialized
org.apache.maven.plugins:maven-dependency-plugin:unpack-dependencies
goals with an appropriate default configurations for these packaging
types.
org.objectweb.fractal.cecilia » maven-cecilia-plugin
Maven Car plugin
This plugin provides the capability to build "car" (Cecilia ARchives).
org.objectweb.fractal.cecilia » maven-car-plugin
Maven XDoclet2 Plug-in
A Maven plugin to run XDoclet2 from within Maven
xdoclet » maven-xdoclet2-plugin
Mavenium
A maven plugin that eases the use of Selenium as an integration
test tool
com.agilepirates » mavenium
OW2 Util :: Maven :: Plugin :: OSGi :: Launchers :: Framework :: Knopflerfish
Knopflerfish framework
org.ow2.util.maven » maven-osgi-plugin-launcher-framework-knopflerfish
OW2 Util :: Maven :: Plugin :: OSGi :: Launchers :: Framework :: Felix
Felix framework
org.ow2.util.maven » maven-osgi-plugin-launcher-framework-felix
OW2 Util :: Maven :: Plugin :: OSGi :: Launchers :: Framework
OSGi frameworks
org.ow2.util.maven » maven-osgi-plugin-launcher-framework
OW2 Util :: Maven :: Plugin :: OSGi :: Launchers :: Api
Api for OSGi launchers plugins.
org.ow2.util.maven » maven-osgi-plugin-launcher-api
OW2 Util :: Maven :: Plugin :: OSGi :: Launchers
OSGi launchers plugins.
org.ow2.util.maven » maven-osgi-plugin-launcher
OW2 Util :: Maven :: Plugin :: OSGi :: Frameworks launcher core
Launches Several OSGi platforms
org.ow2.util.maven » osgi-plugin-frameworks-launcher
OW2 Util :: Maven :: Plugin :: OSGi :: Launchers :: Core
Core for OSGi launcher plugins.
org.ow2.util.maven » maven-osgi-plugin-launcher-core
OW2 Util :: Maven :: Plugin :: OSGi :: Launchers :: Framework :: Equinox
Equinox framework
org.ow2.util.maven » maven-osgi-plugin-launcher-framework-equinox
OW2 Util :: Maven :: Plugin :: OSGi
OSGi plugins for Maven2
org.ow2.util.maven » maven-osgi-plugin
Maven Metadata Taglib
Provides a JSP tag for displaying Maven version information.
ca.grimoire.maven » maven-taglib
Maven Utilities Parent
A small library and taglib for accessing Maven version metadata at
runtime.
ca.grimoire.maven » maven-utils-parent
Maven GPG Plugin
Signs the project artifacts with GnuPG.
org.apache.maven.plugins » maven-gpg-plugin
Maven DOAP Plugin
Plugins which generate a DOAP file from information in a POM.
org.apache.maven.plugins » maven-doap-plugin
Maven Changes Report Plugin
Creates a release history for inclusion into the site and assists in generating an announcement mail.
org.apache.maven.plugins » maven-changes-plugin
Maven Patch Plugin
The Patch Plugin is used to apply patches to source files.
org.apache.maven.plugins » maven-patch-plugin
Maven PDF Plugin
Generates a PDF document from the project site.
org.apache.maven.plugins » maven-pdf-plugin
Maven Reactor Plugin
Build a subset of interdependent projects in a reactor
org.apache.maven.plugins » maven-reactor-plugin
Maven Documentation Checker Plugin
Checks for violations of the Plugin Documentation Standard.
org.apache.maven.plugins » maven-docck-plugin
Maven Jarsigner Plugin
Signs or verifies a project artifact and attachments using jarsigner.
org.apache.maven.plugins » maven-jarsigner-plugin
Maven Dependency Plugin
Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.
org.apache.maven.plugins » maven-dependency-plugin
Maven Shade Plugin
Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes
or removing unused classes.
org.apache.maven.plugins » maven-shade-plugin
Maven Invoker Plugin
The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project
execution is successful, and optionally can verify the output generated from a given project execution.
org.apache.maven.plugins » maven-invoker-plugin
Maven Enforcer Plugin
The Loving Iron Fist of Maven
org.apache.maven.plugins » maven-enforcer-plugin
Maven Stage Plugin
The Maven Stage Plugin copies artifacts from one repository to another.
org.apache.maven.plugins » maven-stage-plugin
Maven Changelog Plugin
Produce SCM changelog reports.
org.apache.maven.plugins » maven-changelog-plugin
Maven Remote Resources Plugin
Process resources packaged in JARs that have been deployed to
a remote repository. The primary use case being satisfied is the consistent
inclusion of common resources in a large set of projects. Maven projects at
Apache use this plug-in to satisfy licensing requirements at Apache where
each project must include license and notice files for each release.
org.apache.maven.plugins » maven-remote-resources-plugin
Maven JBI Plugin
JBI Plugin for Maven
servicemix » maven-jbi-plugin
Fractal ADL Maven Plugin
Deploy and start a Fractal application using the Julia runtime.
org.objectweb.fractal.fractaladl » maven-fractaladl-plugin
Maven Android Plugin - maven-android-plugin
Maven Plugin for Android
com.jayway.maven.plugins.android.generation2 » maven-android-plugin
JVending Masa: masa-project
Maven Plugins Project for Android
com.jayway.maven.plugins.android.generation1 » masa-project
Maven Config Processor Plugin
Generates configuration files modified according to a ruleset to prepare them for different environments
com.google.code.maven-config-processor-plugin » maven-config-processor-plugin
GMaven Support :: SLF4J Gossip
Gossip is a plugin for SLF4J which has simple and flexible configuration.
org.codehaus.groovy.maven.support » slf4j-gossip
GMaven Support
Provides support for the Maven Groovy integration.
org.codehaus.groovy.maven.support » gmaven-support
GMaven Support :: Ant Launcher 1.7.0 (Patched)
A patched version of ant-launcher-1.7.0 which fixes a problem with its URI handling on Windows.
org.codehaus.groovy.maven.support » ant-launcher-1.7.0
GMaven Support :: Ant 1.7.0 (Patched)
A patched version of Ant 1.7.0 which fixes a problem with its URI handling on Windows.
org.codehaus.groovy.maven.support » ant-1.7.0
Maven Release
Tooling to release a project with Maven, saving a lot of repetitive, manual work.
org.apache.maven.release » maven-release
Dream ADL : Maven Check ADL Plugin
Maven Check-ADL Plugin checks statically fractal
definitions.
org.objectweb.dream.dreamadl » maven-check-adl-plugin
DTDDoc Maven plugin
dtddoc-maven-plugin is a Maven2 plugin to document DTDs with DTDDoc
net.sf.dtddoc » dtddoc-maven-plugin
JAMES Skin
Apache JAMES Official Maven2/3 Site Skin
org.apache.james » maven-skin
Mailetdocs Maven Plugin
This plugin generates documentation for Mailets by collating
information available from implementation source.
org.apache.james » maven-mailetdocs-plugin
Mailetdocs Maven Plugin
This plugin generates documentation for Mailets by collating
information available from implementation source.
org.apache.james » maven-mailetdoc-plugin
OPS4J - Pax Mojos: OSGi project helpers
A plugin to help create, manage and provision OSGi projects
org.ops4j » maven-pax-plugin
Maven Torque Plug-in
Maven Plugin for Torque
torque » maven-torque-plugin
Apache Felix Karaf :: Maven2 Features plugin
A Maven 2 plugin for working with feature descriptors
org.apache.felix.karaf.tooling » features-maven-plugin
JSPC Maven Plugin
Support to pre-compile your JSPs for your web applications.
org.codehaus.mojo.jspc » jspc-maven-plugin
Apache CXF Maven Plugins
Apache CXF Maven Plugins
org.apache.cxf » cxf-maven-plugins
Apache CXF CORBA Tools Maven2 Plugins
Apache CXF CORBA Tools Maven2 Plugins
org.apache.cxf » cxf-corbatools-maven-plugin
JODConverter Maven Plugin
Maven 2 plugin to convert documents using JODConverter and OpenOffice.org
com.artofsolving » jodconverter-maven-plugin
maven-har-plugin
This plugin generates Hibernate Archive (HAR) files.
net.sf.maven-har » maven-har-plugin
Cargo Maven 1 plugin
Cargo Maven 1 plugin
org.codehaus.cargo » cargo-maven-plugin
Cargo Maven 2 Plugin
Cargo Maven 2 Plugin
org.codehaus.cargo » cargo-maven2-plugin
Cargo Extensions - Maven 2
Cargo Extensions for Maven 2
org.codehaus.cargo » cargo-extensions-maven2
Geronimo Maven2 Plugins :: Testsuite Plugin
Plugin to help Geronimo testsuite
org.apache.geronimo.plugins » testsuite-maven-plugin
Geronimo Maven2 Plugins :: Selenium
Provides support to start a Selenium server.
org.apache.geronimo.plugins » selenium-maven-plugin
Geronimo Maven2 Plugins :: Geronimo
Geronimo plugin for Maven 2; used to install, start, stop the server
and operate on modules.
org.apache.geronimo.plugins » geronimo-maven-plugin
Maven plugin for GRAILS applications
This plugin allows you to integrate GRAILS applications into maven 2 builds.
org.grails » grails-maven-plugin
Tapdoc Maven Plugin
Maven 2 plugin for TapDoc
net.sf.tacos » tapdoc-maven-plugin
Tacos Site Skin
Tacos Maven2 Site Skin
net.sf.tacos » tacos-maven-skin
Maven JiBX Plugin
A plugin for Maven 2 to run the JiBX binding compiler, or generate Java sources from XSD schemas.
org.jibx » maven-jibx-plugin
Petals Plugins :: Maven JBI
This project is Maven 2 plugin used to make a JBI archive of a JBI component project.
org.objectweb.petals » petals-plugin-maven-jbi
Petals Plugins :: Maven JBI
This project is Maven 2 plugin used to make a JBI archive of a
JBI component project.
org.objectweb.petals » maven-petals-plugin
Maven Emma Plugin
EMMA plugin for Maven 2.
org.sonatype.maven.plugin » emma-maven-plugin
Maven Gentaku Plug-in
A Maven plugin to run Gentaku from within Maven
dentaku » maven-gentaku-plugin
Continuum Release System
Take a release descriptor created by the Maven Release Plugin and use that to perform the actual
release.
org.apache.maven.continuum » continuum-release
Continuum client XML-RPC
XML-RPC client code for accessing Apache Continuum servers
org.apache.maven.continuum » continuum-rpc-client
Doxia :: FO Module
A Doxia module for FO (Formatting Objects) source documents.
FO format is only supported as target format.
org.apache.maven.doxia » doxia-module-fo
Doxia :: RTF Module
A Doxia module for Rich Text Format source documents.
RTF format is only supported as target format.
org.apache.maven.doxia » doxia-module-rtf
Doxia :: iText Module
A Doxia module for iText source documents.
iText format is only supported as target format.
org.apache.maven.doxia » doxia-module-itext
Doxia :: Decoration Model
The Decoration Model handles the decoration descriptor for sites, also known as site.xml.
org.apache.maven.doxia » doxia-decoration-model
Doxia :: Test Documents
Several test documents to check syntax structures under Doxia.
org.apache.maven.doxia » doxia-test-docs
Doxia Tools :: Linkcheck
Doxia linkcheck is a tool to check the validity of links
org.apache.maven.doxia » doxia-linkcheck
Doxia :: Sitetools
Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia.
org.apache.maven.doxia » doxia-sitetools
Doxia :: TWiki Module
A Doxia module for Twiki source documents.
Twiki format is supported both as source and target formats.
org.apache.maven.doxia » doxia-module-twiki
Doxia Tools
A set of tools for working with Doxia documents.
org.apache.maven.doxia » doxia-tools
Doxia :: FML Module
A Doxia module for FML source documents.
FML format is only supported as source format.
org.apache.maven.doxia » doxia-module-fml
Doxia :: Confluence Module
A Doxia module for Confluence documents.
Confluence format is supported both as source and target formats.
org.apache.maven.doxia » doxia-module-confluence
Doxia :: Book Component
A component to write books like user manuals and guides in any format supported by Doxia.
org.apache.maven.doxia » doxia-book
Doxia :: Document Renderer
The Document Renderer handles the rendering of documents, in formats like PDF and RTF.
org.apache.maven.doxia » doxia-doc-renderer
Doxia :: Simplified DocBook Module
A Doxia module for Simplified DocBook documents.
DocBook format is supported both as source and target formats.
org.apache.maven.doxia » doxia-module-docbook-simple
Doxia :: Site Renderer
The Site Renderer handles the rendering of sites, merging site decoration with document content.
org.apache.maven.doxia » doxia-site-renderer
Doxia :: Latex Module
A Doxia module for LaTeX source documents.
LaTeX format is only supported as target format.
org.apache.maven.doxia » doxia-module-latex
Doxia :: APT Module
A Doxia module for Almost Plain Text source documents.
APT format is supported both as source and target formats.
org.apache.maven.doxia » doxia-module-apt
Doxia :: Maven Plugin
A Maven plugin for Doxia.
org.apache.maven.doxia » doxia-maven-plugin
Doxia :: XDoc Module
A Doxia module for Xdoc source documents.
Xdoc format is supported both as source and target formats.
org.apache.maven.doxia » doxia-module-xdoc
Doxia
Doxia is a content generation framework that provides powerful techniques for generating static and dynamic content, supporting a variety of markup languages.
org.apache.maven.doxia » doxia
Doxia Tools :: Converter
Doxia Converter Tool to convert a supported format to another
org.apache.maven.doxia » doxia-converter
Doxia :: Modules
Doxia modules for several markup languages.
org.apache.maven.doxia » doxia-modules
Doxia :: Logging API
Doxia Logging API.
org.apache.maven.doxia » doxia-logging-api
Doxia :: XHTML Module
A Doxia module for Xhtml source documents.
Xhtml format is supported both as source and target formats.
org.apache.maven.doxia » doxia-module-xhtml
Doxia :: Core
Doxia core classes and interfaces.
org.apache.maven.doxia » doxia-core
Doxia :: Sink API
Doxia Sink API.
org.apache.maven.doxia » doxia-sink-api
SweetXML Maven plugin
Maven plugin to convert files to and from SweetXML.
net.innig.sweetxml » sweetxml-maven
MobilVox Maven JavaScript Plugin
The Maven JS Plugin contains the compression goal and compresses JavaScript in a web application.
com.mobilvox.ossi.mojo » maven-js-plugin
JOMC ? Maven Plugin
Object management and configuration tools for Apache Maven.
org.jomc » maven-jomc-plugin
Maven Blammo Plug-in
A Maven plug-in supporting the Blammo way of
logging.
com.agilejava.blammo » blammo-maven-plugin
ApacheDS Plugin
A collection of tools as plugins to manage various tasks associated with
the directory server.
directory » maven-directory-plugin
vafer.org maven skin
vafer.org maven skin
org.vafer » maven-skin
IzPack Maven Plugin
Maven plugin for IzPack
org.codehaus.izpack » izpack-maven-plugin
Torque Generator Maven 2 Plugin
Maven 2 plugin for the Torque Generator
org.apache.torque » torque-maven-plugin
PicoDocs Maven Plugin
PicoDocs Maven Plugin
picocontainer » picodocs-maven-plugin
cedarsoft Maven Skin
cedarsoft Maven Skin
com.cedarsoft.maven » cedarsoft-skin
Sonar :: Maven2 Plugin
Sonar Mojo
org.codehaus.sonar » sonar-maven-plugin
Sonar maven2 core plugins
Sonar Maven2 plugins for internal use.
org.codehaus.sonar » sonar-core-maven-plugin
Maven Stylus Skin
Maven Stylus Skin
org.apache.maven.skins » maven-stylus-skin
Maven Classic Skin
Maven Classic Skin
org.apache.maven.skins » maven-classic-skin
Maven Default Skin
Maven Default Skin
org.apache.maven.skins » maven-default-skin
Maven XRadar Plugin
The XRadar is an open extensible code report tool currently
supporting all Java based systems. The batch-processing
framework produces HTML/SVG reports of the systems current state
and the development over time - all presented in sexy tables and
graphs. It gets results from several brilliant open source
projects and a couple of in house grown projects and presents
the results as massive unified html/svg reports. The
architecture is based on java, xml and xsl. Presently it only
supports Java, but there are plans to produce plug ins for other
leading languages.
net.sf.xradar » maven-xradar-plugin
AssertDepend Maven Plugin
The AssertDepend plugin checks at build time against lifecycle
states defined in metadata on remote repositories.
net.sf.madp » maven-assertdepend-plugin
OPS4J Pax Exam - Maven Plugin
Goal: generate-config: Converts configuration done inside pom to be readable by the PaxExamPluginOption option.
org.ops4j.pax.exam » maven-paxexam-plugin
Maven Plugin Tools
The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in scripting languages
and to generate rebarbative content like descriptor, help and documentation.
org.apache.maven.plugin-tools » maven-plugin-tools
Maven Plugin Tools APIs
The Maven Plugin Tools API provides an API to extract descriptor information from Maven Plugins.
org.apache.maven.plugin-tools » maven-plugin-tools-api
Maven Plugin Metadata Model
The Maven Plugin Metadata Model provides an API to play with the Metadata model.
org.apache.maven.plugin-tools » maven-plugin-tools-model
Maven Plugin Tools Javadoc
The Maven Plugin Tools Javadoc provides several Javadoc taglets to be used when generating Javadoc from
java sources annotated with Mojo Javadoc Tags.
org.apache.maven.plugin-tools » maven-plugin-tools-javadoc
Maven Plugin Tool for Beanshell
Descriptor extractor for plugins written in Beanshell.
org.apache.maven.plugin-tools » maven-plugin-tools-beanshell
Maven Plugin Tool for Ant
Descriptor extractor for plugins written in Ant.
org.apache.maven.plugin-tools » maven-plugin-tools-ant
Maven Plugin Tool for Java with Javadoc Tags
Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags.
org.apache.maven.plugin-tools » maven-plugin-tools-java
Enforcer Rules
This component contains the standard Enforcer Rules
org.apache.maven.enforcer » enforcer-rules
Enforcer
Enforcer is a build rule execution framework.
org.apache.maven.enforcer » enforcer
Enforcer API
This component provides the generic interfaces needed to implement custom rules for the maven-enforcer-plugin.
org.apache.maven.enforcer » enforcer-api
Docbkx Maven Plugin Builder
Contrary to what you would probably expect, this plugin
does *not* provide a mechanism for generating different output
formats from DocBook sources. Instead it provides a plugin for
generating plugins that do that.
com.agilejava.docbkx » docbkx-builder-maven-plugin
Docbkx Maven Plugin
A Maven plugin for generating HTML from DocBook.
com.agilejava.docbkx » docbkx-maven-plugin
Docbkx Maven Base
A number of base classes, providing the basic behaviour
of objects / plugins transforming DocBook XML sources into some
other format.
com.agilejava.docbkx » docbkx-maven-base
Exadel Flamingo Application Generator Maven Plugin
A plugin for running Flamingo's FlamingoApp application generator
to generate Maven2 Flamingo powered applications.
com.exadel.flamingo.maven.plugin » flamingoapp
JPOX-Enhancer
JPOX-Enhancer is a Java byte-code enhancer for use with JPOX.
org.apache.maven.continuum.jpox » jpox-enhancer
Enunciate - Maven Plugin
Maven 2 plugin for invoking Enunciate.
org.codehaus.enunciate » maven-enunciate-plugin
maven2.1-interceptor
Plexus component descriptor to override key Maven components in 2.1
org.jvnet.hudson » maven2.1-interceptor
NetBeans Editor Platform Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdpary-non-maven » org-netbeans-modules-editor
NetBeans Editor Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdpary-non-maven » org-netbeans-modules-editor-lib
NetBeans Openide-Loaders Platform Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdpary-non-maven » openide-loaders
NetBeans Openide Platform Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdpary-non-maven » openide
NetBeans Editor Fold Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdpary-non-maven » org-netbeans-modules-editor-fold
NetBeans Editor Library
The NetBeans Platform is a generic base for desktop applications. It provides the services common
to almost all large desktop applications: window management, menus, settings and storage, an update
manager, and file access. Get a head start by reusing these standard components, allowing you to
concentrate fully on your application's business logic.
net.sf.squirrel-sql.thirdpary-non-maven » org-netbeans-modules-editor-util
Maven Project
Artifacts used in the M2 build of MyFaces and its subprojects.
org.apache.myfaces.maven » maven-project
Master POM
This is a master POM that is meant to be used by the various MyFaces modules. It contains information that is
common to all projects.
org.apache.myfaces.maven » myfaces-master
Maven Release Plugin
This plugin is used to release a project with Maven, saving a lot of repetitive, manual work.
com.capgemini.platina.maven » maven-release-plugin
NBM Maven Plugin
Maven plugin for creating NetBeans modules. It defines a custom lifecycle called "nbm". During packaging, the module JAR is enhanced with NetBeans-specific manifest entries and, along with other required files, packed into a *.nbm file, ready for distribution. Additionally the plugin provides aggregator goals to create an update site or cluster for your module projects.
org.codehaus.mojo » nbm-maven-plugin
Dependency Builder Plugin
Orchestrates resolving sources, etc for dependencies, and invoking builds (up to 'install' IIRC) on deps, binds early in the lifecycle.
org.codehaus.mojo » build-on-demand-maven-plugin
JDepend Maven Plugin
Maven 2 plugin that generates JDepend reports for your projects.
org.codehaus.mojo » jdepend-maven-plugin
Maven GWT Plugin
Maven plugin for the Google Web Toolkit.
org.codehaus.mojo » gwt-maven-plugin
Native2Ascii Maven Plugin
Converts files with characters in any supported character encoding to one with ASCII and/or Unicode escapes.
org.codehaus.mojo » native2ascii-maven-plugin
Groovy Maven Plugin
Adapts the latest Groovy Maven Plugin to the legacy 'org.codehaus.mojo:groovy-maven-plugin' location.
org.codehaus.mojo » groovy-maven-plugin
JavaNCSS Maven Plugin
Maven2 plugin generating NCSS and CCN code metrics.
org.codehaus.mojo » javancss-maven-plugin
Localization Tools Maven Plugin
Allows you to do an automated pseudo-localization to test the completeness
of your project's internationalization effort. This technique simulates the
process of localizing products by prefixing and suffixing all your
internationalized messages.
For more information on pseudo-localization, see
http://developers.sun.com/solaris/articles/i18n/I18N_Testing.html.
For more general information on localization, see
http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/.
org.codehaus.mojo » l10n-maven-plugin
Mojo's Maven plugin for WebLogic
This plugin will support various tasks within the Weblogic 8.1,
9.x, 10.x and 12.x environment. This version starts to support weblogic 10 and
11. The mojo supports such tasks as deploy,
undeploy,clientgen,servicegen, and appc are supported as well as
many others. The plugin uses exposed API's that are subject to
change but have been tested in 8.1 SP 4-6 and 9.0 - 9.2 MP3, 10.x.
There are two versions of the plugin to support the two
environments based on differences in the JDK. The 9.x version is
currently being refactored to support the standard JSR supported
deployment interface. The code used in the plugin has been
contributed to the Cargo project however to date has not be
integrated into the codebase. Please feel free to suggest
improvements or help support this plugin effort.
org.codehaus.mojo » weblogic-maven-plugin
Maven Solaris Plugin
Build a System-V software package for Solaris using pkgtools.
org.codehaus.mojo » solaris-maven-plugin
TrueZIP Maven Plugin
Use this plugin to create new or manipulate existing archives using TrueZIP
org.codehaus.mojo » truezip-maven-plugin
Keytool: Maven Plugin
A plugin that wraps the keytool program bundled with Sun's Java SDK. Allows to manipulate keystores.
org.codehaus.mojo » keytool-maven-plugin
CORBA IDL Compiler Maven Plugin
This plugin is for processing IDL files into java sources.
org.codehaus.mojo » idlj-maven-plugin
Maven Wagon plugin
Maven 2 plugin that can be used to access various operations on a given URL using a supported maven wagon. Supports
recursive upload, download, and list directory content functionality.
org.codehaus.mojo » wagon-maven-plugin
Maven JasperReports Plugin
Compile Jasper report design file
org.codehaus.mojo » jasperreports-maven-plugin
springws-maven-plugin
Scans spring context-files for spring-ws WsdlDefinition beans, which are exported to a wsdl-file suitable for distribution.
org.codehaus.mojo » springws-maven-plugin
Retrotranslator Maven Plugin
Translates Java 5 classes to be compatible with J2SE 1.4 using Retrotranslator.
org.codehaus.mojo » retrotranslator-maven-plugin
RAT Maven Plugin
Maven 2 plugin for running RAT, the Release Audit Tool.
org.codehaus.mojo » rat-maven-plugin
Tomcat Maven Plugin
The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container.
org.codehaus.mojo » tomcat-maven-plugin
JBoss Packaging Maven Plugin
Maven plugin for generating various JBoss deployable archive files.
org.codehaus.mojo » jboss-packaging-maven-plugin
DbUnit Plugin
Use this plugin to invoke DbUnit utilities
org.codehaus.mojo » dbunit-maven-plugin
Fit Maven Plugin
Maven plugin to run Fit fixtures.
org.codehaus.mojo » fit-maven-plugin
Sysdeo Tomcat Maven Plugin
A Maven Plugin to Generate Sysdeo Tomcat Project and Classpath entries for the System Tomcat Eclipse Plugin
org.codehaus.mojo » sysdeo-tomcat-maven-plugin
Project Sources Plugin
Plugin used to manage source archives for a project,
including resolving, creating, unpacking, and
pushing to the repository.
org.codehaus.mojo » project-sources-maven-plugin
Maven ANTLR Plugin
Maven Plugin for Antlr v2
org.codehaus.mojo » antlr-maven-plugin
ANTLR-v3 Maven Plugin
Generate code from ANTLR version 3 grammar descriptions
org.codehaus.mojo » antlr3-maven-plugin
Emma Maven Plugin
EMMA plugin for Maven 2. Measures test code coverage using EMMA.
org.codehaus.mojo » emma-maven-plugin
FindBugs Maven Plugin
This Plug-In generates reports based on the FindBugs Library
org.codehaus.mojo » findbugs-maven-plugin
Maven XML Plugin
A plugin for various XML related tasks like validation, transformation, and the like.
org.codehaus.mojo » xml-maven-plugin
Hibernate3 Maven Plugin
Hibernate Tools is a toolset for Hibernate 3 and related projects. The tools provide Maven plugins for
performing reverse engineering, code generation and interaction with Hibernate.
org.codehaus.mojo » hibernate3-maven-plugin
MWEBSTART :: Webstart Maven Plugin
Maven plugin that supports webstart application development. Helps generate JNLP files and supports the
JnlpDownloadServlet.
org.codehaus.mojo » webstart-maven-plugin
Maven Selenium Plugin
Support for using Selenium with Maven 2/3.
org.codehaus.mojo » selenium-maven-plugin
IANAL Maven Plugin
"I am not a lawyer." Maven Plugin
org.codehaus.mojo » ianal-maven-plugin
Maven IDEA UI Designer Plugin
A plugin that wraps around Intellij ant tasks to build your GUI forms into your builds (http://www.jetbrains.com/idea/features/gui_builder.html#link16)
org.codehaus.mojo » ideauidesigner-maven-plugin
Mojo's Maven plugin for Cobertura
This is the Mojo's Maven plugin for Cobertura. 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.
org.codehaus.mojo » cobertura-maven-plugin
Properties Maven Plugin
The Properties Maven Plugin is here to make life a little easier when dealing
with properties. It provides goals to read and write properties from files.
org.codehaus.mojo » properties-maven-plugin
RPM Maven Plugin
Maven plugin which assembles files into an RPM package for installation on various target UNIX systems.
org.codehaus.mojo » rpm-maven-plugin
Build Number Maven Plugin
This plugin is designed to give you a build number. So when you might make 100 builds of version
1.0-SNAPSHOT, you can differentiate between them all.
org.codehaus.mojo » buildnumber-maven-plugin
Clirr Maven Plugin
Clirr is a tool that checks Java libraries for binary and source compatibility with older releases.
Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API.
The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes.
In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental
introduction of binary or source compatibility problems. Additionally, the plugin can generate
a report as part of the generated site.
org.codehaus.mojo » clirr-maven-plugin
Eclipse PDE Maven Plugin
Maven plugin for building Eclipse PDE projects
org.codehaus.mojo » pde-maven-plugin
Super Helpful Integration Testing ThingY (SHITTY)
Helps simplify plugin integration testing.
org.codehaus.mojo » shitty-maven-plugin
Project Archive Plugin
Plugin used to create and deploy archives of a project's working directory, including
sources and POM.
org.codehaus.mojo » project-archive-maven-plugin
Sonar Maven Plugin
Analyze and report metrics on source code
org.codehaus.mojo » sonar-maven-plugin
SQL Maven Plugin
Execute SQL Statements
org.codehaus.mojo » sql-maven-plugin
Appassembler :: Maven Plug-In
A Mojo for generating bin scripts for Java applications.
org.codehaus.mojo » appassembler-maven-plugin
Maven OS X Application Bundle Plugin
A Maven Plugin for generating Mac OS X Application Bundles of Java applications and packaging them as a
DMG disk image.
org.codehaus.mojo » osxappbundle-maven-plugin
Maven Docbook plugin
This plugin adds support for Docbook transformations to Maven.
org.codehaus.mojo » docbook-maven-plugin
WAS6 Maven Plugin
Tools for working with IBM WebSphere 6.0.x and 6.1.x. This plugin works along
with an installation of WebSphere Application Server or Process Server -
standalone or ND installation, to provide automated tasks for: generating RMIC stubs,
starting/stopping servers, installing/updating/uninstalling EARs to
application servers, run serviceDeploy and run arbitrary scripts with wsadmin.
org.codehaus.mojo » was6-maven-plugin
OpenJPA Maven Plugin
OpenJPA (http://openjpa.apache.org) tasks for enhancing, SQL creation and schema mapping creation
org.codehaus.mojo » openjpa-maven-plugin
Versions Maven Plugin
Versions Plugin for Maven 2. The Versions Plugin updates the versions of components in the POM.
org.codehaus.mojo » versions-maven-plugin
Maven SCM Changelog Reporter
Simple Reporter that creates a changelog report using comments
and tags from the SCM.
org.codehaus.mojo » scmchangelog-maven-plugin
SQLJ Maven Plugin
A wrapper around the sqlj.tools.Sqlj SQLJ generator.
org.codehaus.mojo » sqlj-maven-plugin
RSpec Maven Plugin
Maven plugin to execute Ruby Spec tests
org.codehaus.mojo » rspec-maven-plugin
RMI Compiler Maven Plugin
RMI Compiler Maven Plugin
org.codehaus.mojo » rmic-maven-plugin
Maven Dashboard Report Plugin
Dashboard report plugin which aggregate results from Checkstyle,
Cobertura, Surefire, PMD, CPD, Clover, Findbugs, Taglist reports.
org.codehaus.mojo » dashboard-maven-plugin
Apt Maven Plugin
Maven Plugin for Annotation Processing Tool (apt).
org.codehaus.mojo » apt-maven-plugin
Jalopy Maven Plugin
Formats java source files following a coding convention.
org.codehaus.mojo » jalopy-maven-plugin
junit-toolkit-maven-plugin
Maven plugin for the JUnit Toolkit to run performance tests with TKTestRunner.
uk.co.thebadgerset » junit-toolkit-maven-plugin
Maven JSTools Plugin
The Maven JSTools Plugin is, well, a javascript plugin for Maven 2. More specifically,
it provides a Maven2 interface to a set of JavaScript development
tools like JSDoc and JSLint, along with runtime JS dependency resolution (well it sounds cool)
tools for your WAR projects. Support for JSUnit/ECMAUnit is coming up!
gr.abiss.mvn.plugins » maven-jstools-plugin
Apache Axis2 - tool - MAR Maven Plugin
A Maven 2 plugin for creating Axis 2 module archives (mar files)
org.apache.axis2 » axis2-mar-maven-plugin
Apache Axis2 - tool - Java2WSDL Maven Plugin
A Maven 2 plugin for creating WSDL files from Java source.
org.apache.axis2 » axis2-java2wsdl-maven-plugin
Apache Axis2 - tool - AAR Maven Plugin
A Maven 2 plugin for creating Axis 2 service archives (aar files)
org.apache.axis2 » axis2-aar-maven-plugin
Apache Axis2 - tool - WSDL2Code Maven Plugin
The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.
org.apache.axis2 » axis2-wsdl2code-maven-plugin
Discursive Maven Skin
Discursive Maven Skin
com.discursive.maven » disc-maven-skin
Maven BoxSpring Plugin
Maven plugin for helping with BoxSpring projects.
com.mtvnet.boxspring » boxspring-maven-plugin
Sonar Maven report plugin
Add a report to Maven site that redirects on project dashboard
org.codehaus.sonar-plugins » maven-report
Maven Spring Skin
A Maven2 Skin that resembles the layout of www.springframework.org
org.springframework.maven.skins » maven-spring-skin
buildbox-pom:1.0.5
BuildBox is set of tools and plugins based on Maven 2, helping java developers with various build types and with the build process itself.
net.sf.buildbox.maven » buildbox-pom
Maven Environment for Turbine Applications Plugin
The Maven Environment for Turbine Applications (M.E.T.A.) is a replacement
for the Turbine Development Kit. It is based on Maven and contains a well
defined setup for starting new Turbine applications.
turbine » maven-turbine-plugin
Modello Maven Plugin
Modello Maven Plugin enables the use of Modello in Maven builds.
org.codehaus.modello » modello-maven-plugin
Netbeans Maven Hints
Providing Hints set for common mistakes and best practices
org.codehaus.mevenide » maven-hints
Maven bootstrap cecilia plugin
This maven plugins is intended to be used only to build the cecilia
project. It should NOT be used by projects that use cecilia. Projects
that use cecilia must use the
"org.objectweb.fractal.cecilia:maven-cecilia-plugin" instead.
org.objectweb.fractal » maven-bootstrap-cecilia-plugin
Plugins configuration files
Contains the configuration files for a few plugins (for the
moment, Jalopy only) so that there's no need to replicate them,
put them on a remote server, or use an absolute path.
org.geoserver.maven » build-configs
maven-scala-plugin
The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.
org.scala-tools » maven-scala-plugin
Maven Clover Plugin
Maven plugin for Clover
com.atlassian.maven.plugins » maven-clover2-plugin
Maven Licenses Plugin
Maven 2 plugin that can be used to verify, list and package
licensing information of all or selected dependencies.
com.atlassian.maven.plugins » maven-licenses-plugin
maven-petals-plugin
This project is Maven 2 plugin used to make a JBI archive of a JBI component project.
org.ow2.petals » maven-petals-plugin
GShell Maven Plugin
GShell Maven Plugin.
org.apache.geronimo.gshell » gshell-maven-plugin
JavaCC Maven Plugin
Provides integration with JavaCC.
org.apache.geronimo.gshell » javacc-maven-plugin
Maven 2 StatCvs Plugin
A Maven 2 plugin to generate statistics about CVS usage using
StatCvs-XML.
statcvs » maven-statcvs-plugin
Maven Overview Plugin
A Maven plugin, creating a diagram of all dependencies (The entire
transitive closure).
Works also as report.
com.googlecode.maven-overview-plugin » maven-overview-plugin
Maven SCM Subversion Provider - Java Impl.
This provider use a non ASL license compatible library (svnkit http://svnkit.com/).
com.google.code.maven-scm-provider-svnjava » maven-scm-provider-svnjava
maven benerator plugin
Maven plugin for integrating benerator in your build process.
The goals are benerator:generate, benerator:dbsnapshot and benerator:createxml.
org.databene » maven-benerator-plugin
maven-jetty-pluto-embedded
Artifact allowing pluto to be embedded in Jetty in a maven project. This
makes it possible to use the maven-jetty-plugin and create a launcher in Eclipse for
running your portlets.
com.bekk.boss » maven-jetty-pluto-embedded
Pack200
Ant tasks for pack200 operations
org.codehaus.mojo.webstart-maven-plugin » pack200-anttasks
Maven Cactus plugin
Maven plugin for Cactus (http://jakarta.apache.org/cactus) that allows to automatically start containers, run Cactus tests and stop the containers.
cactus » cactus-maven
Maven plugin for GRAILS applications
This plugin allows to develop GRAILS applications with maven 2.
com.octo.mtg » grails-maven-plugin
Mercury
Maven Mercury is a replacement for the Maven Artifact subsystem, and a complete replacement for the HTTP/HTTPS/DAV/DAVS portions of the existing transport.
org.apache.maven.mercury » mercury
Mercury Repository APIs
Repository APIs
org.apache.maven.mercury » mercury-repo-api
Mercury Transport APIs
Mercury transport APIs
org.apache.maven.mercury » mercury-transport-api
Maven SCM Git Provider - Git Executable Impl.
Executable implementation for SCM Git Provider.
org.apache.maven.scm » maven-scm-provider-gitexe
Maven SCM Mercurial (Hg) Provider
SCM Provider implementation for Mercurial Hg (http://www.selenic.com/mercurial/wiki/).
org.apache.maven.scm » maven-scm-provider-hg
Maven SCM Git Provider - Parent
SCM Provider implementation for Git (http://git.or.cz/).
org.apache.maven.scm » maven-scm-providers-git
Maven SCM Git Provider TCK Tests
Tests library for SCM Git Provider.
org.apache.maven.scm » maven-scm-provider-gittest
Maven SCM CVS Provider - CVS Java Impl.
Java implementation for SCM CVS Provider.
org.apache.maven.scm » maven-scm-provider-cvsjava
Maven SCM Synergy Provider
SCM Provider implementation for Synergy (http://www.telelogic.com/corp/products/synergy/index.cfm).
org.apache.maven.scm » maven-scm-provider-synergy
Maven SCM Git Provider - Common library
Common library for SCM Git Provider.
org.apache.maven.scm » maven-scm-provider-git-commons
Java CUP Parser Generator
CUP is a system for generating LALR parsers from simple specifications. It serves the same role as
the widely used program YACC [1] and in fact offers most of the features of YACC. However, CUP is
written in Java, uses specifications including embedded Java code, and produces parsers which are
implemented in Java.
net.sf.squirrel-sql.thirdparty.non-maven » java-cup
RMock Maven Plugin
This Maven plugin makes it easier to configure the TDDoc documentation generation.
com.agical.rmock » rmock-maven-plugin
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-validator » maven-xhtml-plugin
Amazon Web Services Maven Wagon Support
Standard Maven wagon support for s3:// urls
org.springframework.build.aws » org.springframework.build.aws.maven
Apache Sling Maven Plugin for Supporting Bundle Development
Maven Plugin supporting various Sling Development Tasks
org.apache.sling » maven-sling-plugin
Apache Sling Maven Plugin for Compiling JSP Sources into Bundles
Maven Plugin compiling JSPs
org.apache.sling » maven-jspc-plugin
Apache Sling Maven Plugin to create Jackrabbit OCM descriptors
The Maven JcrOCM Plugin supports extracting and generation of
Jackrabbit OCM descriptors from JavaDoc tags embedded in the
Java Classes contained in the project sources
org.apache.sling » maven-jcrocm-plugin
Jamon Maven Plugin
Jamon Maven plugin
org.jamon » jamon-maven-plugin
Archiva
Archiva is an application for managing one or more remote
repositories, including administration, artifact handling,
browsing and searching.
org.apache.maven.archiva » archiva
Archiva Common Parent Project
Archiva is an application for managing one or more remote
repositories, including administration, artifact handling,
browsing and searching.
org.apache.maven.archiva » archiva-parent
Archiva Transactions
API for managing transaction.
org.apache.maven.archiva » archiva-transaction
Archiva Web :: Applet
Applet for performing local operations on files such as creating a checksum of an artifact
before uploading it.
org.apache.maven.archiva » archiva-applet
Archiva Artifact Converter
Converts between Legacy and Modern Layout Artifacts.
org.apache.maven.archiva » archiva-artifact-converter
Install Maven Plugin
Install artifacts into the local repository.
org.codehaus.mojo.groovy.examples » install-maven-plugin
Clean Maven Plugin
Cleans up generated build artifacts.
org.codehaus.mojo.groovy.examples » clean-maven-plugin
HiveMind Site Skin
HiveMind Maven2 Site Skin
org.apache.hivemind » maven-skin
Nexus Maven Site Plugin (Extras)
Nexus Maven Site Plugin (Extras).
org.sonatype.nexus.plugins » nexus-maven-site-plugin
maven-sar-plugin
This plugin generates JBoss Service Archive (sar) files.
net.sf.maven-sar » maven-sar-plugin
OW2 Util :: Maven :: Plugin :: Property Editor
Edit properties file
org.ow2.util » util-maven-plugin-propertyeditor
OW2 Util :: Maven :: Plugin :: RMIC
Execute rmic ant task with com.sun classes
org.ow2.util » util-maven-plugin-antrmic
OW2 Util :: Maven
Maven modules.
org.ow2.util » util-maven
OW2 Util :: Maven :: Plugin :: XML Editor
Edit xml file
org.ow2.util » util-maven-plugin-xmleditor
OW2 Util :: Deployment Plan :: Fetcher :: Impl :: Maven2
Maven 2 resource fetcher
org.ow2.util » util-plan-fetcher-impl-maven2
OW2 Util :: Maven :: Plugin
Maven plugin modules.
org.ow2.util » util-maven-plugin
maven-xradar-plugin Maven Mojo
The XRadar is an open extensible code report tool currently supporting all Java based systems.
The batch-processing framework produces HTML/SVG reports of the systems current state and the
development over time - all presented in sexy tables and graphs. It gets results from several
brilliant open source projects and a couple of in house grown projects and presents the results
as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently
it only supports Java, but there are plans to produce plug ins for other leading languages.
org.sourceforge.xradar » maven-xradar-plugin
Groovy Maven Plugin
Provides support for execution, compilation and other facets of Groovy development.
org.codehaus.mojo.groovy » groovy-maven-plugin
gwt-ant
ANT build file for GWT compiler
org.xerial.maven » gwt-ant
ANTLR Plug-in
This plugin supports generation of lexer/parser codes from
ANTLR3 grammar (*.g) files
org.xerial.maven » maven-antlr-plugin
Doxia :: Aqua
Doxia Module for wiki (xerial-aqua format) to HTML
conversion
org.xerial.maven » doxia-aqua
JsUnit Maven2 Plugin
Project to build the JsUnit Maven 2 Plugin.
de.berlios.jsunit » jsunit-maven2-plugin
ONess Common-Maven
ONess Common-Maven contains support files needed to build the modules with maven.
oness » oness-common-maven
Cecilia maven plugins parent module
Parent module for Cecilia maven plugin modules.
org.objectweb.fractal.cecilia.maven » maven-plugins-parent
Cecilia maven parent module
Parent module for Cecilia maven related modules.
org.objectweb.fractal.cecilia.maven » maven-parent
Cecilia maven parent module
Parent module for Cecilia maven related modules.
org.objectweb.fractal.cecilia.maven » parent
Flex 2.0 maven plugin support classes
Classes to support the operation of the maven-flex2-plugin
net.israfil.mojo » maven-flex2-plugin-support
Flex 2.0 maven plugin
A plugin to allow maven builds ActionScript and MXML projects
from Adobe systems.
net.israfil.mojo » maven-flex2-plugin
Spring ME Maven Plugin
A Maven plugin for generating a BeanFactory from a Spring
application context. In order to work around the limitations on
platforms not supporting reflection, this Maven plugin will
analyze the sources and dependent jar files to gather all the
required information at build time.
me.springframework » spring-me-maven-plugin
Dojo Toolkit
Maven packaging of the Dojo Toolkit
org.dojotoolkit » dojo-maven
ParaNamer Maven plugin
ParaNamer Maven plugin
com.thoughtworks.paranamer » paranamer-maven-plugin
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.
maven-taglib » maven-taglib-plugin
Maven MuleForge Deployer Plugin
Responsible for deploying additional artifacts such as schemas and release distributions to MuleForge. Using this
plugin ensures consistency of hosted files.
Users should use the Mule Maven archetypes to generate POM.xml files for thier project. These POMs will be configured
with the standard MuleForge plugins and will comply to the MuleForge rules for build and deployment.
org.mule.tools » maven-muleforge-plugin
Maven Taglib Plugin
M2 plugin for jsp tag libraries developers for the generation, documentation and testing of jsp tag libraries.
net.sourceforge.maven-taglib » maven-taglib-plugin
pyx4me-maven-plugins
pyx4me-maven-plugins parent
com.pyx4me » pyx4me-maven-plugins
proguard-maven-plugin
Maven 2 Plugin for ProGuard
com.pyx4me » proguard-maven-plugin
obex-maven-plugin
Maven 2 Plugin to deploy J2ME app using obex
com.pyx4me » obex-maven-plugin
j2me-maven-plugin
Maven 2 Plugin to make j2me project
com.pyx4me » j2me-maven-plugin
maven-deployer
GUI to deploy artifacts
com.mycila.maven » maven-deployer
easyb Maven Plugin
A Maven plugin for creating story reports
org.easyb » maven-easyb-plugin
easyb Maven Parent
Common definitions for all maven easyb projects
org.easyb » maven-parent
domdrides-maven-plugin
Domain Driven Design Maven Plugin
org.domdrides » domdrides-maven-plugin
Torque Maven2 Plugin
Maven 2 plugin for the Torque Generator
org.apache.db.torque » torque-maven-plugin
Camel :: Maven Plugins :: Camel Manual
Maven plugin to generate the Camel manual by converting html to pdf document
org.apache.camel » maven-html-to-pdf
Camel :: Maven Plugins :: Camel Maven Run
Maven plugin to run Camel standalone
org.apache.camel » camel-maven-plugin
Camel :: Maven Plugins :: Camel Maven Guice
Maven plugin to run Camel with Guice
org.apache.camel » guice-maven-plugin
Camel :: Maven Plugins
Camel Maven Plugins
org.apache.camel » maven-plugins
MWEBSTART :: Webstart Maven Plugin
Maven plugin that supports webstart application development. Helps generate JNLP files and supports the
JnlpDownloadServlet.
org.codehaus.mojo.webstart » webstart-maven-plugin
Maven NBM Plugin
Maven plugin for creating Netbeans Modules
org.codehaus.mevenide.plugins » maven-nbm-plugin
maven-plugin-log4j
Log4j Appender for Maven 2 Plugin
com.pyx4j » maven-plugin-log4j
pyx4j-maven-plugins
pyx4j-maven-plugins parent
com.pyx4j » pyx4j-maven-plugins
maven-junction-plugin
Maven 2 Plugin to create symbolic links between projects
com.pyx4j » maven-junction-plugin
maven-license-plugin
Maven 2 plugin to check and update license headers in source files
com.google.code.maven-license-plugin » maven-license-plugin
Cathcart Maven plugin
Checks the values of generated metrics relative to a previous
result. For instance you can check that the code coverage rate
has not decreased since the previous successful build.
net.sf.cathcart » maven-cathcart-plugin
Cecilia ADL Maven Plugin
Invoke the Cecilia ADL Launcher with a Maven plugin, with the
possibility of configuring various parameters of the toolchain.
org.objectweb.fractal.cecilia.toolchain » maven-ceciliaadl-plugin
ANTLR 3 Maven plugin
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
org.antlr » antlr3-maven-plugin
ANTLR 3 gUnit Maven plugin
A Maven plugin for incorporating gUnit testing of grammars
org.antlr » maven-gunit-plugin
aspect-plugin
Attaches aspect sources to project for subsequent installation
org.bluestemsoftware.open.maven.plugin » aspect-plugin
izpack-uninstaller
Custom IzPack uninstaller classes required by alakai uninstaller
org.bluestemsoftware.open.maven.plugin » izpack-uninstaller
launch4j-plugin
Creates a launch4j windows installer (*.exe) from an executable jar file.
org.bluestemsoftware.open.maven.plugin » launch4j-plugin
surefire-booter
Executes surefire in a forked JVM. Used to test alakai extensions.
org.bluestemsoftware.open.maven.plugin » surefire-booter
install-plugin
Overwrites main project artifact with an alternate jar for subsequent installation.
org.bluestemsoftware.open.maven.plugin » install-plugin
izpack-coi-tools
Contains coi classes required by izpack plugin.
org.bluestemsoftware.open.maven.plugin » izpack-coi-tools
checksum-plugin
Generates MD5 and SHA1 checksums for assembly project's artifacts. Used within the alakai release process.
org.bluestemsoftware.open.maven.plugin » checksum-plugin
release-plugin
Implements tasks required to release alakai project, alakai extension projects and alakai plugins.
org.bluestemsoftware.open.maven.plugin » release-plugin
maven-eoa-plugin
Defines goals for building, testing and installing your alakai extension projects.
org.bluestemsoftware.open.maven.plugin » maven-eoa-plugin
ftp-plugin
FTP's a project's artifacts to a remote location. Used within the alakai release process.
org.bluestemsoftware.open.maven.plugin » ftp-plugin
izpack-event
Contains IzPack event classes required by izpack plugin.
org.bluestemsoftware.open.maven.plugin » izpack-event
izpack-plugin
Creates an IzPack installation jar from a maven project. Supports POM variables within izpack.xml file.
org.bluestemsoftware.open.maven.plugin » izpack-plugin
izpack-compiler
IzPack standalone compiler artifact.
org.bluestemsoftware.open.maven.plugin » izpack-compiler
izpack-distro
Contains a complete IzPack distribution. Required by IzPack plugin.
org.bluestemsoftware.open.maven.plugin » izpack-distro
system-plugin
Implements tasks required to assemble an EOA system implementation, e.g. the alakai standalone distribution.
org.bluestemsoftware.open.maven.plugin » system-plugin
Maven JFlex Plugin
This is a Maven 2 plugin to generate a parser in Java code from
a Lexer definition, using Jflex.de.
de.jflex » maven-jflex-plugin
Maven XDoclet2 Plug-in
A Maven plugin to run XDoclet2 from within Maven
xdoclet-plugins » maven-xdoclet2-plugin
Maven Plugins Surrogate Parent
Maven is a software project management and comprehension tool. Based on the concept of a project object model
(POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
This POM is provided to fix the plugins top-level multimodule build, until we can route around problems with
references to report plugins that introduce DAG cycles.
org.apache.maven » maven-plugin-surrogate-parent
Maven Distribution
Module to build the Maven distribution, source and binary, in zip and tar.gz formats.
org.apache.maven » apache-maven
Maven Compat
Maven classes maintained as compatibility layer for tools done with Maven 2.
org.apache.maven » maven-compat
Maven Ant Tasks
Ant Tasks used for Maven integration
org.apache.maven » maven-ant-tasks
GMaven Packaging
Provides custom packaging types for GMaven support.
org.codehaus.groovy.maven » gmaven-packaging
GMaven Legacy :: Groovy Plexus Factory
Provides support for using Groovy components inside of Plexus.
org.codehaus.groovy.maven » groovy-plexus-factory
GMaven
GMaven provides integration of the Groovy language into Maven.
org.codehaus.groovy.maven » gmaven
GMaven Legacy
Provides legacy support for the Maven Groovy integration.
org.codehaus.groovy.maven » gmaven-legacy
GMaven Mojo Support
Provides additional/optional support for implementing Maven 2 plugins in Groovy.
org.codehaus.groovy.maven » gmaven-mojo-support
GMaven Common
Common components used by the Maven plugin and Mojo support.
org.codehaus.groovy.maven » gmaven-common
GMaven Testsuite
Integration tests for GMaven.
org.codehaus.groovy.maven » gmaven-testsuite
GMaven Mojo
Provides support for implementing Maven 2 plugins in Groovy.
org.codehaus.groovy.maven » gmaven-mojo
GMaven Plugin
Provides support for execution, compilation and other facets of Groovy development.
org.codehaus.groovy.maven » gmaven-plugin
Maven hpi Plugin
Support for developing Hudson plugins with Apache Maven.
org.jvnet.hudson.tools » maven-hpi-plugin
Maven Jetty Plugin
Maven Hudson Plugin that quickly adds projects to the Hudson CI system.
org.jvnet.hudson.tools » maven-hudson-plugin
Maven LOCC Plugin
LOCC measures project size. Right now it's limited to Java source.
locc » maven-locc-plugin
mod4j-maven-plugin
The Mod4j Maven plug-in makes it possible to build Mod4j model projects outside the Eclipse IDE.
org.mod4j » mod4j-maven-plugin
MyFaces Orchestra Maven
The parent descriptor (and parent site) for all Apache MyFaces Orchestra modules.
org.apache.myfaces.orchestra » myfaces-orchestra-maven
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.
mevenide » maven-nbm-plugin
Maven 1.0.2 library for Mevenide
Library for project mevenide, contains most of the jars needed for maven to run.
mevenide » maven-nb-module
Maven SVN Revision Number Plugin
This plugin retrieves the revision number and the status of the Subversion working copy directory.
com.google.code.maven-svn-revision-number-plugin » maven-svn-revision-number-plugin
Maven Version Plugin
Maintains release branches, tags and project version.
org.wooddog.mavenplugins » version
maven-license-plugin
Maven 2 plugin to check and update license headers in source files
com.mycila.maven-license-plugin » maven-license-plugin
Maven SVN Wagon
The wagon that provides access to the Maven artifact repository hosted inside a Subversion repository.
com.google.code.maven-svn-wagon » maven-svn-wagon
Enunciate - Slim Maven Plugin
Slim Maven 2 plugin for invoking Enunciate.
org.codehaus.enunciate » maven-enunciate-slim-plugin
Enunciate - CXF Maven Plugin
Maven 2 plugin for invoking Enunciate with Spring/CXF enhancements.
org.codehaus.enunciate » maven-enunciate-cxf-plugin
Enunciate - Spring Maven Plugin
Maven 2 plugin for invoking Enunciate with Spring enhancements.
org.codehaus.enunciate » maven-enunciate-spring-plugin
Drools 5 Integration Helper Maven Plugin
This is the Maven 2 plugin to support Drools 5 integration. This
plugin provides compilation of the drools file, validation of
the drools file and also code to instrumentalize the class
files.
org.boretti.drools.integration » drools5-integration-helper-maven-plugin
Drools 4 Integration Helper Maven Plugin
Helper Plugin for drools in maven
org.boretti.drools.integration » drools4-integration-helper-maven-plugin
Maven 2 StatCvs Plugin
A Maven 2 plugin to generate statistics about CVS usage using
StatCvs-XML.
net.sf.logdistiller » maven-statcvs-plugin
Maven Model Builder
The effective model builder, with inheritance, profile activation, interpolation, ...
org.apache.maven » maven-model-builder
Confluence Maven Mojo
Maven integration with Atlassian's Confluence.
org.wooddog.mavenplugins » confluence
GMaven Runtime
Groovy runtime abstraction layer.
org.codehaus.gmaven.runtime » gmaven-runtime
GMaven Runtime :: 1.7
Support for Groovy 1.7.x.
org.codehaus.gmaven.runtime » gmaven-runtime-1.7
GMaven Runtime :: Loader
Groovy runtime loader.
org.codehaus.gmaven.runtime » gmaven-runtime-loader
GMaven Runtime :: 1.5
Support for Groovy 1.5.x.
org.codehaus.gmaven.runtime » gmaven-runtime-1.5
GMaven Runtime :: 1.6
Support for Groovy 1.6.x.
org.codehaus.gmaven.runtime » gmaven-runtime-1.6
GMaven Runtime :: API
Groovy runtime API.
org.codehaus.gmaven.runtime » gmaven-runtime-api
GMaven Runtime :: Support
Support for Groovy Runtime implementations.
org.codehaus.gmaven.runtime » gmaven-runtime-support
Database compare goal for dzo
Goals for comparing database schemas against sql source code and:
- Show the needed changes.
- Execute the needed changes against the database.
- Generate jpa annoted entity beans from sql source code.
- Generate a xml document from sql source code
se.grunddata.dzo » dzo-maven2
AppFuse Maven Plugin
This plugin is used with Maven to generate source or resource artifacts for extending the
functionality of your AppFuse application.
org.appfuse » appfuse-maven-plugin
Maven Twitter Plugin
Maven Twitter Plugin allows you to send status
updates to Twitter. Increases communication between Project owners and
Project users by automatically tweeting Maven build and release status
via Twitter.
com.vineetmanohar » maven-twitter-plugin
GMaven Feature
Abstraction layer for feature discovery.
org.codehaus.gmaven.feature » gmaven-feature
GMaven Feature :: API
Feature discovery API.
org.codehaus.gmaven.feature » gmaven-feature-api
GMaven Feature :: Support
Provides support for feature discovery.
org.codehaus.gmaven.feature » gmaven-feature-support
Apache CXF System Tests for Maven Plugins
Apache CXF System Tests for Maven Plugins
org.apache.cxf.systests » cxf-wsdl-maven
Test for writing wsdl to repo
Test for writing wsdl to repo
org.apache.cxf.systests.wsdl_maven » cxf-systests-java2ws
Test for generating code from wsdl in repo
Test for generating code from wsdl in repo
org.apache.cxf.systests.wsdl_maven » cxf-systests-codegen
Gaderian Site Skin
Gaderian Maven2 Site Skin
org.ops4j.gaderian.tools » maven-gaderian-skin
Animal Sniffer Maven Plugin
Animal Sniffer Maven Plugin.
org.codehaus.mojo » animal-sniffer-maven-plugin
DITA Open Toolkit Maven Plugin
The DITA Open Toolkit is an implementation of the OASIS DITA XML Specification.
The Toolkit transforms DITA content into many deliverable formats.
org.codehaus.mojo » dita-maven-plugin
GMaven Examples :: Install Maven Plugin
Install artifacts into the local repository.
org.codehaus.gmaven.examples » install-maven-plugin
GMaven Examples :: Clean Maven Plugin
Cleans up generated build artifacts.
org.codehaus.gmaven.examples » clean-maven-plugin
GMaven Examples
Provides some example plugins implemented in Groovy.
org.codehaus.gmaven.examples » gmaven-examples
FEST JavaFX Maven Plugin
Maven JavaFX Compiler Plugin
org.easytesting » fest-javafx-maven
GMaven Support
Provides support for the Maven Groovy integration.
org.codehaus.gmaven.support » gmaven-support
GMaven Support :: Filter Plugin
Custom Maven filtering.
org.codehaus.gmaven.support » filter-plugin
GMaven Packaging
Provides custom packaging types for GMaven support.
org.codehaus.gmaven » gmaven-packaging
GMaven
GMaven provides integration of the Groovy language into Maven.
org.codehaus.gmaven » gmaven
GMaven Mojo Support
Provides additional/optional support for implementing Maven 2 plugins in Groovy.
org.codehaus.gmaven » gmaven-mojo-support
GMaven Testsuite
Integration tests for GMaven.
org.codehaus.gmaven » gmaven-testsuite
GMaven Mojo
Provides support for implementing Maven 2 plugins in Groovy.
org.codehaus.gmaven » gmaven-mojo
GMaven Plugin
Provides support for execution, compilation and other facets of Groovy development.
org.codehaus.gmaven » gmaven-plugin
Vaadin Plug-in for Maven
Maven plugin for Vaadin.
com.vaadin » vaadin-maven-plugin
Batik Maven Plugin
Rasterizes SVGs using Apache Batik.
org.codehaus.mojo » batik-maven-plugin
Maven SCM TFS Provider
A Maven 2 SCM Provider for Microsoft Visual Studio Team Foundation Server.
org.apache.maven.scm » maven-scm-provider-tfs
Tycho OSGi Test Plugin
The maven-tycho-plugin provides tools for integrating Maven, Eclipse and OSGi.
org.sonatype.tycho » maven-osgi-test-plugin
Tycho OSGi Packaging Plugin
A plugin for packaging OSGi bundles
org.sonatype.tycho » maven-osgi-packaging-plugin
Tycho Maven Plugin
The Tycho Maven Plugin provides extensions to build Eclipse projects.
org.sonatype.tycho » tycho-maven-plugin
Tycho Maven Plugin
The maven-tycho-plugin provides tools for integrating Maven, Eclipse and OSGi.
org.sonatype.tycho » maven-tycho-plugin
Tycho OSGi Source Plugin
A plugin for packing source on OSGi bundles
org.sonatype.tycho » maven-osgi-source-plugin
Maven Plugin for Hadoop
Maven plugin for Hadoop
com.github.maven-hadoop.plugin » maven-hadoop-plugin
Utilities for RText
Utility classes that are commonly used in other RText components
net.sf.squirrel-sql.thirdparty-non-maven » com-fifesoft-common
RText Application
Programmer's Text Editor Written in Java
net.sf.squirrel-sql.thirdparty-non-maven » com-fifesoft-rtext
Autocomplete Library for RText
Adds autocompletion to a text component. Provides a popup window with a
list of autocomplete choices on a given keystroke, such as Crtrl+Space.
net.sf.squirrel-sql.thirdparty-non-maven » com-fifesoft-autocomplete
Skin Look and Feel Theme Packs
Theme packs for the Java Skin Look and Feel assembled by Colin Bell from themes available
at http://www.studiotwentyeight.net.
net.sf.squirrel-sql.thirdparty-non-maven » skinlf-theme-packs
RSyntaxTextArea
An extension of RTextArea that adds syntax highlighting of certain programming languages
to its list of features.
net.sf.squirrel-sql.thirdparty-non-maven » com-fifesoft-rsyntaxtextarea
Querydsl - Maven plugin
Querydsl Maven plugin
com.mysema.querydsl » querydsl-maven-plugin
Postman mail plugin
Enables sending of mails in a build. The purpose of the plugin is to support conditional emailing (e.g. send an email if a file contains a certain string, the tests failed or just to send a notification or an artifact via mail)
ch.fortysix » maven-postman-plugin
maven-replacer-plugin Maven Mojo
Maven plugin to replace tokens in a given file with a value
com.google.code.maven-replacer-plugin » maven-replacer-plugin
Doxygen Maven Plugin
The Doxygen Maven Plugin provides the ability to generate Doxygen documentation
from various source files.
com.soebes.maven.plugins.dmg » doxygen-maven-plugin
LaTeX Maven Plugin
The LaTeX Maven Plugin is useful for building a set of LaTeX documents.
org.codehaus.mojo » latex-maven-plugin
LaTeX Maven
LaTeX support for Maven projects
org.codehaus.mojo » latex-maven
HawtJNI Maven Plugin
Use HawtJNI from a maven plugin
org.fusesource.hawtjni » maven-hawtjni-plugin
Maven Graph Plugin
Creates a dependency graph of your project using graphvis
org.fusesource.mvnplugins » maven-graph-plugin
Maven Avro Plugin
maven Avro Plugin
org.fusesource.mvnplugins » maven-avro-plugin
Maven Uberize Plugin
Repackages the project classes together with their dependencies into a single uber-jar, optionally applying transofrmations like class renaming and resources aggregation.
org.fusesource.mvnplugins » maven-uberize-plugin
Maven classpath plugin for FitNesse
A FitNesse Plugin that generate classpath from a pomFile.
com.github.joel1di1 » maven-classpath-plugin
Maven Basher Plugin
A plugin for Maven that enables the running of Basher as part of the normal build cycle.
net.sourceforge.basher » maven-basher-plugin
Basher Site Skin
Basher Site Skin
net.sourceforge.basher » maven-basher-skin
impala-maven-plugin
impala-maven-plugin Maven Mojo
org.impalaframework » impala-maven-plugin
Testlol
Testlol is a Maven plugin for running Javascript unit tests in a headless browser
environment. It is built on Rhino, Env.js and JsUnit.
tv.bodil » maven-testlol-plugin
Image Generator Maven plugin
A Maven plugin to generate image files from an XML description of objects.
This allows for constructor arguments and client properties, and is useful
for creating documentation for Swing look and feel packages, and also for
documenting custom components.
org.kathrynhuxtable.maven.plugins » imagegenerator-maven-plugin
HTML Filter Site Maven plugin
A Maven Plugin which runs a post-process on HTML files by running
them through JTidy to make them XHTML conformant, and then running a Velocity
pass to embed the document in a standard framework.
org.kathrynhuxtable.maven.plugins » htmlfilter-site-maven-plugin
SCA4J Runtime Maven Parent POM
SCA4J Runtime Maven Parent POM.
org.codehaus.service-conduit » sca4j-runtime-maven-parent-pom
SCA4J Maven API
SCA4J Maven Runtime Host API.
org.codehaus.service-conduit » sca4j-maven-api
SCA4J Maven Host
SCA4J Maven Runtime Host.
org.codehaus.service-conduit » sca4j-maven-host
EasyBeans: Examples :: Maven :: EAR Example :: Modules :: Webapp
Webapp of Example Project
org.ow2.easybeans.examples.maven.ear » modules-webapp
EasyBeans: Examples :: Maven :: EAR Example :: Assemblies :: EAR
EAR of Example Project
org.ow2.easybeans.examples.maven.ear » assemblies-ear
EasyBeans: Examples :: Maven :: EAR Example :: Modules :: Beans
Beans of Example Project
org.ow2.easybeans.examples.maven.ear » modules-beans
EasyBeans: Examples :: Maven :: EAR Example :: Modules :: Library of Webapp
Library of Webapp of Example Project
org.ow2.easybeans.examples.maven.ear » modules-webapplib
EasyBeans: Examples :: Maven :: EAR Example :: Modules
Modules of Example Project
org.ow2.easybeans.examples.maven.ear » modules
EasyBeans: Examples :: Maven :: EAR Example :: Assemblies
Assemblies of Example Project
org.ow2.easybeans.examples.maven.ear » assemblies
EasyBeans: Examples :: Maven :: EAR Example :: Modules :: Api
Api of Example Project
org.ow2.easybeans.examples.maven.ear » modules-api
EasyBeans: Examples :: Maven :: EAR Example :: Modules :: Client
Client of Example Project
org.ow2.easybeans.examples.maven.ear » modules-client
green-site-skin
A Maven skin to provide a consistent look across Kathryn Huxtable's projects.
(But anyone can use it. It doesn't personalize the site.)
org.kathrynhuxtable.maven.skins » green-site-skin
Maven Wagon GitHub Pages Provider
Wagon for deploying site documentation to the gh-pages branch of a GitHub repository.
Based loosely on wagon-scm code.
org.kathrynhuxtable.maven.wagon » wagon-gitsite
JRuby Maven Mojos
aggregation project for various jruby related maven plugins
de.saumya.mojo » jruby-maven-plugins
maven-scalate-plugin
A Scalate Maven Plugin
org.fusesource.scalate » maven-scalate-plugin
docbkx-wrapper-plugin Maven Mojo
The docbkx-wrapper-plugin is a wrapper around the docbkx-maven-plugin and the
htmlfilter-site-maven-plugin. It is intended to simplify their use by factoring out common
elements.
org.kathrynhuxtable.maven.plugins » docbkx-wrapper-plugin
Jetspeed 2 Unpack WAR Maven Plugin
Jetspeed 2 Unpack WAR Maven Plugin
org.apache.portals.jetspeed-2 » jetspeed-unpack-war-maven-plugin
javg-template-plugin
Plugin that creates template file-structures for the reference architecture.
se.vgregion.javg.maven.plugins » javg-template-plugin
Maven eFaps Plug-In
Maven eFaps Plug-In to install / deploy eFaps applications.
org.efaps » maven-efaps-plugin
maven-efaps-jetty
Maven plugin to start Jetty as application server for eFaps.
org.efaps » maven-efaps-jetty
Maven eFaps Plug-In
Maven eFaps Plug-In to install / deploy eFaps applications.
org.efaps.maven » maven-efaps-plugin
Floggy plugin for Maven
A Floggy plugin for Maven.
net.sourceforge.floggy » maven-floggy-plugin
Apache Sling Launchpad Maven Plugin
Maven Plugin supporting Sling Launchpad
org.apache.sling » maven-launchpad-plugin
uPortal Maven Plugin
The root project definition for the uPortal project.
org.jasig.portal » maven-uportal-plugin
Maven Minify Plugin
Combine and minimize JavaScript and CSS files for faster page loading.
com.samaxes.maven » maven-minify-plugin
Maven plugin for Java/Clarion Compiler
JClarion compiler mvn plugin
org.jclarion » clarion-maven-plugin
Aries Maven EBA Plugin
Builds an eba (Enterprise Bundle Archive) from the project for deployment to an aries server.
org.apache.aries » eba-maven-plugin
Maven JavaFX Compiler Plugin
Maven JavaFX Compiler Plugin
org.easytesting » javafxc-maven-plugin
.Net build plugin project
A plugin that provides general build and test facilities for .Net projects and solutions
org.codehaus.sonar-plugins.dotnet » maven-dotnet-plugin
.Net maven integration
A Reactor project for the .Net maven integration
org.codehaus.sonar-plugins.dotnet » maven-dotnet
Maven Post Plugin
post a message to an URL
org.wooddog.mavenplugins » post
Tycho OSGi Test Plugin
The maven-tycho-plugin provides tools for integrating Maven, Eclipse and OSGi.
org.codehaus.tycho » maven-osgi-test-plugin
Tycho OSGi Packaging Plugin
A plugin for packaging OSGi bundles
org.codehaus.tycho » maven-osgi-packaging-plugin
Tycho Maven Plugin
The Tycho Maven Plugin provides extensions to build Eclipse projects.
org.codehaus.tycho » tycho-maven-plugin
Tycho Maven Plugin
The maven-tycho-plugin provides tools for integrating Maven, Eclipse and OSGi.
org.codehaus.tycho » maven-tycho-plugin
Tycho OSGi Compiler Plugin
A plugin for compiling OSGi bundles
org.codehaus.tycho » maven-osgi-compiler-plugin
Tycho OSGi Source Plugin
A plugin for packing source on OSGi bundles
org.codehaus.tycho » maven-osgi-source-plugin
Maven Parent Pom
Maven Parent Pom for projects hostet on
www.sourceprojects.org
org.sourceprojects.oss » maven-parent
FindBugs Maven Plugin
A Maven 2 plugin for printing FindBugs static analysis reports.
net.rumati.maven.plugins » findbugs-maven-plugin
maven-cia-skin
maven-cia-skin
com.hack23.cia » maven-cia-skin
maven-lab-plugin Maven Mojo
Maven plugin used to create labs that provide more code once a step has been completed.
Labs are a useful way to learn new technologies, frameworks and tools.
com.jayway.maven.plugins.lab » maven-lab-plugin
Maven plugin for creating executable WARs
Adds support files to a web application that makes it possible to run it from the command line in addition to
being deployed to a container.
net.nisgits.executablewar » maven-executable-war-plugin
Cargo Samples - Maven 2
Cargo Samples for Maven 2
org.codehaus.cargo » cargo-samples-maven2
Cargo Samples - Maven 2 - Datasource test
Sample application that exercises the Cargo Maven2 plugin with a container and a datasource
org.codehaus.cargo » cargo-sample-maven2-datasource-test
Apache Maven myBatis migration plugin
Migration-plugin is a Apache Maven 2 plugin that aims to integrate into the maven life cycle, the myBatis 3 Migration tool.
myBatis 3 Migration Schema is a tool that helps you to manage database schema changes.
com.googlecode.maven-migration-plugin » maven-migration-plugin
Apache UIMA uima-build-helper-maven-plugin
Apache UIMA build helper maven plugin
org.apache.uima » uima-build-helper-maven-plugin
Maven Plugin Workspace
A place to collect and release maven plugins required or building various SQuirreL projects with Maven.
net.sf.squirrel-sql » maven-plugin-workspace
apparat-maven-plugin
Maven plugins for Apparat.
com.googlecode.apparat » apparat-maven-plugin
JavaFX Maven plugin
This plugin offers a possibility to deploy the JavaFX SDK jars to your local repository.
org.jfxtras » javafx-maven-plugin
Liferay Maven 2 Plugin
Contains goals to manage Liferay plugins.
com.liferay.maven.plugins » liferay-maven-plugin
Liferay Maven 2 Support
Parent project to support Maven 2 subprojects.
com.liferay.maven » maven-support
Liferay Maven 2 Plugins
Parent project to support Liferay plugins.
com.liferay.maven » plugins
Mavenpom4redmine
Ancestor of all projects of Code Lutin based on a redmine
developpment environnement
org.nuiton » mavenpom4redmine
Mavenpom4labs
Ancestor of all projects of Code Lutin based on a labs environnement
org.nuiton » mavenpom4labs
Maven License Plugin
Plugin de gestion des licenses (et en-t��tes) dans un project maven 2.
org.nuiton » maven-license-plugin
Mavenpom
Ancestor of all projects of Code Lutin
org.nuiton » mavenpom
Maven helper plugin
Plugin d'aide pour les projets nuiton
org.nuiton » maven-helper-plugin
Maven Nuiton Skin
Theme Nuiton pour les sites maven.
org.nuiton » maven-nuiton-skin
JRst :: Maven plugin
Maven2 plugin to generate reStructuredText file into xDoc.
org.nuiton.jrst » maven-jrst-plugin
Maven Webstart Plugin
Maven plugin that supports webstart application development. Helps generate jnlp files and supports the Jnlp Download Servlet.
org.nuiton.thirdparty » webstart-maven-plugin
JAXX :: Maven plugin
Maven 2 plugin to generate java sources from JAXX files.
org.nuiton.jaxx » maven-jaxx-plugin
I18n :: Maven Plugin
Maven plugin to deal with i18n stuff in a project, mainly base on the
nuiton-i18n api (but not only).
org.nuiton.i18n » maven-i18n-plugin
Apache Karaf :: Tooling :: Maven2 Command Help plugin
A Maven 2 plugin for extracting Karaf command helps into markup.
org.apache.karaf.tooling » cmdhelp-maven-plugin
Apache Karaf :: Tooling :: Maven2 Features plugin
A Maven 2 plugin for working with feature descriptors.
org.apache.karaf.tooling » features-maven-plugin
EUGene :: Maven plugin
maven plugin to use the eugene library
org.nuiton.eugene » maven-eugene-plugin
JRedmine :: Maven plugin
JRedmine maven plugin to interacts with Redmine's server
org.nuiton.jredmine » maven-jredmine-plugin
Maven JAXB 2.x Plugin Testing
JAXB-2.x Maven-2 Plugin testing infrastructure.
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-testing
Maven JAXB 2.x Plugin Project
Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML Schemas.
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-project
Maven JAXB 2.x Plugin
Maven-2 plugin that uses JAXB 2.x XJC compiler to generate java sources from schemas.
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin
Sonar :: Development Maven Plugin
Maven plugin for Sonar development environment
org.codehaus.sonar » sonar-dev-maven-plugin
AnnoMojo Parent
Maven2 maven-plugin-plugin extension that allows writing annotated Mojos using JDK 1.5 annotations
instead of doclet comments.
org.jfrog.maven.annomojo » maven-plugin-anno-parent
AnnoMojo Extractor
Maven Anno Mojo module conatining the implementation of the MojoDescriptorExtractor used
by the plugin maven-plugin-plugin. This POM override the standard java MojoDescriptorExtractor to avoid
qdox parsing error. Adding this module as a dependencies to maven-plugin-plugin will stop the xdoclet
plugin system is from being activated, and will activate this annotations processor instead.
org.jfrog.maven.annomojo » maven-plugin-tools-anno
AnnoMojo API
Maven Anno Mojo module with all the JDK 1.5 annotations needed when writing maven plugin classes
(Mojo).
Every maven plugins using Anno Mojo should be directly or transitively dependant on this POM.
org.jfrog.maven.annomojo » maven-plugin-anno
Liquibase Maven Plugin
A Maven plugin wraps up some of the functionality of Liquibase
org.liquibase » liquibase-maven-plugin
Maven CSS Validator Plugin Project
Maven plugin for CSS file validation.
org.jvnet.mcvp » maven-css-validator-plugin-project
Maven Bundle Plugin
Provides a maven plugin that supports creating an OSGi bundle
from the contents of the compilation classpath along with its
resources and dependencies. Plus a zillion other features.
The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
org.coosproject.build-tools.org.apache.felix » maven-bundle-plugin
maven-youtrack-plugin Maven Mojo
A Maven plugin to integrate with Jetbrains Youtrack, via their RESTish API
com.theoryinpractise » youtrack-maven-plugin
Maven HSQLDB Plugin
A simple hsqldb maven plugin
org.onebusaway.plugins » maven-hsqldb-plugin
Maven Linkcheck Plugin
This plugin allows you to generate a linkcheck report of your project's documentation.
org.apache.maven.plugins » maven-linkcheck-plugin
OPS4J - Pax Mojos: OSGi project helpers
A plugin to help create, manage and provision OSGi projects
org.coosproject.build-tools.org.ops4j » maven-pax-plugin
Maven Settings Builder
The effective settings builder, with inheritance and password decryption.
org.apache.maven » maven-settings-builder
maven-checksum-plugin
Compute project artifacts/dependencies/files checksum digests and output them to individual or summary files.
net.ju-n.maven.plugins » maven-checksum-plugin
dbmaintain-maven-plugin
Maven plugin for dbmaintain.
DbMaintain enables automatic roll-out of updates to a relational database.
It brings database scripts into version control just like regular source code
and can be used to transparantly deploy databases from development on to production.
org.dbmaintain » dbmaintain-maven-plugin
maven-t7-plugin
Tomcat 7 Maven Plugin
com.googlecode.t7mp » maven-t7-plugin
Maven Database Plugin
A maven plugin to create and drop databases and their associated users.
org.leberrigaud.maven.plugins » database-maven-plugin
Maven Mule plugin
Provides a packaging target for building a Mule application from a maven project
org.mule.tools » maven-mule-plugin
Accord Maven Default Skin
Accord Maven Default Skin
org.neociclo.accord » accord-maven-skin
Maven GAE Parent POM
Parent POM for the Maven - Google App Engine Integration artifacts.
net.kindleit » maven-gae-parent
Maven GAE Plugin
Maven plugin for the Google App Engine
net.kindleit » maven-gae-plugin
Velocity Maven Plugin
A Maven plugin that populates a template with a list of properties.
net.rumati.maven.plugins » velocity-maven-plugin
Maven GCU plugin
Apache Maven plugin for uploading files to Google Code project hosting
com.googlecode.maven-gcu-plugin » maven-gcu-plugin
Maven Aether Provider
This module provides extensions to Aether for utilizing the Maven POM and Maven repository metadata for artifacts resolution
and download.
org.apache.maven » maven-aether-provider
Maven Plugin for Project Lombok
Maven Plugin for Project Lombok
org.projectlombok » lombok-maven
Maven Lombok Plugin
Maven Plugin for Project Lombok
org.projectlombok » maven-lombok-plugin
XSLT Generator Maven plugin
Performs XSL transformation.
net.sf.xsltmp » xslt-generator-maven-plugin
ApacheDS Maven Plugin
Runs ApacheDS as an LDAP server within your build.
ca.grimoire.maven » apacheds-maven-plugin
Geomajas maven plugin
Geomajas maven plugin, used for extracting documentation extracts.
org.geomajas » geomajas-maven-plugin
Sample Lombok Maven Project
This project is a simple demonstration of how to use the maven-lombok-plugin.
org.projectlombok.test » test-maven-lombok
VT Crypt Maven Plugin
Maven plugin for the encryption and decryption of configuration properties
edu.vt.middleware.maven.plugins » maven-crypt-plugin
strictlogging-mavenlog:1.0.1
Implementation of strictlogging-api for use in Maven plugins
net.sf.buildbox » strictlogging-mavenlog
YUI Compressor Maven Mojo
To compress (Minify + Ofuscate) Javascript files and CSS
files (using YUI Compressor from Julien Lecomte) and/or to check
Javascript files with jslint.
net.alchim31.maven » yuicompressor-maven-plugin
Doxia Tools
A set of tools for working with Doxia documents.
org.fusesource.maven.doxia » doxia-tools
Doxia Tools :: Linkcheck
Doxia linkcheck is a tool to check the validity of links
org.fusesource.maven.doxia » doxia-linkcheck
Doxia Tools :: Converter
Doxia Converter Tool to convert a supported format to another
org.fusesource.maven.doxia » doxia-converter
Apache Axis2 - tool - Repository Maven Plugin
A Maven 2 plugin for creating Axis 2 repositories from project dependencies
org.apache.axis2 » axis2-repo-maven-plugin
Mavenpom4redmineAndCentral
Ancestor of all projects of Code Lutin based on a redmine
developpment environnement and which are synchronized to Maven central
org.nuiton » mavenpom4redmineAndCentral
Maven2 Java Formatter Plugin
Plugin for formatting Java source code
com.googlecode.maven-java-formatter-plugin » maven-java-formatter-plugin
Scalate :: LinkChecker :: Maven Plugin
A Maven Plugin for checking links in Scalate generated sites
org.fusesource.scalate » maven-linkchecker-plugin
Neo4j Maven skin
Neo4j is a graph database. It is an embedded, disk-based, fully
transactional Java persistence engine that stores data structured in graphs
rather than in tables.
org.neo4j.maven.skins » default-skin
Maven External Dependency Plugin
This Maven plugin allows downloading, installing, and deploying dependency artifacts that are not stored in a Maven repository.
com.savage7.maven.plugins » maven-external-dependency-plugin
Maven Jacobe Plugin
Simple maven plugin to invoke Jacobe, a code beautifier by TIOBE (www.tiobe.com).
com.tiobe.jacobe » maven-jacobe-plugin
Sibilla Test Maven Plugin
Sibilla Test Maven Plugin
it.javalinux.sibilla.plugins » maven-sibilla-plugin
Build localize plugin
Build localize plugin
com.systemsplanet.plugin » google-api-translate-java-maven-plugin
asadmin-maven-plugin-parent
asadmin based maven plugin for projects using Glassfish
org.codeartisans.asadmin-maven-plugin » asadmin-maven-plugin-parent
LinkChecker Maven Plugin
A Maven Plugin for checking links in generated websites sites
org.fusesource.mvnplugins » maven-linkchecker-plugin
JarJar Maven Plugin
Repackage Java libraries
org.sonatype.plugins » jarjar-maven-plugin
maven-precheck-plugin
Webwork configuration & Prohibit text pre-check plugin
org.openwebtop.maven.plugins » maven-precheck-plugin
OpenEngSB :: Connector :: Maven
Maven Connector implements the Build Domain, the Deploy Domain and the Test Domain
and is used for building, deploying and running tests for maven projects.
org.openengsb.connector » openengsb-connector-maven
Jasig Legal Plugin
Attaches NOTICE and LEGAL files to the generated artifact
org.jasig.maven » maven-jasig-legal-plugin
Maven NOTICE Generation Plugin
Generates Apache style NOTICE files
org.jasig.maven » maven-notice-plugin
Cargo Samples - Maven 2 - Jetty 7.x embedded container test
Sample application that exercises the Cargo Maven2 plugin with an embedded Jetty 7.x container
org.codehaus.cargo » cargo-sample-maven2-jetty7x-embedded-test
Cargo Samples - Maven 2 - Tomcat 7 context test
Sample application that exercises the Cargo Maven2 plugin with a Tomcat 7.x container and a user-defined context
org.codehaus.cargo » cargo-sample-maven2-tomcat7-context-test
Licenses
Open Source Licenses and Headers used by the Neo4j project.
org.neo4j.maven » licenses
Jangaroo Maven Plugin
This plugin compiles Jangaroo sources to JavaScript.
net.jangaroo » jangaroo-maven-plugin
Maven Plugin: Ext-XML to AS3
This plugin generates ActionScript
net.jangaroo » ext-xml-maven-plugin
Maven NOTICE and LICENSE plugin
Maven plugin for automatic generation of NOTICE and LICENSE resources
org.apache.httpcomponents » maven-notice-plugin
ZeroTurnaround JRebel Maven plugin
ZeroTurnaround JRebel Maven plugin
org.zeroturnaround » jrebel-maven-plugin
Wagon :: AHC
A wagon provider for HTTP transfers based on the async-http-client.
org.sonatype.maven » wagon-ahc
Sonar PDF Report (Maven plugin)
Maven plugin for PDF reporting
org.codehaus.sonar-plugins.pdf-report » maven-pdfreport-plugin
Maven MyBatis migration plugin
Migration-plugin is a Apache Maven 2 plugin that aims to integrate into the maven life cycle,
the myBatis 3 Migration tool. MyBatis 3 Migration Schema is a tool that helps you to manage database
schema changes.
org.mybatis.maven » maven-migration-plugin
Maven :: Indexer Artifact Utils
Indexer Artifact Utils module contains small set of reusable utilities, mostly artifact, path and their two way conversion related.
org.apache.maven.indexer » indexer-artifact
Maven :: Indexer
Apache Maven Indexer (former Sonatype Nexus Indexer) is the defacto standard for producing indexes
of Maven repositories. The Indexes are produced and consumed by all major tools in the ecosystem.
org.apache.maven.indexer » maven-indexer
Maven :: Indexer Core
Indexer Core contains the core support for indexing Maven repositories, searching them, publishing and consuming remotely
published indexes.
org.apache.maven.indexer » indexer-core
Use Case Tool Maven plugin
Generates HTML documentation from XML use cases.
net.sf.uctool » uctool-maven-plugin
Pathname Utility Maven Plugin Toplevel
A maven plugin with goals useful for connecting maven builds to pathnames. So
far, the only goal takes a relative pathname and absolutizes it, so that aggregate
children get the right pathname.
com.basistech » pathname-util-maven-plugin-top
Sourcesense Skin
An alternative Maven site skin with rounded corners and code syntax highlight, Sourcesense branded.
com.sourcesense.maven » maven-skin
Maven Erlang Plug-In
Maven2 Plug-In to manage Erlang projects.
eu.lindenbaum » maven-erlang-plugin
dependency-analyzer Maven Mojo
Maven plugin to analyze the dependencies in a nexus based repository
nl.pieni.maven.dependency-analyzer » maven-dependency-analyzer
Amazon S3/Google Developer Storage Maven Wagon Support
Standard Maven wagon support for s3:// urls (forked from the Spring version)
net.anzix.aws » s3-maven-wagon
Hibernate Search Maven Mojo
Maven plugin to preload hibernate search using hibernate
org.yestech.maven » maven-hibernate-search
Hudson Maven Artifact Manager
hackhish version of artifact manager to continue support uniqueVersion = false with maven2 builds
org.jvnet.hudson » hudson-maven-artifact-manager
RelaxNG Maven Plugin
plugin for validating and transforming RelaxNG schemas
us.bryon » relaxng-maven-plugin
Apache UIMA Maven Plugin PearPackagingMavenPlugin
This is a maven plugin that produces a pear artifact.
org.apache.uima » PearPackagingMavenPlugin
ruby-maven-plugin
maven plugin to hook ruby scripts in the build lifecycle
org.codeartisans » ruby-maven-plugin
easyb-maven-parent
This is the top-level parent project for easyb artefacts.
It configures distribution repositories and top level plugin defaults. Parent poms are not to include dependencies of any kind.
org.easyb » easyb-maven-parent
Impex Parent
This is the parent pom for the Maven Impex Plugin
org.kuali.maven.impex » impex
Neo4j Build Configuration
Builds the different parent poms and related build helpers.
org.neo4j.maven » build-configuration
jasmine-maven-plugin
A JavaScript unit test plugin that processes JavaScript sources and Jasmine specs, prepares test runner HTML files, executes Jasmine specs headlessly with HtmlUnit, and produces JUnit XML reports
com.github.searls » jasmine-maven-plugin
Maven PlantUML plugin
A maven plugin to generate UML diagrams using PlantUML syntax
com.github.jeluard » maven-plantuml-plugin
schema-maven-plugin
Auto generate JiBX schema to java projects.
org.jibx.schema.config » schema-maven-plugin
Torque Templates
This is the Kuali version of ASF's torque Velocity macro templates
org.kuali.maven.impex » torque-templates
JDBC Support Utilities
Various utility methods for JDBC
org.kuali.maven.impex » jdbc-support
Maven Impex Plugin
Maven plugin for converting database agnostic XML files into platform specific SQL files and for examining proprietary databases via JDBC to generate database agnostic XML files
org.kuali.maven.impex » maven-impex-plugin
Torque Generator
This is the Kuali version of ASF's torque generator
org.kuali.maven.impex » torque-generator
Cocoon Maven Skin
The Cocoon Maven skin developed by Thien
org.apache.cocoon » cocoon-thien-maven-site-skin
Maven Lucene Search
This is the maven lucene search version 1.0
com.xebia » maven-lucene-search
Maven Lucene Plugin
This is the maven lucene plugin version 1.0
com.xebia » maven-lucene-plugin
Maven Cloud Front Plugin
This plugin integrates maven site generation with Amazon Cloud Front
org.kuali.maven.plugins » maven-cloudfront-plugin
Maven Kuali Site Plugin
This plugin organizes/standardizes the Maven site publication process for the Kuali organization
org.kuali.maven.plugins » maven-kualisite-plugin
Pustefix Plugins
Pustefix Plugins
org.pustefixframework.maven.plugins » pustefix-plugins
LegStar z/OS upload plugin
LegStar maven plugin for z/OS source file upload and job submission
com.legsem.legstar » zosupload-maven-plugin
AWS S3 Wagon
This project is an implementation of Wagon provider for accessing Amazon's Simple Storage Service (S3).
It enables Maven to download files from and deploy files to S3. It draws heavily from code
developed by Ben Hale at SpringSource
org.kuali.maven » kuali-wagon-s3
MicroJIAC MIDlet-Maven-Plugin
Bundle of Maven extensions to build MicroJIAC modules for MIDlet-based profiles.
de.jiac.micro.tools » microjiac-midlet-maven-plugin
Properties Files Mojos
A collection of maven mojos related to .properties file generation.
org.redkangaroo.maven.plugins » properties-files-mojos
Resource Bundle Generator Maven Plugin
The Resource Bundle Generator Maven Plugin can be used to generate Java and Flex resource bundle files base on a XLS file.
org.redkangaroo.maven.plugins » rb-generator-plugin
maven-plugin-reactor - Maven plugin top-level project
Maven JiBX plugin top-level project
org.jibx.config » maven-plugin-reactor2
maven-plugin-reactor - Maven plugin top-level project
Maven JiBX plugin top-level project
org.jibx.config » maven-plugin-reactor
Maven Plugin for Cloud Connector Generator
Integrate generating schema and Spring bean definition parser from a cloud connector class into the Maven build.
org.mule.tools » mule-cloud-connector-generator-maven-plugin
EMB Service Export for Maven-SCM
Exports provider, manager, and other related components from maven-scm.
org.commonjava.emb.components » maven-scm-support
CMake Maven Plugin
Builds native code using CMake makefile generator
org.bitbucket.cowwoc » maven-cmake-plugin
Kuali Maven Common
Contains software that is common to maven development. Facilitates reuse of code between plugins
org.kuali.maven.common » maven-kuali-common
Maven JiBX Plugin
A plugin for Maven 2 to run the JiBX binding compiler, or generate Java sources from XSD schemas.
org.jibx » jibx-maven-plugin
maven-site-skin
Maven custom skin allowing specification of footer elements
org.apache.httpcomponents » maven-site-skin
Maven S3 Wagon
This project is an implementation of a multi-threaded Wagon provider for accessing Amazon's Simple Storage Service (S3).
It enables Maven to download files from and deploy files to S3.
It draws heavily from code developed by Ben Hale at SpringSource
org.kuali.maven.wagons » maven-s3-wagon
Maven Smart Assembly Plugin
Maven Smart Assembly Plugin
com.luuuis » smartass-maven-plugin
Maven Cloud Front Plugin
This plugin integrates maven site generation with Amazon Cloud Front
org.kuali.maven.cloudfront » maven-cloudfront-plugin
Schema Library - maven.apache.org - v4_0_0
maven.apache.org/maven-v4_0_0.xsd
org.jibx.schema.org.apache.maven » org.jibx.schema.org.apache.maven.maven_v4_0_0
maven.apache.org
Maven POM schemas. Basic schema bindings for 3.0 and 4.0 poms.
org.jibx.schema.org.apache.maven » org.apache.maven
Schema Library - maven.apache.org - v3_0_0
maven.apache.org/maven-v3_0_0.xsd
org.jibx.schema.org.apache.maven » org.jibx.schema.org.apache.maven.maven_v3_0_0
PL/SQL maven
This project contains tries to bring maven development to PL/SQL developers
com.google.code.plsqlmaven » plsqlmaven
PL/SQL parent project
a parent project to be inherited by PL/SQL maven projects to configure defaults
com.google.code.plsqlmaven » plsql-maven-project
Beezle Parent Pom
Parent pom for Beezle projects.
net.sf.beezle.maven.poms » parent
Hudson Maven
Hudson Maven Integration
org.jvnet.hudson.main » hudson-maven
Maven skins
A collection of skins for Maven generated sites.
net.ju-n.maven.skins » maven-skins-parent
Maven
Maven components for OfficeFloor
net.officefloor.maven » maven
Fabric3 Maven 3 Runtime Host
Module for embedding Fabric3 in a Maven 3 plugin
org.codehaus.fabric3 » fabric3-maven3-host
Maven Properties-Enum-Plugin
Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc.
Your advantages:
* You can't access on non-existing keys as it would cause compile errors
* As it's an enum, you can use your IDE's auto-completion
* You'll never have to check your properties keys again
* You can see the property's value in the enum field's javadoc
com.googlecode.maven-properties-enum-plugin » maven-properties-enum-plugin
Graphviz Maven Plugin
maven plugin for generating graphs using the Graphviz program
us.bryon » graphviz-maven-plugin
Dependency Graph analizer
Mojo to collect dependencies between the maven projects and generate grahml/grahviz output from it
net.anzix.maven » maven-depanal-plugin
Maven Property-Enum-Plugin
Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc.
Your advantages:
* You can't access on non-existing keys as it would cause compile errors
* As it's an enum, you can use your IDE's auto-completion
* You'll never have to check your properties keys again
* You can see the property's value in the enum field's javadoc
net.sf.maven-properties-enum-plugin » maven-properties-enum-plugin
Apache Synapse - XAR Maven Plugin
Maven 2 plugin to create Synapse extension archives
org.apache.synapse » synapse-xar-maven-plugin
Sonar :: Batch Maven Compat
Compatibility layer, which provides MavenProject for non-Maven environments.
org.codehaus.sonar » sonar-batch-maven-compat
Mojo's Cassandra Maven Plugin
The Mojo Projects plugin for Apache Maven to allow launching a local Apache Cassandra instance from a Maven build
org.codehaus.mojo » cassandra-maven-plugin
maven-dbdeploy-plugin
maven plugin to invoke dbdeploy
com.dbdeploy » maven-dbdeploy-plugin
maven-displaylicense-plugin Maven Mojo
A Maven plugin that displays the licenses of compile-time Maven dependencies.
net.surguy » maven-displaylicense-plugin
Maven Native Dependencies Plugin
This plugin allows the automatic unpacking of natives in jars depending on a classifier with a certain pattern
com.googlecode.mavennatives » maven-nativedependencies-plugin
Sisu Maven Plugin
Manage Sisu components and applications
org.sonatype.plugins » sisu-maven-plugin
Incremental-build-plugin Maven Mojo
The Maven Incremental Build plugin is a plugin that
enable maven to recompile only what it have to when you call mvn
compile (It is not necessary to call clean phase now).
net.java.maven-incremental-build » incremental-build-plugin
maven-license-validator-plugin
Maven plugin for validating license use in (transitive) dependencies
com.googlecode.maven-license-validator-plugin » maven-license-validator-plugin
Maven Eclipse UpdateSite Plugin
Deploys an Eclipse Update Site
org.fusesource.mvnplugins » maven-updatesite-plugin
Maven Provision Plugin
maven Provision Plugin
org.fusesource.mvnplugins » maven-provision-plugin
Tikal Maven JET Plugin
Maven 2 plugin for generation template emitters
com.tikal » tikal-maven-jet-plugin
Maven Application Plugin
Generates an application file. An application file is a single file containing your entire application,
it's all you need to distribute or run the application. Technically, an application file is a Bash shell script
with an appended executable jar file. You can invoke it directly or you can pass it as an argument to java -jar.
You can rename it without breaking the application.
net.sf.beezle.maven.plugins » application
License Maven Plugin
Maven plugin to download and collect license files from project dependencies.
org.codehaus.mojo » license-maven-plugin
Default skin with code highlighting
Maven's default skin, with syntax highlighting of the code blocks
net.ju-n.maven.skins » maven-default-code-highlighting-skin
Glazed skin
Glazed Maven site skin
net.ju-n.maven.skins » maven-glazed-skin
1024px skin
Maven 1024px skin
net.ju-n.maven.skins » maven-1024px-skin
Default greyscale skin
A greyscale variation of Maven's default skin
net.ju-n.maven.skins » maven-default-greyscale-skin
Maven Site Aggregate Plugin
Maven plug-in to aggregate site content of a multi-module build. Allows for such things as PDF generation of whole site content.
net.officefloor.maven » maven-site-aggregate-plugin
Maven OfficeFloor Plugin
Maven plug-in to start/stop an OfficeFloor instance
net.officefloor.maven » maven-officefloor-plugin
Site Skin
Skin for OfficeFloor web site
net.officefloor.maven » maven-officefloor-skin
PurrPackage Maven Plugin
Produces the PurrPackage report for a maven build.
net.sourceforge.purrpackage » purrpackage-maven-plugin
PurrPackage Maven Plugin For Plain Cobertura Report
Use this instead of cobertura-maven-plugin if you want the old report.
net.sourceforge.purrpackage » purrpackageplaincobertura-maven-plugin
Gradle Plugin for Maven OSS development
Conveniently wraps Maven Plugin, Pgp Plugin, with config in the file 'maven.secret.properties' in your home directory
net.sourceforge.purrpackage » maven-oss-gradle-plugin
Apache Avro Maven Plugin
Maven plugin for Avro IDL and Specific API Compilers
org.apache.avro » avro-maven-plugin
PL/SQL webapp project
a parent project to be inherited by PL/SQL webapps to configure defaults
com.google.code.plsqlmaven » plsql-maven-webapp
Enunciate - JBoss Maven Plugin
Maven 2 plugin for invoking Enunciate with JBoss enhancements.
org.codehaus.enunciate » maven-enunciate-jboss-plugin
Maven ACR Plugin
Generates a J2EE Application Client file.
org.apache.maven.plugins » maven-acr-plugin
Tautua Default Skin
Skin for tautua projects
org.tautua.maven.skins » tautua-default-skin
Sisu :: Maven Bridge
sisu-maven-bridge
org.sonatype.sisu » sisu-maven-bridge
GitHub Deploy Maven Plugin
Deploy a project's packaged artifacts to its corresponding GitHub project.
com.jakewharton » github-deploy-maven-plugin
Robotframework Maven Plugin
Maven plugin for the Robot Framework.
com.googlecode.robotframework-maven-plugin » robotframework-maven-plugin
maven-processor-plugin - 2.2.1
A maven plugin to process annotation for jdk6 at compile time
This plugin helps to use from maven the new annotation processing provided by JDK6 integrated in java compiler
This plugin could be considered the 'alter ego' of maven apt plugin http://mojo.codehaus.org/apt-maven-plugin/
org.bsc.maven » maven-processor-plugin
JETM Maven Plugin
A Maven plugin designed to provide additional functionality for JETM-aware projects
com.google.code.jetm » jetm-maven-plugin
OpenID Discovery Maven Plugin
A plugin to start up and simulate an OpenID discovery service
com.googlecode.openid-discovery-maven-plugin » openid-discovery-maven-plugin
Maven WoOF Plugin
Maven plug-in for WoOF (Web on OfficeFloor)
net.officefloor.maven » maven-woof-plugin
Maven License Verifier Plugin
The Maven License Verifier Plugin is intented to check
the different artifacts of a project.
com.soebes.maven.plugins.mlv » maven-license-verifier-plugin
Staccato-Commons-Restrictions-Instrument-Maven-Plugin
A Maven Mojo for instrummenting restrictions as part of the build process
net.sf.staccatocommons » commons-restrictions-instrument-maven-plugin
Zauber parent POM
Parent POM for all Zauber Projects. Provides some configuration
that everybody expects.
com.zaubersoftware.maven.poms » bare
Mojo Executor Maven Plugin
A very simple example of how to use the Mojo Executor in a Maven plugin. This plugin allows you to specify the
group ID, artifact ID, version, goal, and configuration of a plugin to execute. Why would you use this plugin
instead of just executing the plugin directly? You wouldn't, probably! It's just for example and functional
testing purposes.
org.twdata.maven » mojo-executor-maven-plugin
Mojo Executor Parent
The Mojo Executor provides a way to to execute other Mojos (plugins) within a Maven plugin, allowing you to
easily create Maven plugins that are composed of other plugins.
org.twdata.maven » mojo-executor-parent
Coffeescript Maven Plugin
A Maven 2.0 plugin for compiling coffeescript into javascript
com.theoryinpractise » coffee-maven-plugin
Tycho Maven Build Extension (Incubation)
The Tycho Maven Plugin provides extensions to build Eclipse projects.
org.eclipse.tycho » tycho-maven-plugin
Cargo Samples - Maven 2 - Artifact installer test
Sample application that tests the artifact installer
org.codehaus.cargo » cargo-sample-maven2-artifactInstaller-test
Cargo Samples - Maven 2 - Tomcat 6 remote container test
Sample application that exercises the Cargo Maven2 plugin with a Tomcat 6.x container and a remote container (deploy, undeploy, deploy and redeploy)
org.codehaus.cargo » cargo-sample-maven2-tomcat6x-remotecontainer-test
Maven Shared Resources
A collection of templates that are specific to the Maven project.
org.apache.maven.shared » maven-shared-resources
maven-version-check-plugin Maven Mojo
The maven-dependency-versions-check-plugin is a Maven plugin
that verifies that the resolved versions of dependencies are at
least the versions specified by the dependencies (or their
dependencies etc.) if not higher.
More specifically, it will check that
* The resolved version of every dependency declared explicitly
in the current POM is the same or a newer one than what was
stated. If the resolved version has a higher major version
number than the declared version, then the plugin will issue
a warning if configured to do so.
Note that enforced declared versions are ignored by the plugin.
* For every explicitly declared dependency in the current POM, all
its dependency versions are met. I.e. the resolved versions for
all dependencies in that dependency's POM are the same or higher
than the one stated in that dependency's POM. This is basically
the same check as the one above, but using the dependency's POM.
Also, if the current POM has exclusions specified for the
dependency, then these transitive dependencies are ignored
when checking this particular dependency.
com.ning.maven.plugins » maven-dependency-versions-check-plugin
maven-duplicate-finder-plugin Maven Mojo
The maven-duplicate-class-finder-plugin is a plugin that will search for classes with the same name, as well as resources with the same path,
in the classpaths of a maven project. More specifically, it will check the compile, runtime, and test classpaths for
* Classes with the same qualified name in the current project and all dependencies relevant for that classpath
* Files that are not class files, with the same resource path (i.e. as if it would be accessed via the classloader) in the current project and all dependencies relevant for that
(Note that at the moment, the plugin does not check if the files are actually the same or not, it only looks for the same file/class name.)
com.ning.maven.plugins » maven-duplicate-finder-plugin
Debug-Plugin
Plugin helping developers to debug dependency conflicts
de.mytoys.maven.plugins » debug-maven-plugin
doxia-module-markdown
TODO
net.ju-n.maven.doxia » doxia-module-markdown
Maven dependency :: mindmap-maven-plugin ${project.packaging}
This plugin generates a MindMap from the project
dependencies. The mindmap file (with the '.mm' extension)
can be viewed with Freeplane (free tool).
By default, the mindmap shows the full dependency tree.
You can filter this tree at generation time
by artifact's group id, by providing a parameter
'groupIdsFilteringREGEXMatch'
setted with a groupId name fragment (a startswith will be performed).
Usage is (for exemple) :
mvn fr.xebia.maven.plugins:mindmap-maven-plugin:1.0.0-SNAPSHOT:mindmap
with filtering :
mvn fr.xebia.maven.plugins:mindmap-maven-plugin:1.0.0-SNAPSHOT:mindmap -DgroupIdsFilteringREGEXMatch=fr.xebia
fr.xebia.maven.plugins » mindmap-maven-plugin
NPanday :: Link Maven Plugin
Maven Plugin for .NET: Uses AssemblyLinker utility for linking, embedding and adding resources to an assembly.
org.apache.npanday.plugins » maven-link-plugin
NPanday :: XSD Maven Plugin
Maven Plugin for .NET: Generates schema bindings
org.apache.npanday.plugins » maven-xsd-plugin
NPanday :: Mojo Generator Maven Plugin
Maven Plugin for .NET: Generates Java Bindings for .NET Mojo
org.apache.npanday.plugins » maven-mojo-generator-plugin
NPanday :: Visual Studio Addin Installer Maven Plugin
Maven Plugin for .NET: Installs the Visual Studio Addin
org.apache.npanday.plugins » maven-vsinstaller-plugin
NPanday :: ResGen Maven Plugin
Maven Plugin for .NET: Generates assembly resources
org.apache.npanday.plugins » maven-resgen-plugin
NPanday :: Compile Maven Plugin
Maven Plugin for .NET: Handles source and test compiles
org.apache.npanday.plugins » maven-compile-plugin
NPanday :: XSP Maven Plugin
Maven Plugin for .NET: Manages the Mono XSP Server
org.apache.npanday.plugins » maven-xsp-plugin
NPanday :: Resolver Maven Plugin
Maven Plugin for .NET: Resolves Artifacts
org.apache.npanday.plugins » maven-resolver-plugin
NPanday :: FxCop Maven Plugin
Maven Plugin for .NET: Runs the FxCop Code Analysis Tool
org.apache.npanday.plugins » maven-fxcop-plugin
NPanday :: WSDL Maven Plugin
Maven Plugin for .NET: Generates Client-side Proxies from WSDLs/Service References
org.apache.npanday.plugins » maven-wsdl-plugin
NPanday :: Repository Maven Plugin
Maven Plugin for .NET: Tools for exporting RDF XML Metadata and converting repository formats
org.apache.npanday.plugins » maven-repository-plugin
NPanday :: Install Maven Plugin
Maven Plugin for .NET: Installs compiled artifacts into the local repository.
org.apache.npanday.plugins » maven-install-plugin
NPanday :: ASPX Maven Plugin
Maven Plugin for .NET: Precompiles aspx pages
org.apache.npanday.plugins » maven-aspx-plugin
NPanday :: Test Maven Plugin
Maven Plugin for .NET: Tests class files with NUnit
org.apache.npanday.plugins » maven-test-plugin
NPanday :: Custom Lifecycle Extensions Plugin
Registers the type handlers for all core dotnet types including empty lifecycles.
org.apache.npanday.plugins » custom-lifecycle-maven-plugin
NPanday :: Webapp Maven Plugin
Maven Plugin for .NET: Packages and deploys web applications
org.apache.npanday.plugins » maven-webapp-plugin
Ship Maven Plugin
Ship Plugin for Maven. The Ship Plugin provides a means of integrating
Continuous Deployment scripts into the Maven release process.
org.codehaus.mojo » ship-maven-plugin
Hibernate Maven Plugin
Maven plugin for various Hibernate-tools
org.hibernate » hibernate-maven-plugin
Maven Plugin Common Code
Common classes for custom Maven plugins
com.vecna » maven-commons
Maven Android Plugin - maven-android-plugin
Maven Plugin for Android
it.tidalwave.fork.com.jayway.maven.plugins.android.generation2 » maven-android-plugin
Zauber Site Skin
Zauber Site Skin for all open source projects
com.zaubersoftware.maven.skins » maven-zauber-skin
Maven FileSync Plugin
Generates FileSync settings files and adds FileSync builder to your project.
com.googlecode.mavenfilesync » maven-filesync-plugin
S3 Maven Extension
Maven2 Wagon to support S3 repository
org.cyclopsgroup » awss3-maven-wagon
UberJar Maven2 Plugin
Maven plugin to create uberjar bundle out of a java package
org.cyclopsgroup » uberjar-maven-plugin
protostuff :: maven-plugin
protostuff-maven-plugin
com.dyuproject.protostuff » protostuff-maven-plugin
maven-integration-test-helper
A maven plugin that allows running pre and post test suite groovy
scripts.
com.github.maven-integration-test-helper » maven-integration-test-helper
maven-example
CODELABOR maven example
org.codelabor » maven-example
maven-confluence-plugin - 3.3.0-beta3
plugin that document a project (using maven site style) and send result to a live confluence site [http://www.atlassian.com/software/confluence/]
org.bsc.maven » maven-confluence-reporting-plugin
maven confluence plugin core - 3.3.0-beta3
maven confluence plugin - core project
org.bsc.maven » maven-confluence-core
maven confluence plugin parent - 3.3.0-beta3
maven confluence plugin - parent project
org.bsc.maven » maven-confluence-parent
eclipselink-staticweave-maven-plugin Maven Mojo
Maven Plugin for Eclipselink Static Weaving
au.com.alderaan » eclipselink-staticweave-maven-plugin
Maven HTTP Plugin
Tools for allowing Maven to interact with the HTTP protocol
org.kuali.maven.plugins » maven-http-plugin
Exec Maven Plugin
A plugin to allow execution of system and Java programs
org.kuali.maven.plugins » exec-maven-plugin
Maven skin for Kohsuke
Skin for myself
org.kohsuke » maven-skin
jscoverage to Cobertura XML Plugin
Plugin to convert jscoverage's JSON to the Cobertura XML format
eu.numberfour.maven.plugins » jscoverage-cobertura-maven-plugin
Maven TStamp Plugin
Based on Ant's TStamp task this plugin makes date and time properties available
nl.fizzit.maven.plugins » maven-tstamp-plugin
JaCoCo :: Maven Plugin
The JaCoCo Maven Plugin provides the JaCoCo runtime agent to your tests and allows basic report creation.
org.jacoco » jacoco-maven-plugin
SQL Maven Plugin
Execute SQL Statements
org.kuali.maven.plugins » sql-maven-plugin
pitest-maven
Pitest Maven Mojo.
org.pitest » pitest-maven
Schemagen plugin
This plugin can be used to generate a set of Java classes for accessing RDF via RDF2Go.
com.googlecode.the-fascinator.maven-plugins » schemagen
Maven SCM connector
m2e connector for maven-scm-plugin.
org.objectledge.maven.connectors.scm » parent
Rhino jsc connector
m2e connector for jsc-maven-plugin.
org.objectledge.maven.connectors.jsc » parent
ObjectLedge Maven extensions.
Parent project for Maven extensions provided by objectledge.org
org.objectledge.maven » parent
CKPackager connector
m2e connector for ckpackager-maven-plugin.
org.objectledge.maven.connectors.ckpackager » parent
Rhino jsc Maven plugin
Rhino JavaScript compiler Maven plugin.
org.objectledge.maven.plugins » jsc-maven-plugin
CKPackager Maven plugin
Maven plugin for packaging custom CKEditor distribution.
org.objectledge.maven.plugins » ckpackager-maven-plugin
ObjectLedge Maven plugins.
Parent project for Maven plugins provided by objectledge.org
org.objectledge.maven.plugins » parent
JavaCC connector
m2e connector for javacc-maven-plugin.
org.objectledge.maven.connectors.javacc » parent
Eclipse repository
Update site for ObjectLedge M2E connectors
org.objectledge.maven.connectors » eclipse-repository
Target plaform for ObjectLedge.org M2E connectors.
Target platform for ObjectLedge M2E connectors
org.objectledge.maven.connectors » target-platform
ObjectLedge.org M2E connectors.
Parent project for Maven plugins provided by objectledge.org
org.objectledge.maven.connectors » parent
JFlex connector
m2e connector for maven-jflex-plugin.
org.objectledge.maven.connectors.jflex » parent
Maven Reporting Executor
Classes to manage report plugin executions with Maven 3.
org.apache.maven.reporting » maven-reporting-exec
Objectledge Coral connector
m2e connector for coral-maven2-plugin
org.objectledge.maven.connectors.coral » parent
beanstalk-maven-plugin
The beanstalk-maven-plugin is a maven plugin which is an interface for Amazon Elastic Beanstalk Service.
br.com.ingenieux » beanstalk-maven-plugin
mapreduce-maven-plugin
The mapreduce-maven-plugin is a maven plugin which is an interface for Amazon Elastic MapReduce Service.
br.com.ingenieux » mapreduce-maven-plugin
jslint4java maven plugin
A plugin for validating JavaScript files using jslint4java.
com.googlecode.jslint4java » jslint4java-maven-plugin
Maven SCM Plugin
Kuali version of the maven-scm-plugin that supports removing files from SCM. The 1.6-SNAPSHOT version of the maven-scm-plugin at Apache has this ability but their 1.6-SNAPSHOT version hasn't been released yet. As soon as they do, the Kuali version of this plugin can be abandoned in favor of the one from Apache
org.kuali.maven.plugins » maven-scm-plugin
Mycontainer Maven Plugin
This plugin can start JEE Mycontainer with all project modules.
com.googlecode.mycontainer » maven-mycontainer-plugin
DUEL Maven Plugin
Dual-side template engine for the JVM
org.duelengine » duel-maven-plugin
DUEL Merge Maven Plugin
Client-side resource management
org.duelengine » merge-maven-plugin
Maven Impex Plugin
Maven plugin for converting database agnostic XML files into platform specific SQL files and for examining proprietary databases via JDBC to generate database agnostic XML files
org.kuali.maven.plugins » maven-impex-plugin
Maven HTMLCompressor Plugin
Maven HTMLCompressor Plugin allows to compress html/xml by adding a few lines to the pom file.
com.tunyk.mvn.plugins.htmlcompressor » htmlcompressor-maven-plugin
CMake
Builds native code using CMake makefile generator
com.googlecode.cmake-maven-project » cmake
CMake Maven Plugin
Builds native code using CMake makefile generator
com.googlecode.cmake-maven-project » cmake-maven-plugin
Maven extension for building GlassFish
GlassFish build depends on properly functioning several custom lifecycle mappings and
artifact handlers. Because these are necessary to resolve dependencies and to run
"gf:run" goal and etc., it is critical that these extensions be made available to
Maven early on during Maven execution.
This definition was originally in maven-glassfish-plugin, which was integrated
into Maven POM through
org.glassfish.build » maven-glassfishbuild-extension
technology-timeline Maven Mojo
Maven Plugin which creates a CSV file within the target folder which includes date information for all dependecies
org.omnaest.maven.plugin » maven-technology-timeline-plugin
Maven Eclipse Formatter Plugin
Maven Plugin for invoking the Eclipse java source code formatter
org.kuali.maven.plugins » maven-eclipse-formatter-plugin
Maven Checkstyle Plugin
Publishing a Kuali version of this plugin in order to upgrade the dependency on checkstyle to 5.4 (was 5.0)
org.kuali.maven.plugins » maven-checkstyle-plugin
Hudson :: Maven (legacy)
Hudson Legacy Maven Integration
org.jvnet.hudson.main » hudson-maven-legacy
fabric-maven-proxy
Fuse Fabric :: Maven Proxy
org.fusesource.fabric » fabric-maven-proxy
Hudson Maven Repository Server Plugin
Hudson Maven Repository Server Plugin exposes builds that use the Maven3 integration as Maven repositories
org.hudsonci.plugins » maven-repository-server
Cargo Samples - Maven 2 - cargo:run MOJO test
Sample application that tries the cargo:run MOJO
org.codehaus.cargo » cargo-sample-maven2-runMojo-test
Cargo Samples - Maven 2 - AutoDeployable test
Sample application that exercises the Cargo Maven2 plugin's AutoDeployable capabilities
org.codehaus.cargo » cargo-sample-maven2-autoDeployable-test
Cargo Samples - Maven 2 - Implementation classes' personalisation test
Sample application that exercises the Cargo Maven2 plugin with personalized implementation classes
org.codehaus.cargo » cargo-sample-maven2-implementationClasses-test
Cargo Samples - Maven 2 - In-place Development test
Sample application that exercises the Cargo Maven2 plugin's in-place development capabilities. Note that this sample currently works only for Jetty and Tomcat as it requires that container implementations support deploying an expanded WAR from a directory without copying it to the container deploy directory.
org.codehaus.cargo » cargo-sample-maven2-inPlaceDevelopment-test
Parent project for FreeLibrary Maven plugins
The parent project for a couple of smaller Maven plugin projects
info.freelibrary » freelib-maven-plugins
blitz-maven
blitz.io maven plugin
io.blitz » blitz-maven-plugin
proactive-maven-plugin
ProActive Stub Generator Maven Plugin
org.objectweb.proactive » proactive-maven-plugin
Maven Plugin for hk2
Maven2 plugin for developing HK2 modules
org.glassfish.hk2 » hk2-maven-plugin
Module system maven support
Maven2 plugin for developing
org.glassfish.hk2 » hk2-maven
Maven Plugin for computing OSGi versions from Maven versions
Maven Plugin for computing OSGi versions from Maven versions
org.glassfish.hk2 » osgiversion-maven-plugin
selunit-maven-plugin
Selunit is an open-source project to simply combine
comprehensively Selenium tests with Continuous Integration
org.selunit » selunit-maven-plugin
In-Memory Database Plugin
A Maven 3 plug-in that can be used to launch an in-memory database for use in integration tests. Apache
Derby, HSQLDB and H2 are supported.
com.btmatthews.maven.plugins.inmemdb » inmemdb-maven-plugin
LDAP Maven Plugin
Parse and load LDIF records to an LDAP directory server. Dump
records from an LDAP directory server to LDIF or DSML formats.
com.btmatthews.mojo » ldap-maven-plugin
Jace Maven Plugin
Jace Maven Plugin
com.googlecode.jace » jace-maven-plugin
Boost Thread
Portable C++ multi-threading.
com.googlecode.boost-maven-project » boost-thread
Boost API
Boost API Module
com.googlecode.boost-maven-project » boost-api
Boost Date Time
A set of date-time libraries based on generic programming concepts.
com.googlecode.boost-maven-project » boost-date-time
Boost Maven Plugin
Boost Maven Plugin
com.googlecode.boost-maven-project » boost-maven-plugin
Boost
Boost Module
com.googlecode.boost-maven-project » boost
maven-makepkgs-plugin Maven Mojo
Maven Mojo makepkgs plugin for Image Packaging System (pkg)
org.jvnet.updatecenter2 » maven-makepkgs-plugin
Maven AntRun Extended Plugin
This extended antrun maven plugin enables users not only to run ant scripts embedded in the POM, but also to reference maven dependencies using Ant task classes. This enables the user to delegate more complex tasks to Ant such as constructing file-based installation distros.
org.jvnet.maven-antrun-extended-plugin » maven-antrun-extended-plugin
Maven2 java.net skin
java.net skin for maven2 site plugin
org.jvnet.maven-javanet-skin » maven-javanet-skin
RedDwarf Maven Plugin
This plugin provides the ability to control a RedDwarf server
installation from Maven. Capabilities include: installation of the server
distribution itself, deploying application JAR files into the server,
configuring the server, booting up the server, or shutting down the server.
This plugin is compatible with RedDwarf server version 0.10.0 or
later.
org.reddwarfserver.maven.plugin » sgs-maven-plugin
COM4J Code Generation Plugin
Maven2 Plugin for Java->COM Bridge using com4j. This plugin will
create .java files for a Microsoft COM interface on Windows systems.
org.jvnet.com4j » maven-com4j-plugin
Incremental-build-plugin Maven Mojo
The Maven Incremental Build plugin is a plugin that
enable maven to recompile only what it have to when you call mvn
compile (It is not necessary to call clean phase now).
org.jvnet.maven.incrementalbuild » incremental-build-plugin
JAXB-1.x Maven-2 Plugin
A maven-2 plugin that uses JAXB 1.x XJC compiler to generate java sources from schemas.
org.jvnet.jaxb1.maven2 » maven-jaxb1-plugin
GMaven Plugin
Provides support for execution, compilation and other facets of Groovy development.
org.kohsuke.gmaven » gmaven-plugin
iText Documentation Maven Plugin
This maven plugin main purpose is to pars html files defined in an xml file, that's in itextdoc.xsd style, to one PDF.
com.itextpdf.maven » itextdoc
Maven Glassfish Plugin
The Glassfish Maven Plugin is a Maven2 plugin allowing management of Glassfish domains and component deployments
from within the Maven build lifecycle. It encapsulates domain configuration and deployment attributes within the build
configuration for a more rapid development integration loop and simplified management of continuous integration testing of
components destined for deployment within the Glassfish V2 and later JavaEE containers.
org.glassfish.maven.plugin » maven-glassfish-plugin
Maven Embedded GlassFish Plugin
Maven Embedded GlassFish Plugin
org.glassfish » maven-embedded-glassfish-plugin
Maven extension for building GlassFish
GlassFish build depends on properly functioning several custom lifecycle mappings and
artifact handlers. Because these are necessary to resolve dependencies and to run
"gf:run" goal and etc., it is critical that these extensions be made available to
Maven early on during Maven execution.
This definition was originally in maven-glassfish-plugin, which was integrated
into Maven POM through
org.glassfish.build » maven-glassfish-extension
Lombok Maven Plugin
Maven Plugin for Project Lombok
org.projectlombok » lombok-maven-plugin
panc-maven-plugin
Maven Plugin for Pan Compiler
org.quattor.pan » panc-maven-plugin
Maven Plugin for computing OSGi versions from Maven versions
Maven Plugin for computing OSGi versions from Maven versions
com.sun.enterprise » osgiversion-maven-plugin
Module system maven support
Maven2 plugin for developing
com.sun.enterprise » hk2-maven
Maven Plugin for hk2
Maven2 plugin for developing HK2 modules
com.sun.enterprise » hk2-maven-plugin
WSIT Maven Mojo Integration Tests
Integration tests of WSIT Maven Mojo.
com.codeplex.wsitbt » wsit-maven-plugin-itest
WSIT Maven Mojo
Provides maven goals for generating WSIT client and server side configuration.
com.codeplex.wsitbt » wsit-maven-plugin
Maven Wagon SCM-based Provider
Wagon that gets and puts artifacts using a Source Control Management system
com.sun.wts.tools.maven » wagon-scm
Jetty:: Version Management Maven Plugin
Build / Release Plugin for working with versions in jetty maven builds
org.eclipse.jetty.toolchain » jetty-version-maven-plugin
Maven JAXB Plugin
JAXB XJC Compiler for Maven 2. Part of the JAXB 2.0 RI Project.
com.sun.tools.xjc.maven2 » maven-jaxb-plugin
Maven Plugin: EXML to AS3
This plugin generates ActionScript
net.jangaroo » exml-maven-plugin
maven-force-plugin
Maven Plugin the Force.com platform
com.force » maven-force-plugin
Maven JsTestDriver Plugin
Maven JSTestDriver Plugin to test javascript unit test cases.
com.google.code.jsd-maven » maven-jstestdriver-plugin
Python tests Maven Mojo
Executes an external program (nose by default) that runs python tests.
Allows verification and behavior testing of python and jython projects.
net.sf.mavenjython.test » python-test-maven-plugin-external
Maven Jython packaging
Allows your project to integrate jython/python scripting
including python libraries (installed using easy_install).
net.sf.mavenjython » jython-compile-maven-plugin
Statistic
Project source code maven statistic plugin.
net.java.dev » maven-statistic-plugin
Canoo WebTest Maven Plugin
Canoo WebTest plugin for Maven2 and Maven3. Canoo WebTest is a free Java tools for functional
testing of web applications and the plugin allows to run Canoo Webtests from within a Maven build.
org.codehaus.mojo » webtest-maven-plugin
JAWR Maven Plugin
The Maven JAWR Plugin contains the compression goal and compresses JavaScript/css in a web application.
net.jawr » maven-jawr-plugin
quattor maven build tools
quattor maven build tools
org.quattor.maven » maven
Jumble Maven PlugIn
mavne-jumble-plugin for Jumble(http://jumble.sourceforge.net/)
com.nhncorp.jumble » maven-jumble-plugin
maven-wadl-plugin Maven Mojo
A maven plugin that generates a wadl file from resource classes and more stuff
com.sun.jersey.contribs » maven-wadl-plugin
maven-junit-plugin Maven Mojo
Maven plugin to run JUnit tests in parallel
com.sun.maven » maven-junit-plugin
Master POM
This is a master POM that is meant to be used by the various jsf-extensions modules. It contains information that is
common to all projects.
com.sun.faces.extensions.maven » jsf-extensions-master
Git Commit Id Plugin Maven Mojo
git-commit-id-plugin is a plugin quite similar to
https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber
only supports svn (which is very sad) and cvs (which is even more sad).
This plugin makes basic repository information available through maven resources. This can be used to display
"what version is this?" or "who has deployed this and when, from which branch?" information at runtime - making
it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and
developers life easier.
The data currently exported is like this (that's the end effect from the GitRepositoryState Bean):
{
"branch" : "testing-maven-git-plugin",
"commitTime" : "06.01.1970 @ 16:16:26 CET",
"commitId" : "787e39f61f99110e74deed68ab9093088d64b969",
"commitUserName" : "Konrad Malawski",
"commitUserEmail" : "konrad.malawski@java.pl",
"commitMessageFull" : "releasing my fun plugin :-) + fixed some typos + cleaned up directory structure + added
license etc",
"commitMessageShort" : "releasing my fun plugin :-)",
"buildTime" : "06.01.1970 @ 16:17:53 CET",
"buildUserName" : "Konrad Malawski",
"buildUserEmail" : "konrad.malawski@java.pl"
}
Note that the data is exported via maven resource filtering and is really easy to use with spring -
which I've explained in detail in this readme https://github.com/ktoso/maven-git-commit-id-plugin
pl.project13.maven » git-commit-id-plugin
JavaBeans Generator Maven plugin
Generates JavaBean source files from a simple XML configuration.
net.sf.jbg.mojo » jbg-maven-plugin
Notices Maven Plugin
A plugin for merging all legal notices for all jars in a repository.
org.fusesource.mvnplugins » maven-notices-plugin
Maven Fab Plugin
Creates a Fabric Module Descriptor
org.fusesource.mvnplugins » maven-fab-plugin
ApacheDS Installers Maven Plugin
A plugin that builds ApacheDS installers
org.apache.directory.server » apacheds-installers-maven-plugin
PGP Maven plugin
PGP signing for Maven artifacts, done right.
org.kohsuke » pgp-maven-plugin
WADL Maven Plugin
A Maven plugin to support working with WADL.
org.jvnet.ws.wadl » wadl-maven-plugin
Coffeescript Maven Plugin
A Maven plugin for compiling coffeescript into javascript
com.github.iron9light » coffeescript-maven-plugin
Boost Filesystem
The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories.
com.googlecode.boost-maven-project » boost-filesystem
Boost System
Operating system support, including the diagnostics support that will be part of the C++0x standard library.
com.googlecode.boost-maven-project » boost-system
Maven Git Log Plugin
Generates a changelog based on commits to a git repository in text and HTML format showing the changes
that are included in each version. A possible use of this is to include these changelogs when packaging your
maven project so that you have an accurate list of commits that the current package includes.
com.github.danielflower.mavenplugins » maven-gitlog-plugin
JPA Maven Plugin
JPA Maven Plugin
com.edugility » jpa-maven-plugin
SEAF Maven plugin
Generates SEAF files from XML configuration.
net.sf.seaf.mojo » seaf-maven-plugin
maven-junit-doclet-plugin
maven » maven-junit-doclet-plugin
maven-importscrubber-plugin
maven » maven-importscrubber-plugin
Plugin Utilities for Maven2
org.mortbay.jetty » maven-plugin-utils
Maven Jetty6 Plugin
org.mortbay.jetty » maven-jetty6-plugin
Maven Wagon Provider Test
org.apache.maven.wagon » wagon-provider
Maven IDEA Plugin
org.apache.maven.plugins » maven-idea-plugin
Maven One Plugin
org.apache.maven.plugins » maven-one-plugin
Maven Surefire Report Plugin
org.apache.maven.plugins » maven-surefire-report-plugin
Maven Surefire Plugin
org.apache.maven.plugins » maven-surefire-plugin
Maven Project-Help Plugin
org.apache.maven.plugins » maven-projecthelp-plugin
Maven ANTLR Plugin
org.apache.maven.plugins » maven-antlr-plugin
Continuum Parent Project
org.apache » maven
SureFire Booter
org.apache.maven.surefire » surefire-booter
Maven Archetype Model
org.apache.maven.archetype » maven-archetype-model
Maven Archetype Creator
org.apache.maven.archetype » maven-archetype-creator
Maven Archetype Core
org.apache.maven.archetype » maven-archetype-core
maven-archetype-marmalade-mojo
org.apache.maven.archetypes » maven-archetype-marmalade-mojo
Maven Archetypes
org.apache.maven.archetypes » maven-archetypes
Maven Archetype Profiles
org.apache.maven.archetypes » maven-archetype-profiles
Maven 2 SableCC Plugin
org.codehaus.mojo » sablecc-maven-plugin
Maven Changes Report Plugin
org.codehaus.mojo » changes-maven-plugin
Maven JPox Plugin
org.codehaus.mojo » maven-jpox-plugin
Maven JXR Plugin
org.codehaus.mojo » jxr-maven-plugin
Dependency Maven Plugin
org.codehaus.mojo » dependency-maven-plugin
Codehaus Mojo
org.codehaus.mojo » mojo
Maven Surefire Report Plugin
org.codehaus.mojo » surefire-report-maven-plugin
Maven Jspc plugin
org.codehaus.mojo » jspc-maven-plugin
Codehaus Mojo Sandbox Parent
org.codehaus.mojo » mojo-sandbox
Maven XSLT Plugin
org.codehaus.mojo » xslt-maven-plugin
JPox Maven Plugin
org.codehaus.mojo » jpox-maven-plugin
Maven SCM CVS Provider
org.apache.maven.scm » maven-scm-provider-cvs
Maven SCM Subversion Provider
org.apache.maven.scm » maven-scm-provider-svn
Maven Plugin
org.apache.maven » maven-plugin
Maven
org.apache.maven » maven-site
maven-core-it-support-old-location
org.apache.maven » maven-core-it-support-old-location
Maven Ant Mojo Support
org.apache.maven » maven-script-ant
maven-archetype
org.apache.maven » maven-archetype
Maven Plugin Tools for Marmalade
org.apache.maven » maven-plugin-tools-marmalade
Maven Plugin Metadata Model
org.apache.maven » maven-plugin-tools-model
maven-archetype-core
org.apache.maven » maven-archetype-core
Maven Marmalade Mojo Support
org.apache.maven » maven-script-marmalade
Maven Ant Plugin Tools
org.apache.maven » maven-plugin-tools-ant
maven-core-it-support
org.apache.maven » maven-core-it-support
maven-junitpp-plugin
maven-plugins » maven-junitpp-plugin
Continuum :: Data Management :: Parent
org.apache.maven.continuum » continuum-data-management
Makefile Orchestration Plugin
org.codehaus.mojo » make-maven-plugin
Archiva :: Command Line Client
org.apache.archiva » archiva-cli
maven-jboss-plugin
maven » maven-jboss-plugin
maven-appserver-plugin
maven » maven-appserver-plugin
Maven Javadoc Plugin
maven » maven-javadoc-plugin
wagon-provider
maven » wagon-provider
maven-shell-plugin
maven » maven-shell-plugin
maven-repository-plugin
maven » maven-repository-plugin
maven-jdeveloper-plugin
maven » maven-jdeveloper-plugin
Maven Changes Plugin
maven » maven-changes-plugin
Maven Console Plugin
maven » maven-console-plugin
maven-was40-plugin
maven » maven-was40-plugin
maven-license-plugin
maven » maven-license-plugin
maven-deploy-plugin
maven » maven-deploy-plugin
maven-uberjar-plugin
maven » maven-uberjar-plugin
Maven Latka Plug-in
maven » maven-latka-plugin
Wagon SSH provider
maven » wagon-ssh
Maven Artifact
maven » maven-artifact
Wagon HTTP provider
maven » wagon-provider-common
Maven Javacc Plugin
maven » maven-javacc-plugin
Maven JNLP Plug-in
maven » maven-jnlp-plugin
maven-reactor-plugin
maven » maven-reactor-plugin
maven-it-support-parent
maven » maven-it-support-parent
maven-jdee-plugin
maven » maven-jdee-plugin
maven-touchstone-plugin
maven » maven-touchstone-plugin
Maven Jalopy Plugin
maven » maven-jalopy-plugin
maven-wizard-plugin
maven » maven-wizard-plugin
maven-graph-plugin
maven » maven-graph-plugin
maven-statcvs-plugin
maven » maven-statcvs-plugin
wagon-ssh-external
maven » wagon-ssh-external
maven-caller-plugin
maven » maven-caller-plugin
maven-dependency-plugin
maven » maven-dependency-plugin
maven-word2html-plugin
maven » maven-word2html-plugin
maven-webserver-plugin
maven » maven-webserver-plugin
Lightweight Wagon HTTP provider
maven » wagon-http-lightweight
maven-vdoclet-plugin
maven » maven-vdoclet-plugin
Maven Hibernate Plug-in
maven » maven-hibernate-plugin
Maven AspectJ Plugin
maven » maven-aspectj-plugin
maven-it-support
maven » maven-it-support
Maven Java Plugin
maven » maven-java-plugin
maven-activity-plugin
maven » maven-activity-plugin
wagon-provider-api
maven » wagon-provider-api
maven-docbook-plugin
maven » maven-docbook-plugin
maven-jbuilder-plugin
maven » maven-jbuilder-plugin
Maven Release Plug-in
maven » maven-release-plugin
Maven Antlr Plugin
maven » maven-antlr-plugin
Maven Clean Plugin
maven » maven-clean-plugin
maven-castor-plugin
maven » maven-castor-plugin
Maven OSGi Plugin
maven » maven-osgi-plugin
maven-struts-plugin
maven » maven-struts-plugin
Maven Gump Plug-in
maven » maven-gump-plugin
Maven Latex Plug-in
maven » maven-latex-plugin
maven-jetty-plugin
maven » maven-jetty-plugin
Wagon HTTP provider
maven » wagon-provider-parent
maven-aspectwerkz-plugin
maven » maven-aspectwerkz-plugin
Maven Distribution Plugin
maven » maven-dist-plugin
Maven Checkstyle Plugin
maven » maven-checkstyle-plugin
maven-touchstone-partner-plugin
maven » maven-touchstone-partner-plugin
maven-ashkelon-plugin
maven » maven-ashkelon-plugin
maven-cactus-plugin
maven » maven-cactus-plugin
maven-tjdo-plugin
maven » maven-tjdo-plugin
Maven J2EE Plugin
maven » maven-j2ee-plugin
Maven Tasklist Plug-in
maven » maven-tasklist-plugin
yuv-player targets
org.objectweb.think.minus.examples.yuv-player » maven-targets
Custom skin for OW2 project
org.ow2.maven.skin » maven-skin-ow2
Jetty :: Jetty Maven Plugin
org.mortbay.jetty » jetty-maven-plugin
Jetty :: Jetty JSPC Maven Plugin
org.mortbay.jetty » jetty-jspc-maven-plugin
Maven Jetty JSPC Plugin
org.mortbay.jetty » maven-jetty-jspc-plugin
Jetty Extra :: Maven JSPC Plugin
org.mortbay.jetty » jetty-maven-jspc-plugin
Jetty Extra :: Maven Jetty Plugin :: Stub
org.mortbay.jetty » maven-jetty-plugin
FlamingoApp Spring Maven2 Project
com.exadel.flamingo.flamingoapp.projects » flamingoapp-spring-project-maven2
maven-proxy-webapp
maven-proxy » maven-proxy-webapp
maven-proxy-standalone
maven-proxy » maven-proxy-standalone
maven-proxy-core
maven-proxy » maven-proxy-core
minus targets
org.objectweb.think.minus » maven-targets
Plexus App Server Maven Plugin
org.codehaus.plexus » plexus-appserver-maven-plugin
Plexus Maven Plugin
org.codehaus.plexus » plexus-maven-plugin
pseudoGrub targets
org.objectweb.think.minus.applications.pseudoGrub » maven-targets
JOnAS :: Tools :: Maven :: WSGen plugin
org.ow2.jonas.tools.maven » maven-wsgen-plugin
JOnAS :: Tools :: Maven
org.ow2.jonas.tools.maven » jonas-tools-maven
JOnAS :: Tools :: Maven :: GenIC plugin
org.ow2.jonas.tools.maven » maven-genic-plugin
Compiler assisted localization library (CAL10N) - Maven
ch.qos.cal10n.plugins » maven-cal10n-plugin
EasyBeans: Maven Example
org.ow2.easybeans » easybeans-example-maven
Maven Hibernate3 Implementation - JDK15
org.codehaus.mojo.hibernate3 » maven-hibernate3-jdk15
Maven Hibernate3 API
org.codehaus.mojo.hibernate3 » maven-hibernate3-api
Maven Hibernate3 Implementation - JDK14
org.codehaus.mojo.hibernate3 » maven-hibernate3-jdk14
Maven Hibernate3 Components
org.codehaus.mojo.hibernate3 » maven-hibernate3-components
Jscoverage Maven Plugin
org.sonatype.plugins » jscoverage-maven-plugin
Port Allocator Plugin
org.sonatype.plugins » port-allocator-maven-plugin
bundle-publisher-maven-plugin
org.sonatype.plugins » bundle-publisher-maven-plugin
maven-properties-plugin
org.sonatype.plugins » maven-properties-plugin
attach-artifact-maven-plugin
org.sonatype.plugins » attach-artifact-maven-plugin
App Lifecycle Maven Plugin
org.sonatype.plugins » app-lifecycle-maven-plugin
Provided dependencies maven-plugin
org.sonatype.plugins » provided-dependencies-maven-plugin
Nexus Test Environment maven-plugin
org.sonatype.plugins » nexus-test-environment-maven-plugin
maven-20-dependency-manager
org.bluestemsoftware.open.eoa.ext.dependency » maven-20-dependency-manager
L4Userland targets
org.objectweb.think.minus.applications.L4Userland » maven-targets
Apache Maven Wagon :: Providers :: SSH Common Library
org.apache.maven.wagon » wagon-ssh-common
Apache Maven Wagon :: Providers :: SSH Common Tests
org.apache.maven.wagon » wagon-ssh-common-test
Maven Wagon Ganymed SSH Provider
org.apache.maven.wagon » wagon-ssh-ganymed
Testability Explorer - Maven plugin
com.google.testability-explorer » maven-testability-plugin
Junit4OSGi Maven Plugin
org.apache.felix » maven-junit4osgi-plugin
Genesis Maven Plugin
org.apache.geronimo.genesis » genesis-maven-plugin
Continuum :: Maven Plugin
org.apache.continuum » continuum-maven-plugin
Flatsite Maven2 Plugin
org.cyclopsgroup » flatsite-maven-plugin
dspace-i18n-report-plugin
org.dspace.maven.plugins » dspace-i18n-report-plugin
cbst targets
org.objectweb.think.minus.examples.cbst » maven-targets
Maven WarPath Plugin
org.appfuse » maven-warpath-plugin
maven-transform-plugin
maven-plugins » maven-transform-plugin
maven-axis-plugin
maven-plugins » maven-axis-plugin
maven-strutsdoc-plugin
maven-plugins » maven-strutsdoc-plugin
Maven JAXB Plugin
maven-plugins » maven-jaxb-plugin
maven-xmlresume-plugin
maven-plugins » maven-xmlresume-plugin
maven-webtest-plugin
maven-plugins » maven-webtest-plugin
maven-dotuml-plugin
maven-plugins » maven-dotuml-plugin
maven-aptdoc-plugin
maven-plugins » maven-aptdoc-plugin
maven-jpox-plugin
maven-plugins » maven-jpox-plugin
maven-macker-plugin
maven-plugins » maven-macker-plugin
maven-news-plugin
maven-plugins » maven-news-plugin
maven-kodo-plugin
maven-plugins » maven-kodo-plugin
maven-rpm-plugin
maven-plugins » maven-rpm-plugin
maven-doxygen-plugin
maven-plugins » maven-doxygen-plugin
maven-uberdist-plugin
maven-plugins » maven-uberdist-plugin
maven-deb-plugin
maven-plugins » maven-deb-plugin
maven-wiki-plugin
maven-plugins » maven-wiki-plugin
maven-springgraph-plugin
maven-plugins » maven-springgraph-plugin
maven-files-plugin
maven-plugins » maven-files-plugin
Tasks Plug-in
maven-plugins » maven-tasks-plugin
Maven Testing Tools
org.apache.maven.plugin-testing » maven-test-tools
Maven Plugin Testing Tools
org.apache.maven.plugin-testing » maven-plugin-testing-tools
Maven Eclipse Build Plugin
org.apache.geronimo.devtools » maven-eclipsepde-plugin
Maven EMF Plugin
org.apache.geronimo.devtools » maven-emf-plugin
Maven Testing Tools
org.apache.maven.shared » maven-test-tools
Maven Shared Application Configuration Web Components
org.apache.maven.shared » maven-app-configuration-web
Maven Reporting Implementation
org.apache.maven.shared » maven-reporting-impl
Maven Shared Application Configuration Model
org.apache.maven.shared » maven-app-configuration-model
Maven Plugin Testing Mechanism
org.apache.maven.shared » maven-plugin-testing-harness
Maven Plugin Testing Tools
org.apache.maven.shared » maven-plugin-testing-tools
Maven Applications Shared Configuration
org.apache.maven.shared » maven-app-configuration
Maven Repository Builder
org.apache.maven.shared » maven-repository-builder
maven-metaclass-plugin
metaclass » maven-metaclass-plugin
libL4 targets
org.objectweb.think.minus.applications.libL4 » maven-targets
Maven EMMA Plugin
emma » maven-emma-plugin
Maven - APT plugin
com.mysema.maven » maven-apt-plugin
Maven - Version plugin
com.mysema.maven » maven-version-plugin
Custom skin for Cecilia project
org.objectweb.fractal.cecilia » maven-skin-cecilia
maven-xdoclet-plugin
xdoclet » maven-xdoclet-plugin
Maven2 XDoclet2 Plugin
xdoclet » maven2-xdoclet2-plugin
OW2 Util :: Maven :: Plugin :: JOnAS Building Helper
org.ow2.util.maven » maven-jbuilding-plugin
Maven Tools
ca.grimoire.maven » maven-utils
DataNucleus Maven2 Plugin
org.datanucleus » maven-datanucleus-plugin
Maven Hightide Plugin
com.webtide.hightide » maven-hightide-plugin
Maven JXR Plugin
org.apache.maven.plugins » maven-jxr-plugin
Maven Continuum Plugin
org.apache.maven.plugins » maven-continuum-plugin
Maven Core Integration Test Plugin
org.apache.maven.plugins » maven-core-it-plugin
Monotone Maven Release-Manager SCM Translator
org.criticalsection.maven » mtn-maven-scm-translator
Monotone Maven SCM Provider
org.criticalsection.maven » mtn-maven-scm-provider
JVending Masa: masa-core
com.jayway.maven.plugins.android.generation1 » masa-core
Maven Release Manager
org.apache.maven.release » maven-release-manager
XBean :: Maven Plugin
org.apache » maven-xbean-plugin
Cocoon Maven Javadocs Script Report
org.apache.cocoon » cocoon-maven-javadocs-script-report
Cocoon Maven Plugin
org.apache.cocoon » cocoon-maven-plugin
Maven Pluto Installer Plugin
org.apache.pluto » maven-pluto-plugin
Castor XML - Maven Mojos for executing XMLCTF tests
org.codehaus.castor » castor-maven-plugins
Jetty Extra :: Maven Plugin
org.kohsuke.jetty » jetty-maven-plugin
Geronimo Maven2 Plugins :: CAR
org.apache.geronimo.plugins » car-maven-plugin
Geronimo Maven2 Plugins
org.apache.geronimo.plugins » maven-plugins
OW2 Official Maven Skin
org.ow2.maven.skins » maven-ow2-skin
GeoServer Maven Plugins
org.geoserver » maven
Maven Petals Plugins
org.objectweb.petals » petals-plugins-maven
xmlbeans maven plugin
geronimo » xmlbeans-maven-plugin
Continuum Web APP
org.apache.maven.continuum » continuum-webapp
Continuum Notifiers
org.apache.maven.continuum » continuum-parent-notifiers
Continuum Legacy Model
org.apache.maven.continuum » continuum-legacy
Continuum XMLRPC :: API
org.apache.maven.continuum » continuum-xmlrpc-api
Continuum Core Integration Test
org.apache.maven.continuum » continuum-core-it
Continuum Core
org.apache.maven.continuum » continuum-core
Continuum Project
org.apache.maven.continuum » continuum-parent
Continuum :: Data Management :: API
org.apache.maven.continuum » data-management-api
Continuum Cruise Control Importer
org.apache.maven.continuum » continuum-cc
Continuum Jabber Notifier
org.apache.maven.continuum » continuum-notifier-jabber
Continuum Application
org.apache.maven.continuum » continuum-plexus-application
Continuum Reports
org.apache.maven.continuum » continuum-reports
Continuum Security
org.apache.maven.continuum » continuum-security
Continuum Model
org.apache.maven.continuum » continuum-model
Continuum :: Data Management :: CLI
org.apache.maven.continuum » data-management-cli
Continuum XMLRPC :: Server
org.apache.maven.continuum » continuum-xmlrpc-server
Continuum XMLRPC :: Client
org.apache.maven.continuum » continuum-xmlrpc-client
Redback Legacy Model
org.apache.maven.continuum » redback-legacy
Continuum IRC Notifier
org.apache.maven.continuum » continuum-notifier-irc
Continuum Plexus Runtime
org.apache.maven.continuum » continuum-plexus-runtime
Continuum :: Data Management :: JDO
org.apache.maven.continuum » data-management-jdo
Continuum Web
org.apache.maven.continuum » continuum-web
Continuum XMLRPC :: Parent
org.apache.maven.continuum » continuum-xmlrpc
Continuum Commons
org.apache.maven.continuum » continuum-commons
Continuum MSN Notifier
org.apache.maven.continuum » continuum-notifier-msn
Continuum Test
org.apache.maven.continuum » continuum-test
Continuum Store
org.apache.maven.continuum » continuum-store
Continuum Configuration
org.apache.maven.continuum » continuum-configuration
Continuum Wagon Notifier
org.apache.maven.continuum » continuum-notifier-wagon
Continuum Notifier API
org.apache.maven.continuum » continuum-notifier-api
Continuum API
org.apache.maven.continuum » continuum-api
Continuum XMLRPC :: Backup Tool
org.apache.maven.continuum » continuum-xmlrpc-backup
Continuum Notifiers
org.apache.maven.continuum » continuum-notifiers
Continuum :: Data Management :: Redback JDO
org.apache.maven.continuum » data-management-redback-jdo
SureFire JUnit4 Runner
org.apache.maven.surefire » surefire-junit4
SureFire TestNG Runner
org.apache.maven.surefire » surefire-testng
SureFire API
org.apache.maven.surefire » surefire-api
SureFire Providers
org.apache.maven.surefire » surefire-providers
SureFire JUnit Runner
org.apache.maven.surefire » surefire-junit
Maven Surefire Integration Tests
org.apache.maven.surefire » surefire-integration-tests
Cargo's Maven plugin UI for Netbeans IDE
cargo » cargo-netbeans-maven-ui
maven-jblanket-plugin
jblanket » maven-jblanket-plugin
vafer.org parent pom
org.vafer » maven-pom
Juliac MOJO
org.objectweb.fractal.fractaladl.juliac.plugin » maven-juliac-plugin
ServiceMix :: Maven2 JBI Plugin
org.apache.servicemix.tooling » jbi-maven-plugin
ServiceMix :: Maven2 XFire Plugin
org.apache.servicemix.tooling » xfire-maven-plugin
ServiceMix :: Maven2 Features plugin
org.apache.servicemix.tooling » features-maven-plugin
ServiceMix :: Maven2 Resource Plugin
org.apache.servicemix.tooling » res-maven-plugin
ServiceMix :: Maven2 Depends plugin
org.apache.servicemix.tooling » depends-maven-plugin
ServiceMix :: Maven2 Plugins POM
org.apache.servicemix.tooling » maven-plugins-pom
ServiceMix :: Checksum Plugin
org.apache.servicemix.tooling » checksum-maven-plugin
Edifact Java Compiler - Maven Plugin Mojo
org.milyn » maven-ejc-plugin
Papoose :: Plugins :: Java Version Checking Plugin
org.papoose.plugins » version-maven-plugin
Maven DocCheck Plug-in
doccheck » maven-doccheck-plugin
Maven Artifact
org.apache.maven.artifact » maven-artifact
Maven JXR Parent
org.apache.maven.jxr » jxr
Maven Native MSVC
org.codehaus.mojo.natives » maven-native-msvc
Maven Native Components Manager
org.codehaus.mojo.natives » maven-native-manager
Maven Native BCC
org.codehaus.mojo.natives » maven-native-bcc
Maven Native C/C++
org.codehaus.mojo.natives » maven-native-generic-c
Maven Native Javah
org.codehaus.mojo.natives » maven-native-javah
Maven Native API
org.codehaus.mojo.natives » maven-native-api
Maven Native
org.codehaus.mojo.natives » maven-native
Maven Native Components
org.codehaus.mojo.natives » maven-native-components
JPOX Core
org.apache.maven.continuum.jpox » jpox
maven-andromda-plugin
andromda » maven-andromda-plugin
JBehave Maven Plugin
org.jbehave » jbehave-maven-plugin
Wagon Maven Plugin
org.apache.myfaces.maven » wagon-maven-plugin
MyFaces Build Tools
org.apache.myfaces.maven » build-tools
Plugins platina
com.capgemini.platina.maven » platina-plugins
AspectJ compiler Maven Plugin
com.capgemini.platina.maven » aspectj-maven-plugin
Maven JAXWS 2.x Plugin
org.codehaus.mojo » jaxws-maven-plugin
State Machine Compiler (SMC) Maven Plugin
org.codehaus.mojo » smc-maven-plugin
shade-maven-plugin
org.codehaus.mojo » shade-maven-plugin
Shell Script Executor Plugin
org.codehaus.mojo » shell-maven-plugin
FitNesse Maven Plugin
org.codehaus.mojo » fitnesse-maven-plugin
Multimodule Build Optimizer Plugin
org.codehaus.mojo » multibuild-optimizer-maven-plugin
Local Configuration Plugin
org.codehaus.mojo » local-config-maven-plugin
Remote-Source Plugin
org.codehaus.mojo » remote-source-maven-plugin
Appfuse Maven Plugin
org.codehaus.mojo » appfuse-maven-plugin
Maven Unix Plug-In
org.codehaus.mojo » unix-maven-plugin
Patch Plugin
org.codehaus.mojo » patch-maven-plugin
Platform Attribute Detector Plugin for Maven
org.codehaus.mojo » platform-detector-maven-plugin
Failsafe Maven Plugin
org.codehaus.mojo » failsafe-maven-plugin
Maven Webstart Plugin Parent
org.codehaus.mojo » webstart-maven-plugin-parent
Ounce Maven Plugin
org.codehaus.mojo » ounce-maven-plugin
JRuby Mojo Support
org.codehaus.mojo » jruby-maven-plugin
Native Maven Plugin
org.codehaus.mojo » native-maven-plugin
Deploy All Plugin for Maven
org.codehaus.mojo » deploy-all-maven-plugin
Settings Management Plugin
org.codehaus.mojo » settings-maven-plugin
RPM Plugin
org.codehaus.mojo » rpm-cbuild-maven-plugin
Maven MiniJar Plugin
org.codehaus.mojo » minijar-maven-plugin
L4 targets
org.objectweb.think.minus.applications.L4 » maven-targets
maven-plexus-plugin
plexus » maven-plexus-plugin
Plexus Maven Plugin
plexus » plexus-maven-plugin
Maven Apt Plugin
org.apache.myfaces.tobago » maven-apt-plugin
Maven Tobago Theme Plugin
org.apache.myfaces.tobago » maven-theme-plugin
clientServer targets
org.objectweb.think.minus.examples.clientServer » maven-targets
Maven Hightide Plugin
org.mortbay.hightide » maven-hightide-plugin
maven-fetch
maven-new » maven-fetch
buildbox-bbx-plugin:1-SNAPSHOT
net.sf.buildbox.maven » buildbox-bbx-plugin
root-pom:1-SNAPSHOT
net.sf.buildbox.maven » root-pom
Apache XBean :: Maven Plugin
org.apache.xbean » maven-xbean-plugin
Plugin d'ajout de logs par instrumentation du bytecode
fr.loof.logeek » logeek-maven-plugin
Artifact Merger PlugIn
org.geoserver.maven » merger
GeoServer Maven Plugins
org.geoserver.maven » plugins
Configuration Deployment PlugIn
org.geoserver.maven » config
maven-trunk
org.bluestemsoftware.open.maven » maven-trunk
Apache Tuscany Maven OSGi Bundle Plugin
org.apache.tuscany.maven.plugins » maven-bundle-plugin
Apache Tuscany Maven Eclipse Compiler Plugin
org.apache.tuscany.maven.plugins » maven-eclipse-compiler
SXC JAXB :: Maven Plugin
com.envoisolutions.sxc » sxc-jaxb-maven-plugin
Maven Release Manager
com.capgemini.platina.maven.release » maven-release-manager
Maven Release
com.capgemini.platina.maven.release » maven-release
Maven Petals Plugins
org.ow2.petals » petals-plugins-maven
Maven Petals Parent
org.ow2.petals » maven-petals-parent
maven-core-it-support-old-location
org.apache.maven.its » maven-core-it-support-old-location
maven-core-it-support
org.apache.maven.its » maven-core-it-support
Mercury Remote M2 Repository
org.apache.maven.mercury » mercury-repo-remote-m2
Mercury Local M2 Repository
org.apache.maven.mercury » mercury-repo-local-m2
Mercury Plexus Component
org.apache.maven.mercury » mercury-plexus
Mercury Wagon provider
org.apache.maven.mercury » mercury-wagon
Mercury Local Map-based Repository
org.apache.maven.mercury » mercury-repo-local-map
Mercury Shared Utilities
org.apache.maven.mercury » mercury-util
Mercury File Transport
org.apache.maven.mercury » mercury-transport-file
Mercury Crypto APIs
org.apache.maven.mercury » mercury-crypto-api
Mercury Jetty HTTP Transport
org.apache.maven.mercury » mercury-transport-http
Mercury Crypto
org.apache.maven.mercury » mercury-crypto
Mercury Dependency Builder
org.apache.maven.mercury » mercury-md-sat
Mercury Shared Metadata
org.apache.maven.mercury » mercury-md-shared
Mercury Metadata
org.apache.maven.mercury » mercury-md
Mercury Artifact
org.apache.maven.mercury » mercury-artifact
Mercury External Dependencies
org.apache.maven.mercury » mercury-external
Mercury Transport
org.apache.maven.mercury » mercury-transport
Mercury Logging
org.apache.maven.mercury » mercury-logging
Mercury Crypto Basics
org.apache.maven.mercury » mercury-crypto-basic
Mercury Virtual Repository
org.apache.maven.mercury » mercury-repo-virtual
Mercury Repository
org.apache.maven.mercury » mercury-repo
Mercury Local Flat Repository
org.apache.maven.mercury » mercury-repo-local-flat
Mercury Repository FS Cache
org.apache.maven.mercury » mercury-repo-cache-fs
Mercury Event Framework
org.apache.maven.mercury » mercury-event
Maven SCM Standard Providers
org.apache.maven.scm » maven-scm-providers-standard
Apache Trinidad Maven Plugin Parent
org.apache.myfaces.trinidadbuild » maven-plugin-parent
Apache Trinidad Maven Javacc Plugin
org.apache.myfaces.trinidadbuild » maven-javacc-plugin
Apache Trinidad Maven Javascript Plugin
org.apache.myfaces.trinidadbuild » maven-javascript-plugin
Apache Trinidad Maven Faces Plugin
org.apache.myfaces.trinidadbuild » maven-faces-plugin
Apache Trinidad Maven XRTS Plugin
org.apache.myfaces.trinidadbuild » maven-xrts-plugin
Apache Trinidad Maven i18n Plugin
org.apache.myfaces.trinidadbuild » maven-i18n-plugin
Apache Trinidad Maven Tag Documentation Report
org.apache.myfaces.trinidadbuild » maven-tagdoc-plugin
Apache Trinidad Maven JDev Plugin
org.apache.myfaces.trinidadbuild » maven-jdev-plugin
Jamon Maven2 Plugin
org.jamon » maven-jamon-plugin
helloworld targets
org.objectweb.think.minus.examples.helloworld » maven-targets
Archiva Base :: Configuration
org.apache.maven.archiva » archiva-configuration
Archiva Documentation
org.apache.maven.archiva » archiva-docs
Archiva Command Line Client
org.apache.maven.archiva » archiva-cli
Archiva Repository Interface Layer
org.apache.maven.archiva » archiva-repository-layer
Archiva Reporting :: Report Manager
org.apache.maven.archiva » archiva-report-manager
Archiva Consumers :: Core Consumers
org.apache.maven.archiva » archiva-core-consumers
Archiva Base
org.apache.maven.archiva » archiva-base
Archiva Base :: Proxy
org.apache.maven.archiva » archiva-proxy
Archiva Base :: Common
org.apache.maven.archiva » archiva-common
Archiva Site
org.apache.maven.archiva » archiva-site
Archiva Database
org.apache.maven.archiva » archiva-database
Archiva Base :: Indexer
org.apache.maven.archiva » archiva-indexer
Archiva Consumers :: Database Consumers
org.apache.maven.archiva » archiva-database-consumers
Archiva Base :: Repository Converter
org.apache.maven.archiva » archiva-converter
Archiva Reporting :: Artifact Reports
org.apache.maven.archiva » archiva-artifact-reports
Maven Meeper
org.apache.maven.archiva » maven-meeper
Archiva Base :: Scheduled Tasks
org.apache.maven.archiva » archiva-scheduled
Archiva Web
org.apache.maven.archiva » archiva-web
Archiva Consumers
org.apache.maven.archiva » archiva-consumers
Archiva Consumers :: Lucene Consumers
org.apache.maven.archiva » archiva-lucene-consumers
Archiva Reporting :: Project Reports
org.apache.maven.archiva » archiva-project-reports
Archiva Web :: Standalone
org.apache.maven.archiva » archiva-web-standalone
Archiva Base :: Dependency Graph
org.apache.maven.archiva » archiva-dependency-graph
Archiva Web :: Security Configuration
org.apache.maven.archiva » archiva-security
Archiva Reporting
org.apache.maven.archiva » archiva-reporting
Archiva Web :: Runtime Generator
org.apache.maven.archiva » archiva-plexus-runtime
Archiva Base :: XML Tools
org.apache.maven.archiva » archiva-xml-tools
Archiva Reporting :: Metadata Reports
org.apache.maven.archiva » archiva-metadata-reports
Archiva Base :: Model
org.apache.maven.archiva » archiva-model
Archiva Consumer API
org.apache.maven.archiva » archiva-consumer-api
Archiva Web :: Plexus Application
org.apache.maven.archiva » archiva-plexus-application
Archiva Base :: Policies
org.apache.maven.archiva » archiva-policies
Archiva Web :: Application
org.apache.maven.archiva » archiva-webapp
Archiva Consumers :: GPG Signature Consumers
org.apache.maven.archiva » archiva-signature-consumers
L4PseudoGrub targets
org.objectweb.think.minus.applications.L4PseudoGrub » maven-targets
maven-loom-plugin
loom » maven-loom-plugin
Apache ServiceMix Kernel :: Testing - Features plugin
org.apache.servicemix.kernel.testing » features-maven-plugin
Apache ServiceMix Kernel :: Testing - Depends plugin
org.apache.servicemix.kernel.testing » depends-maven-plugin
Compiler assisted localization library (CAL10N) - Maven Testing
ch.qos.cal10n » maven-cal10n-plugin-smoke
maven-middlegen-plugin
middlegen » maven-middlegen-plugin
maven-fitnesse-server-plugin Maven Mojo
org.codehaus.fitnesse-web » maven-fitnesse-server-plugin
maven-repository-importer
com.sun.wts.tools.mri » maven-repository-importer
magnolia-parent-pom-maven-plugin
info.magnolia » magnolia-parent-pom-maven-plugin
OW2 Util :: Maven :: Plugin :: Maven Deployment Plugin API
org.ow2.util » util-maven-plugin-deployment-api
SmartWeb Generator Maven Plugin
net.smartlab.web » maven-smartweb-plugin
Juliac MOJO
org.objectweb.fractal.juliac » maven-juliac-plugin
Israfil Mojo - Useful Tools and Scripts
net.israfil.mojo » israfil-maven-tools
MavenPlugins top-parent
org.coosproject.maven » mavenplugins
maven-ckjm-plugin Maven Mojo
net.sourceforge.ckjm » maven-ckjm-plugin
Naked Objects Maven Plugins
org.nakedobjects.developers » maven
Maven2 XDoclet2 Plugin
org.codehaus.xdoclet » maven2-xdoclet2-plugin
XSite Maven Plugin
org.codehaus.xsite » xsite-maven-plugin
maven-dna-plugin
dna » maven-dna-plugin
Juliac MOJO
org.objectweb.fractal.fractaladl.juliac » maven-juliac-plugin
Apache Tuscany SCA Java2WSDL Maven Plugin
org.apache.tuscany.sca » tuscany-maven-java2wsdl
Apache Tuscany SCA OSGi JUnit Maven Plugin
org.apache.tuscany.sca » tuscany-maven-osgi-junit
Apache Tuscany SCA Ant Build Generator Maven Plugin
org.apache.tuscany.sca » tuscany-maven-ant-generator
Apache Tuscany SCA Eclipse Compiler Plugin
org.apache.tuscany.sca » tuscany-maven-eclipse-compiler
Apache Tuscany SCA Incremental Build Generator Maven Plugin
org.apache.tuscany.sca » tuscany-maven-incremental-build
Apache Tuscany SCA Dependency Lister Maven Plugin
org.apache.tuscany.sca » tuscany-maven-dependency-lister
Apache Tuscany SCA Maven Tools
org.apache.tuscany.sca » tuscany-sca-maven-tools
Apache Tuscany SCA WSDL2Java Maven Plugin
org.apache.tuscany.sca » tuscany-maven-wsdl2java
Apache Tuscany SCA Web JUnit Maven Plugin
org.apache.tuscany.sca » tuscany-maven-web-junit
Apache Tuscany SCA Maven OSGi Bundle Plugin
org.apache.tuscany.sca » tuscany-maven-bundle-plugin
Cactus Maven 1 Plugin
org.apache.cactus » cactus.maven1.plugin
Cactus Integration Maven2 - Plugin Project
org.apache.cactus » cactus.integration.maven2
Jython Maven Plugin
com.servprise.maven.plugins » maven-jython-plugin
Camel :: Html to Docbook Plugin
org.apache.camel » maven-html-to-docbook
Camel :: Maven Camel Converters Plugin
org.apache.camel » maven-camel-converters
Genesis Plugins :: Tools
org.apache.geronimo.genesis.bunk » tools-maven-plugin
Genesis Plugins :: Script
org.apache.geronimo.genesis.bunk » script-maven-plugin
Maven Support
eu.cedarsoft.devtools » maven
Maven Pluto Installer Plugin
org.apache.portals.pluto » maven-pluto-plugin
Bundle Plugin
org.codehaus.xfire.plugins » maven-bundle-plugin
Cayenne Modeler Maven Plugin
org.apache.cayenne.plugins » maven-cayenne-modeler-plugin
Cayenne Maven Plugin
org.apache.cayenne.plugins » maven-cayenne-plugin
maven-plugin
org.bluestemsoftware.open.maven.plugin » maven-plugin
launch4j-parent
org.bluestemsoftware.open.maven.plugin » launch4j-parent
izpack-parent
org.bluestemsoftware.open.maven.plugin » izpack-parent
RDFBean - Maven plugin
com.mysema.rdf » rdfbean-maven-plugin
maven-assembly-helpers
org.sonatype.spice » maven-assembly-helpers
libc targets
org.objectweb.think.minus.libc » maven-targets
Maven Lifecycle Model
org.apache.maven » maven-lifecycle
Maven Project Builder
org.apache.maven » maven-project-builder
Maven Mercury
org.apache.maven » maven-mercury
Maven Reporting API
org.apache.maven » maven-reporting-api
Maven Toolchains
org.apache.maven » maven-toolchain
Maven Jetty Plugin
org.jvnet.hudson.tools » maven-hudson-dev-plugin
Property file encoding checker as Maven mojo
org.jvnet.hudson.tools » maven-encoding-plugin
ActiveMQ :: Memory Usage Test Plugin
org.apache.activemq.tooling » maven-activemq-memtest-plugin
ActiveMQ :: Performance Test Plugin
org.apache.activemq.tooling » maven-activemq-perf-plugin
ActiveMQ :: StartUp Plugin
org.apache.activemq.tooling » maven-activemq-plugin
maven-mevenide-plugin
mevenide » maven-mevenide-plugin
maven-jbuilder-opentool-plugin
mevenide » maven-jbuilder-opentool-plugin
maven-eclipse-plugin-plugin
mevenide » maven-eclipse-plugin-plugin
Maven Toolchains Plugin
org.apache.maven.plugins » maven-toolchains-plugin
Naked Objects Maven Plugins
org.nakedobjects » maven
Apache Tuscany Maven Tuscany Plugin
org.apache.tuscany.maven.plugins » maven-tuscany-plugin
Apache Tuscany OSGi JUnit Maven Plugin
org.apache.tuscany.maven.plugins » maven-osgi-junit-plugin
xmldoclet
org.nakedobjects.maven » xmldoclet
Code-Example Plugin Maven Mojo
org.nakedobjects.maven » code-example-plugin
Tycho P2 Maven2 Repository Layout support
org.sonatype.tycho » org.sonatype.tycho.p2.maven.repository
GShell :: Maven Plugin
org.sonatype.gshell » gshell-maven-plugin
zeroturnaround javarebel maven plugin
org.zeroturnaround » javarebel-maven-plugin
Maven WarPath Plugin
org.appfuse.plugins » maven-warpath-plugin
AppFuse Maven Plugin
org.appfuse.plugins » appfuse-maven-plugin
Apache Tuscany Maven SCA ZIP Plugin
org.apache.tuscany.maven.plugins » maven-zip-plugin
tycho-bootstrap-maven-plugin
org.sonatype.tycho » tycho-bootstrap-maven-plugin
Sonatype Runtime :: Runtime Assembler Maven Plugin
org.sonatype.plugins » maven-runtime-assembler-plugin
YUI Compressor Maven Plugin
org.sonatype.plugins » yuicompressor-maven-plugin
Maven Shell Distribution :: Instance Archive
org.sonatype.maven.shell » mvnsh-itar
Maven Shell :: Personality
org.sonatype.maven.shell » mvnsh-personality
Maven Shell
org.sonatype.maven.shell » mvnsh
Maven Shell Commands :: Maven
org.sonatype.maven.shell » mvnsh-maven
Maven Shell :: Core
org.sonatype.maven.shell » mvnsh-core
Maven Shell Distribution :: Configuration Archive
org.sonatype.maven.shell » mvnsh-car
Maven Shell Distribution :: Boot Archive
org.sonatype.maven.shell » mvnsh-bar
Maven Shell Distribution
org.sonatype.maven.shell » mvnsh-distribution
Maven Shell :: Bootstrap
org.sonatype.maven.shell » mvnsh-bootstrap
Maven Shell Commands
org.sonatype.maven.shell » mvnsh-commands
Maven Shell Distribution :: Assembly
org.sonatype.maven.shell » mvnsh-assembly
Maven Failsafe Plugin
org.apache.maven.plugins » maven-failsafe-plugin
JRT-Maven Plugin
net.sourceforge.reqtracer.mojo » jrt-maven-plugin
SureFire JUnitCore Runner
org.apache.maven.surefire » surefire-junit47
Maven Embedder with a few changes
org.jvnet.hudson » maven-embedder
Sonar SCM Activity Plugin :: Maven SCM Ext
org.codehaus.sonar-plugins.scm-activity » maven-scm-ext
Custom skin for MIND project
org.ow2.mind » mind-maven-skin
Polyglot Maven :: Maven Plugin
org.sonatype.pmaven » pmaven-maven-plugin
Polyglot Maven :: Groovy
org.sonatype.pmaven » pmaven-groovy
Polyglot Maven :: Common
org.sonatype.pmaven » pmaven-common
Polyglot Maven :: Clojure
org.sonatype.pmaven » pmaven-clojure
Polyglot Maven :: YAML
org.sonatype.pmaven » pmaven-yaml
Polyglot Maven :: Scala
org.sonatype.pmaven » pmaven-scala
Polyglot Maven :: CLI
org.sonatype.pmaven » pmaven-cli
Polyglot Maven
org.sonatype.pmaven » pmaven
wro4j maven plugin
ro.isdc.wro4j » wro4j-maven-plugin
Maven Basher Plugin Project
net.sourceforge.basher » maven-basher-plugin-root-pom
Circumflex Maven Plugin
ru.circumflex » maven-cx-plugin
Flexmojos Generator Maven Plugin
org.sonatype.flexmojos » flexmojos-generator-maven-plugin
EasyBeans: Examples :: Maven :: EAR Example
org.ow2.easybeans.examples.maven.ear » parent
EasyBeans: Plugin :: Maven EasyBeans Plugin :: Project
org.ow2.easybeans » maven-easybeans-plugin-project
EasyBeans: Plugin :: Launcher Plugin
org.ow2.easybeans » maven-easybeans-plugin
EasyBeans: Examples :: Maven :: JPA 2.0 Example :: Client
org.ow2.easybeans.examples.maven.jpa2 » client
EasyBeans: Examples :: Maven :: JPA 2.0 Example :: Entities
org.ow2.easybeans.examples.maven.jpa2 » entities
EasyBeans: Examples :: Maven :: JPA 2.0 Example :: Beans
org.ow2.easybeans.examples.maven.jpa2 » beans
EasyBeans: Examples :: Maven :: JPA 2.0 Example :: EAR
org.ow2.easybeans.examples.maven.jpa2 » ear
EasyBeans: Examples :: Maven :: JPA 2.0 Example :: API
org.ow2.easybeans.examples.maven.jpa2 » api
EasyBeans: Examples :: Maven :: JPA 2.0 Example
org.ow2.easybeans.examples.maven.jpa2 » parent
EasyBeans: Examples :: Maven
org.ow2.easybeans.examples.maven » parent
Maven Selenium Grid Plugin
org.sonatype.maven.plugin » selenium-grid-maven-plugin
Rails 2.3.x Maven Mojo
de.saumya.mojo » rails2-maven-plugin
Rails3 Maven Mojo
de.saumya.mojo » rails3-maven-plugin
JRuby Maven Mojo
de.saumya.mojo » jruby-maven-plugin
Gem Maven Mojo
de.saumya.mojo » gem-maven-plugin
maven-plugins
se.vgregion.javg.maven.plugins » maven-plugins
Apache Empire-db Maven Plugin
org.apache.empire-db » empire-db-maven-plugin
maven-upload-plugin
org.sonatype.plugins » maven-upload-plugin
Sonar :: Maven3 Plugin
org.codehaus.sonar » sonar-maven3-plugin
RSpec Maven Mojo
de.saumya.mojo » rspec-maven-plugin
Maven Dotnet runtime Applications
org.codehaus.sonar-plugins.dotnet » maven-dotnet-runtime
maven-support
org.wicketstuff » maven-support
tycho-bootstrap-maven-plugin
org.codehaus.tycho » tycho-bootstrap-maven-plugin
Wikbook maven plugin
org.wikbook » wikbook.maven
flyway-maven-plugin
com.googlecode.flyway » flyway-maven-plugin
Bob
com.mysema.maven » maven-bob-plugin
cedarsoft Maven Assembly Descriptors
com.cedarsoft.maven » assemblies
Sonar :: Update Center :: Packaging Mojo
org.codehaus.sonar » sonar-packaging-maven-plugin
Generator Maven Plugin
com.cedarsoft.serialization.generator » serializer-generator-maven-plugin
DTKIT Hudson Maven Plugin
org.jvnet.hudson.dtkit » dtkit-hudson-maven-plugin
Nuiton Processor :: Maven plugin
org.nuiton.processor » maven-processor-plugin
Maven JAXB 2.x Plugin Sample [catalog]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-sample-catalog
Maven JAXB 2.x Plugin Sample [episode]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-sample-episode
Maven JAXB 2.x Plugin Sample [dtd]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-sample-dtd
Maven JAXB 2.x Plugin Raw
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-raw
Maven JAXB 2.x Plugin Sample [jaxbplugins]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-sample-jaxbplugins
Maven JAXB 2.X Plugin Samples
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-samples
Maven JAXB 2.x Plugin Sample [po]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-sample-po
Rake Maven Mojo
de.saumya.mojo » rake-maven-plugin
Maven CSS Validator Plugin
org.jvnet.mcvp » maven-css-validator-plugin
Maven Surefire Common
org.apache.maven.surefire » maven-surefire-common
MyFaces Default Site Skin
org.apache.myfaces.maven » myfaces-site-skin
Gemify Maven Mojo
de.saumya.mojo » gemify-maven-plugin
OW2 FraSCAti: Maven Plugins Parent
org.ow2.frascati.mojo » maven-plugins-parent
de.devsurf.maven
de.devsurf.maven » de.devsurf.maven
cobertura4it-maven-plugin
org.sonatype.maven.plugin » cobertura4it-maven-plugin
Munge Maven Plugin
org.sonatype.plugins » munge-maven-plugin
Sonatype Tycho :: P2 :: Maven Embedder Dependencies
org.sonatype.tycho.p2 » maven-embedder-dependencies
FMPP Maven Mojo
com.googlecode.fmpp-maven-plugin » fmpp-maven-plugin
Iso9660 Maven Plugin
com.github.stephenc.java-iso-tools » iso9660-maven-plugin
Maven Deployment Linker
org.jvnet.hudson.plugins » maven-deployment-linker
Maven Dependency Update Trigger
org.jvnet.hudson.plugins » maven-dependency-update-trigger
Sonatype Tycho :: P2 :: Publisher :: Maven Plugin
org.sonatype.maven.plugins » maven-p2-publisher-plugin
P2 Bridge :: Maven Plugin
org.sonatype.maven.plugins » maven-p2-bridge-plugin
Cucumber Maven Mojo
de.saumya.mojo » cucumber-maven-plugin
basic-example
org.codeartisans.asadmin-maven-plugin » basic-example
ejb-example
org.codeartisans.asadmin-maven-plugin » ejb-example
multi-example-web
org.codeartisans.asadmin-maven-plugin » multi-example-web
ear-example
org.codeartisans.asadmin-maven-plugin » ear-example
asadmin-maven-plugin
org.codeartisans.asadmin-maven-plugin » asadmin-maven-plugin
war-example
org.codeartisans.asadmin-maven-plugin » war-example
multi-example
org.codeartisans.asadmin-maven-plugin » multi-example
asadmin-maven-plugin
org.codeartisans.asadmin » asadmin-maven-plugin
MyBatis Generator Maven Plugin
org.mybatis.generator » mybatis-generator-maven-plugin
MyFaces Extensions-CDI Maven Utils
org.apache.myfaces.extensions.cdi » myfaces-extcdi-maven-utils
Schema2template Maven2 Plugin
org.odftoolkit » schema2template-maven-plugin
BPELUnit :: Maven Plugin
net.bpelunit » maven-bpelunit-plugin
ebean-maven-enhancement-plugin: Maven byte code enhancement tool
org.avaje » ebean-maven-enhancement-plugin
tattletale-maven-plugin
org.sonatype.plugins » tattletale-maven-plugin
Maven Content Check Plugin
net.sf.buildbox.maven » contentcheck-maven-plugin
Apache Maven Wagon :: Test Compatibility Kits
org.apache.maven.wagon » wagon-tcks
Apache Maven Wagon :: HTTP Test Compatibility Kit
org.apache.maven.wagon » wagon-tck-http
OpenEngSB :: Tooling :: Pluginsuite :: Maven-OpenEngSB-Plugin
org.openengsb.tooling.pluginsuite » maven-openengsb-plugin
Sisu :: Assembler :: Maven Plugin
org.sonatype.maven.plugins » maven-sisu-assembler-plugin
rapid-maven-plugin Maven Mojo
com.googlecode.rapid-framework » rapid-maven-plugin
jsonschema2pojo-maven-plugin
com.googlecode.jsonschema2pojo » jsonschema2pojo-maven-plugin
Pathname Utility Maven Plugin
com.basistech » pathname-util-maven-plugin
Pathname Utility Maven Plugin Integration Tests
com.basistech » pathname-util-maven-plugin-it
maven-rindirect-plugin-it
de.akquinet.android.rindirect » maven-rindirect-plugin-it
maven-rindirect-plugin
de.akquinet.android.rindirect » maven-rindirect-plugin
SureFire JUnit Runner
org.apache.maven.surefire » surefire-junit3
Hudson Maven Embedder
org.jvnet.hudson » hudson-maven-embedder
reFit Maven Plugins
com.googlecode.refit » refit-maven
Maven Shell Dist
org.sonatype.maven.shell.dist » mvnsh-dist
Pustefix Generate Plugin
org.pustefixframework.maven.plugins » pustefix-generate-plugin
Pustefix StatusCode Constants Class Generation Plugin
org.pustefixframework.maven.plugins » pustefix-statuscode-plugin
Pustefix Webapp Plugin
org.pustefixframework.maven.plugins » pustefix-webapp-plugin
Pustefix Validator Plugin
org.pustefixframework.maven.plugins » pustefix-validator-plugin
Pustefix IWrapper Class Generation Plugin
org.pustefixframework.maven.plugins » pustefix-iwrapper-plugin
Pustefix XSLT Plugin
org.pustefixframework.maven.plugins » pustefix-xslt-plugin
Pustefix AJAX webservices Plugin (for JAXWS service stub generation)
org.pustefixframework.maven.plugins » pustefix-webservice-plugin
Sandbox area for POM testing
org.kuali.maven.pom » pom-sandbox
OpenEngSB Maven Plugin
org.openengsb » openengsb-maven-plugin
BlueBook - Maven 2 Plugin
it.tidalwave.bluebook.bluebook.1.0.it.tidalwave.bluebook » bluebook-maven-plugin
japex-maven-plugin Maven Mojo
com.sun.japex » japex-maven-plugin
Woden - converter Maven plugin
org.apache.woden » woden-converter-maven-plugin
PL/SQL Maven Mojo
com.google.code.plsqlmaven » plsql-maven-plugin
Maven JAXB 2.x Plugin Core
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-core
Maven JAXB 2.2.x Plugin
org.jvnet.jaxb2.maven2 » maven-jaxb22-plugin
Maven JAXB 2.1.x Plugin
org.jvnet.jaxb2.maven2 » maven-jaxb21-plugin
Maven JAXB 2.0.x Plugin
org.jvnet.jaxb2.maven2 » maven-jaxb20-plugin
reFit Maven Plugin
com.googlecode.refit.maven » refit-maven-plugin
reFit Maven Plugin with Spring Support
com.googlecode.refit.maven » refit-spring-maven-plugin
Maven Shell Commands :: Nexus
org.sonatype.maven.shell » mvnsh-nexus
Maven Shell Dist :: Assembly
org.sonatype.maven.shell.dist » mvnsh-assembly
Maven Shell Dist :: Maven Extensions
org.sonatype.maven.shell.dist » mvnsh-mvn-ext
Maven Shell Dist :: Scripts
org.sonatype.maven.shell.dist » mvnsh-scripts
Hudson :: Maven (legacy) :: M3 Agent
org.jvnet.hudson.main » maven3-agent
Hudson :: Maven (legacy) :: M3 Interceptor
org.jvnet.hudson.main » maven3-interceptor
OpenEngSB :: Tooling :: Pluginsuite :: OpenEngSB-Maven-Plugin
org.openengsb.tooling.pluginsuite » openengsb-maven-plugin
Edifact Convertion Tool - Maven Plugin Mojo
org.milyn » maven-ect-plugin
Oracle DDL Maven Mojo
com.google.code.plsqlmaven » oraddl-maven-plugin
Oracle DDL helper classes
com.google.code.plsqlmaven » oraddl-helpers
shared utils
com.google.code.plsqlmaven » plsql-maven-shared
PL/SQL webapp deployer
com.google.code.plsqlmaven » plsql-webapp-deployer
XDB Maven Mojo
com.google.code.plsqlmaven » xdb-maven-plugin
Generator Maven Plugin
com.cedarsoft.rest » rest-generator-maven-plugin
SureFire TestNG Utils
org.apache.maven.surefire » surefire-testng-utils
Legato Maven Plugin
net.disy.legato » legato-maven-plugin
Jexmec :: Maven repo class loader provider
org.kantega.jexmec » jexmec-mavenrepo-clp
LensKit Evaluation Maven Plugin
org.grouplens.lenskit » lenskit-eval-maven-plugin
maven-mirah-plugin
org.mirah.maven » maven-mirah-plugin
BlueBook - Maven 2 Plugin
it.tidalwave.bluebook » bluebook-maven-plugin
plugin-maven
com.rempl.plugins » plugin-maven
Bundler Maven Mojo
de.saumya.mojo » bundler-maven-plugin
org.sonatype.tycho.p2.maven.repository.tests
org.sonatype.tycho » org.sonatype.tycho.p2.maven.repository.tests
Sisu :: Assembler :: Maven Plugin ITs
org.sonatype.maven.plugins » maven-sisu-assembler-plugin-it
Shared JUnit3 Provider Code
org.apache.maven.surefire » common-junit3
Shared JUnit4 Provider Code
org.apache.maven.surefire » common-junit4
maven-license-plugin Maven Plugin
com.cloudbees » maven-license-plugin
CAS Installer Maven Mojo
org.apache.oodt » maven-cas-install-plugin
Mojo Executor
org.twdata.maven » mojo-executor
Tycho Maven/p2 Repository Integration (Incubation)
org.eclipse.tycho » org.eclipse.tycho.p2.maven.repository
Tycho Maven/p2 Repository Integration Tests (Incubation)
org.eclipse.tycho » org.eclipse.tycho.p2.maven.repository.tests
Jetty-Console Maven Plugin
org.simplericity.jettyconsole » jetty-console-maven-plugin
SiDO POJO Maven Plug-in
net.sf.sido » sido-pojo-maven-plugin
NPanday :: PartCover Maven Plugin
org.apache.npanday.plugins » partcover-maven-plugin
NPanday :: WiX Maven Plugin
org.apache.npanday.plugins » wix-maven-plugin
NPanday :: Maven Plugins
org.apache.npanday.plugins » maven-dotnet-plugins
Chessur Compile Maven Mojo
org.fuwjin » chessur-maven-plugin
JSPC Maven Plugin
de.mytoys.maven.plugins » jspc-maven-plugin
RUnit Maven Mojo
de.saumya.mojo » runit-maven-plugin
maven-model-jdom-support
org.commonjava.maven » maven-model-jdom-support
SSL Certificate Tools :: Maven Plugin
org.commonjava.ssl » ssl-tools-maven-plugin
artifactinfo-maven-plugin
org.codeartisans » artifactinfo-maven-plugin
soitoolkit-generator-maven-plugin Maven Mojo
org.soitoolkit.tools.generator » soitoolkit-generator-maven-plugin
Maven SpiffyUI Plugin
org.spiffyui.maven.plugins » maven-spiffyui-plugin
metridoc-maven-plugin-0.7
com.googlecode.metridoc » metridoc-maven-plugin
maven-jemosProtoc-plugin
uk.co.jemos.maven.plugins » maven-jemosProtoc-plugin
OW2 Util :: Maven :: Plugin :: Merge Properties
org.ow2.util.maven » maven-merge-properties-plugin
maven-stringtemplate-plugin
com.fasterxml » maven-stringtemplate-plugin
thirdparties-maven-plugin
org.codeartisans » thirdparties-maven-plugin
maven-protomak-plugin
uk.co.jemos.maven.plugins » maven-protomak-plugin
m2e connector for mavenarchiver pom properties feature
org.sonatype.m2e.extras » org.sonatype.m2e.mavenarchiver.pomproperties.feature
m2e connector for mavenarchiver pom properties
org.sonatype.m2e.extras » org.sonatype.m2e.mavenarchiver.pomproperties
org.sonatype.m2e.mavenarchiver.pomproperties.tests
org.sonatype.m2e.extras » org.sonatype.m2e.mavenarchiver.pomproperties.tests
ota-tools
net.sourceforge.ota-tools » ota-tools-maven
flamingo-maven-plugin
org.codeartisans » flamingo-maven-plugin
File Listing Plugin
eu.numberfour.maven.plugins » file-list-maven-plugin
osgi-validator-maven-plugin
com.cedarsoft » osgi-validator-maven-plugin
rempl-maven-plugin
com.rempl.plugins » rempl-maven-plugin
Maven SCM connector - plugin
org.objectledge.maven.connectors.scm » plugin
Maven SCM connector - feature
org.objectledge.maven.connectors.scm » feature
Rhino jsc connector - plugin
org.objectledge.maven.connectors.jsc » plugin
Rhino jsc connector - feature
org.objectledge.maven.connectors.jsc » feature
Hyperjaxb3 Maven Plugin
org.jvnet.hyperjaxb3 » maven-hyperjaxb3-plugin
Hyperjaxb3 Maven
org.jvnet.hyperjaxb3 » hyperjaxb3-maven
Hyperjaxb3 Maven Plugin Testing
org.jvnet.hyperjaxb3 » maven-hyperjaxb3-plugin-testing
CKPackager connector - plugin
org.objectledge.maven.connectors.ckpackager » plugin
CKPackager connector - feature
org.objectledge.maven.connectors.ckpackager » feature
JavaCC connector - plugin
org.objectledge.maven.connectors.javacc » plugin
JavaCC connector - feature
org.objectledge.maven.connectors.javacc » feature
JFlex connector - plugin
org.objectledge.maven.connectors.jflex » plugin
JFlex connector - feature
org.objectledge.maven.connectors.jflex » feature
Objectledge Coral connector - plugin
org.objectledge.maven.connectors.coral » plugin
Objectledge Coral connector - feature
org.objectledge.maven.connectors.coral » feature
mongodb-maven-plugin Maven Mojo
com.wenzani » mongodb-maven-plugin
jnati - Maven Plugin
net.sf.jnati » jnati-maven-plugin
GlassFish v3 Maven2 plugin
org.glassfish.build » maven-glassfishbuild-plugin
Hudson :: Maven 3 :: Event Spy Common
org.jvnet.hudson.main » maven3-eventspy-common
Hudson :: Maven 3
org.jvnet.hudson.main » hudson-maven3
Hudson :: Maven 3 :: SNAPSHOT Monitor
org.jvnet.hudson.main » maven3-snapshots
Hudson :: Maven 3 :: Model
org.jvnet.hudson.main » maven3-model
Hudson :: Maven 3 :: Event Spy 3.0
org.jvnet.hudson.main » maven3-eventspy-3.0
Hudson :: Maven 3 :: Plugin
org.jvnet.hudson.main » maven3-plugin
Hudson :: Maven 3 :: Slave Bundle
org.jvnet.hudson.main » maven3-slavebundle
Maven Database Upgrade Plugin
org.codehaus.mojo » dbupgrade-maven-plugin
llp2jlp Maven Plugin
info.freelibrary » llp2jlp-maven-plugin
istack-commons Maven Mojo
com.sun.istack » maven-istack-commons-plugin
Apache Tuscany Maven Tuscany Plugin
org.apache.tuscany.sca » tuscany-maven-plugin
consolidated bundle Maven plugin
org.glassfish.hk2 » consolidatedbundle-maven-plugin
maven-support
org.wicketstuff » wicketstuff-maven-support
Maven JAXB 2.x Plugin Sample [po]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-samples-po
Maven JAXB 2.x Plugin Tests [catalog]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-tests-catalog
Maven JAXB 2.x Plugin Tests [two]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-tests-two
Maven JAXB 2.x Plugin Tests [po]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-tests-po
Maven JAXB 2.x Plugin Tests [episodes:a]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-tests-episodes-a
Maven JAXB 2.x Plugin Tests [episodes:b]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-tests-episodes-b
Maven JAXB 2.x Plugin Tests
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-tests
Maven JAXB 2.x Plugin Tests [episodes]
org.jvnet.jaxb2.maven2 » maven-jaxb2-plugin-tests-episodes
Hyperjaxb3 EJB Sample [po-maven-jaxb2-plugin]
org.jvnet.hyperjaxb3 » hyperjaxb3-samples-po-maven-jaxb2-plugin
Hyperjaxb3 EJB Sample [po-maven-jaxb2-plugin]
org.jvnet.hyperjaxb3 » hyperjaxb3-ejb-samples-po-maven-jaxb2-plugin
Localizer generator
org.jvnet.localizer » maven-localizer-plugin
JAXB2 Commons Samples - Basic Maven
org.jvnet.jaxb2_commons » samples-basic-maven
Hyperjaxb2 Maven2 Plugin
org.jvnet.hyperjaxb2.maven2 » maven-hyperjaxb2-plugin
Maven XBean Plugin
org.jvnet.jax-ws-commons.spring » maven-xbean-plugin
Jetty :: Release Fork :: Maven Unix Plug-In
org.mortbay.jetty.toolchain » unix-maven-plugin
Maven Sorcerer Plugin
org.jvnet.sorcerer » maven-sorcerer-plugin
Transcoder Maven Plugin
org.jvnet.transcoder » maven-transcoder-plugin
Maven Slee Deployable Unit Plugin
org.mobicents.maven.plugins » maven-slee-du-plugin
Jaxbhelp Maven2 Plugin
org.jvnet.jaxbhelp.maven2 » maven-jaxbhelp-plugin
Maven Jellydoc plugin
org.jvnet.maven-jellydoc-plugin » maven-jellydoc-plugin
Jellydoc
org.jvnet.maven-jellydoc-plugin » jellydoc
Jellydoc annotations
org.jvnet.maven-jellydoc-plugin » jellydoc-annotations
taglib-xml-writer
org.jvnet.maven-jellydoc-plugin » taglib-xml-writer
Hudson Maven Info Plugin
org.tomfolga » maven-info
Maven plugin for GlassFish
org.glassfish » maven-glassfish-plugin
GlassFish v3 Maven2 plugin
org.glassfish.build » maven-glassfish-plugin
Pustefix LiveAgent Plugin
org.pustefixframework.maven.plugins » pustefix-agent-plugin
maven-javanet-plugin
maven-javanet-plugin » maven-javanet-plugin
Maven dalma plugin
dalma » maven-dalma-plugin
maven-dalma-plugin
dalms » maven-dalma-plugin
consolidated bundle Maven plugin
com.sun.enterprise » consolidatedbundle-maven-plugin
Maven2 skin for Glassfish theme
com.sun.enterprise.glassfish » maven-skin
Maven Googlecode changes support
com.googlecode » maven-googlecode-changes-plugin
Ocean Maven Configuration
au.net.ocean » maven
Jnag Maven Plugin
com.lemoulinstudio.jnag » jnag-maven-plugin
GlassFish Copyright Maven Plugin
org.glassfish.copyright » glassfish-copyright-maven-plugin
maven-wadl-plugin Maven Mojo
com.sun.jersey » maven-wadl-plugin
qulice-maven-plugin
com.qulice » qulice-maven-plugin
build-profile
org.quattor.maven » build-profile
build-scripts
org.quattor.maven » build-scripts
quattor cfg. module archetype
org.quattor.maven » cfg-module
quattor build maven plugin
org.quattor.maven » quattor-build-maven-plugin
assemblies
org.quattor.maven » assemblies
Sitebricks API Documentation Generator
biz.neustar.maven.plugins » sitebricks-doc-generator
Jumble Maven PlugIn
com.nhncorp.jumble » jumble-maven-plugin
NTAF Maven PlugIn
com.nhncorp.ntaf » ntaf-maven-plugin
JOnAS :: Tools :: Maven :: Shade JOnAS Transformers
org.ow2.jonas.tools.maven » maven-shade-jonas-transformers