Maven Repository - POM file for Build maven-common-artifact-filters 1.4 1.4

Summary

Maven Common Artifact Filters.

A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution..

Declaration

Here is the list of declaration for maven-common-artifact-filters. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-common-artifact-filters</artifactId>
   <version>1.4</version>
</dependency>

If you think this Maven repository POM file listing for maven-common-artifact-filters is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Apache License.





Depends on

The maven-common-artifact-filters-1.4 has 10 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Buildmaven-model 2.0.8
Maven Model
5
Buildmaven-project 2.0.8
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
9
Inversion of Controlplexus-container-default 1.5.5
The Plexus IoC container API and its default implementation.
11
XMLplexus-utils 2.1
A collection of various utility classes to ease working with strings, files, command lines, XML and more.
17
JUnitjunit 4.9
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
117

Depended by

The following table lists the most popular artifacts which are depending on maven-common-artifact-filters-1.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Buildmaven-dependency-plugin 2.8
Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.
17
Buildmaven-assembly-plugin 2.4.1
A Maven plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors.
24

Packages

The following packages are defined in the maven-common-artifact-filters-1.4.jar

org.apache.maven.shared.artifact.filter
org.apache.maven.shared.artifact.filter.collection




POM File Source

Here is the content of the POM file.

<?xml version='1.0' encoding='UTF-8'?>
  <!--
    Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright
    ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the
    License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
  -->
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <artifactId>maven-shared-components</artifactId>
    <groupId>org.apache.maven.shared</groupId>
    <version>17</version>
    <relativePath>../maven-shared-components/pom.xml</relativePath>
  </parent>

  <artifactId>maven-common-artifact-filters</artifactId>
  <version>1.4</version>

  <name>Maven Common Artifact Filters</name>
  <description>A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.</description>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-common-artifact-filters-1.4</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-common-artifact-filters-1.4</developerConnection>
    <url>http://svn.apache.org/viewvc/maven/shared/tags/maven-common-artifact-filters-1.4</url>
  </scm>
  <issueManagement>
    <system>jira</system>
    <url>http://jira.codehaus.org/browse/MSHARED/component/13269</url>
  </issueManagement>

  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact</artifactId>
      <version>2.0.8</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-model</artifactId>
      <version>2.0.8</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
      <version>2.0.8</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <version>2.0.8</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-container-default</artifactId>
      <version>1.5.5</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.9</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.shared</groupId>
      <artifactId>maven-test-tools</artifactId>
      <version>1.0-alpha-2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>1.2_Java1.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.shared</groupId>
      <artifactId>maven-plugin-testing-harness</artifactId>
      <version>1.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>