Project Modules

This project has declared the following modules:

Name Description
Maven IT Plugin :: Active Collection A test plugin that depends on active collections of core components.
Maven IT Plugin :: Ant-Based A test plugin whose mojos are implemented via Ant scripts.
Maven IT Plugin :: Artifact A test plugin that manages the build artifacts of a project. More precisely, it can set the main artifact's file, attach artifacts and install/deploy them to the repos. As such, it is the simplified essence of a bunch of production plugins.
Maven IT Plugin :: Class Loader A test plugin that tries to load classes and/or resources via the plugin class loader or the thread's context class loader.
Maven IT Plugin :: Class Loader :: Dependency A A test dependency for the test plugin.
Maven IT Plugin :: Class Loader :: Dependency B A test dependency for the test plugin. This artifact has a dependency by itself to test transitive dependency resolution.
Maven IT Plugin :: Class Loader :: Dependency C A test dependency for the test plugin.
Maven IT Plugin :: Class Loader :: Aggregator Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Configuration A plugin that allows any configuration in the form of a DOM which allows inspection after configuration processing inside Maven's core.
Maven IT Plugin :: Context Passing Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Clean Plugin Stub A test plugin that has the same coordinates and goals as the Maven Clean Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Compiler Plugin Stub A test plugin that has the same coordinates and goals as the Maven Compiler Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Deploy Plugin Stub A test plugin that has the same coordinates and goals as the Maven Deploy Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT EAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven EAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT EJB Plugin Stub A test plugin that has the same coordinates and goals as the Maven EJB Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Install Plugin Stub A test plugin that has the same coordinates and goals as the Maven Install Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT JAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven JAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Javadoc Plugin Stub A test plugin that has the same coordinates and goals as the Maven Javadoc Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Plugin Plugin Stub A test plugin that has the same coordinates and goals as the Maven Plugin Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT RAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven RAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Resources Plugin Stub A test plugin that has the same coordinates and goals as the Maven Resources Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Site Plugin Stub A test plugin that has the same coordinates and goals as the Maven Site Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Source Plugin Stub A test plugin that has the same coordinates and goals as the Maven Source Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Surefire Plugin Stub A test plugin that has the same coordinates and goals as the Maven Surefire Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT WAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven WAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven ITs :: Core Plugin Stubs Collection of test plugins that have the same coordinates and goals as the Core Maven Plugins. Their goals only create marker files to check the principle invocation of the goals via the build lifecycle binding.
Maven IT Plugin :: Dependency Collection A test plugin that provides several goals which employ @requiresDependencyCollection with different scopes. If desired, the resulting artifact identifiers can be written to a text file.
Maven IT Plugin :: Dependency Resolution A test plugin that provides several goals which employ @requiresDependencyResolution with different scopes. If desired, the resulting class path or artifact identifiers can be written to a text file.
Maven IT Plugin :: Expression A test plugin that creates a properties file with the effective values of some user-defined expressions. As such it allows to analyze the runtime state of the POM similar to the Help Plugin.
Maven IT Plugin :: Error Mojos A test plugin that throws various sorts of errors when loaded or executed. This plugin is designed to test Maven's ability to repackage runtime exceptions and other similar errors in a way that helps the user.
Maven IT Plugin :: Extension Consumer A test plugin that reuses a component provided by the extension-provider.
Maven IT Plugin :: Extension Provider A test plugin that will be used as a build extension and should contribute a stateful singleton component for reuse by other plugins in the same project and other projects that use the same extension plugin.
Maven IT Plugin :: Fork Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Invalid Descriptor Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Log File A test plugin that appends lines to a UTF-8 encoded log file. Apparently, the order of log lines allows to check the order in which the plugin's goals were executed.
Maven IT Plugin :: Model Interpolation Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: No Default Component A test plugin that has a dependency on some component where the only available implementation does not use the role hint "default".
Maven IT Plugin :: No Project Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Online A test plugin that requires online mode.
Maven IT Plugin :: Optional Mojos A test plugin that defines a custom lifecycle mapping with optional mojos.
Maven IT Plugin :: Packaging A test plugin that defines a custom aritfact handler ("it-artifact") and a new packaging type ("it-packaging").
Maven IT Plugin :: Parameter Implementation Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Plugin Dependency Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Project A test plugin that can build Maven project instances from local/remote POMs.
Maven IT Plugin :: Project Interpolation Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Setter Plugin to check that attribute injection through setter method (instead of direct parameter injection) works.
Maven IT Plugin :: Singleton Component A test plugin to check that the lookup of a singleton component works reliably.
Maven IT Plugin :: Site A test plugin that works with reports.
Maven IT Plugin :: Toolchain Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Touch Plugin to touch files.
Maven IT Plugin :: Uses Properties Plugin Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Uses Wagon Plugin Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: This plugin should contain the mojos needed by all tests. Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Plexus Utils 1.1 Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Plexus Utils New Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Plexus Component API Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Log4J Client A test plugin that uses log4j.
Maven IT Plugin :: Extension 1 A test plugin that contribute an artifact handler.
Maven IT Plugin :: Extension 2 A test plugin that contribute an artifact handler.
Maven IT Plugin :: Plexus Lifecycle Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: Settings A test plugin that dumps settings.
Maven IT Plugin :: mng-5805 extension Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: mng-5805 extension mk2 Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: mng-5805 plugin Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: mng-5805 plugin-dep Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Plugin :: mng-5958 extension Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT :: Plugins Maven Integration Tests Plugins, to completely decouple ITs from production plugins.
Maven IT Component Maven Integration Tests support tools.
Maven IT Toolchain Maven Integration Tests support tools.
Maven IT Wagon Maven Integration Tests support tools.
Maven IT Support Artifacts Maven Integration Tests support tools.
Maven IT Helper Library Maven Integration Tests support tools.
Maven IT Extension Maven Integration Tests support tools.
Maven IT Support Maven Integration Tests support tools.
Maven ITs The effective Maven Integration Tests suite.