Maven Repository - POM file for Build maven-project 2.0.5 2.0.5

Summary

Maven Project Builder.

This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required..

Declaration

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

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-project</artifactId>
   <version>2.0.5</version>
</dependency>

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





Depends on

The maven-project-2.0.5 has 6 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.5
Maven Model
8

Depended by

The following table lists the most popular artifacts which are depending on maven-project-2.0.5. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Buildmaven-enforcer-plugin 1.0-alpha-3
The Loving Iron Fist of Maven
37

Packages

The following packages are defined in the maven-project-2.0.5.jar

org.apache.maven.profiles
org.apache.maven.profiles.activation
org.apache.maven.project
org.apache.maven.project.artifact
org.apache.maven.project.inheritance
org.apache.maven.project.injection
org.apache.maven.project.interpolation
org.apache.maven.project.overlay
org.apache.maven.project.path
org.apache.maven.project.validation




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>maven</artifactId>
    <groupId>org.apache.maven</groupId>
    <version>2.0.5</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>maven-project</artifactId>
  <name>Maven Project Builder</name>
  <version>2.0.5</version>
  <description>This library is used to not only read Maven project object model files, but to assemble inheritence
    and to retrieve remote models as required.</description>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-settings</artifactId>
      <version>2.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact-test</artifactId>
      <version>2.0.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-profile</artifactId>
      <version>2.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-model</artifactId>
      <version>2.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact-manager</artifactId>
      <version>2.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact</artifactId>
      <version>2.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-container-default</artifactId>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>