maven2.1-interceptor.
Plexus component descriptor to override key Maven components in 2.1.
Here is the list of declaration for maven2.1-interceptor. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jvnet.hudson</groupId> <artifactId>maven2.1-interceptor</artifactId> <version>1.2</version> </dependency>
If you think this Maven repository POM file listing for maven2.1-interceptor is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on maven2.1-interceptor-1.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Build | maven-plugin 2.2.1 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. | 5 |
Build | maven-plugin 3.0.1 This plug-in is needed if you have legacy maven 2 job type. Preferred way to use maven in Hudson is by using maven as a builder in your Free Style job, which is provided by Maven 3 plugin. Version 3.0.1 of this plugin requires Hudson Version 3.1.2 or later. | 8 |
The following packages are defined in the maven2.1-interceptor-1.2.jar
hudson.maven.agent
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Different versions of Maven comes with slightly different META-INF/plexus/components.xml, so for us to intercept them correctly, we need to use different components.xml ourselves. This jar hosts such components.xml for Maven 2.1. main/maven-interceptor contains the interception code as well as the components.xml for Maven 2.0.x --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>extras</artifactId> <groupId>org.jvnet.hudson</groupId> <version>1.7</version> </parent> <groupId>org.jvnet.hudson</groupId> <artifactId>maven2.1-interceptor</artifactId> <version>1.2</version> <name>maven2.1-interceptor</name> <description>Plexus component descriptor to override key Maven components in 2.1</description> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/maven2.1-interceptor-1.2</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/maven2.1-interceptor-1.2</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/tags/maven2.1-interceptor-1.2</url> </scm> </project>