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..
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-beta-1</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.
The maven-project-2.0-beta-1 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Build | maven-model 2.0-beta-1 Maven Model | 5 |
The following packages are defined in the maven-project-2.0-beta-1.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
Here is the content of the POM file.
<project> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> <version>2.0-beta-1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-project</artifactId> <name>Maven Project Builder</name> <version>2.0-beta-1</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-artifact-test</artifactId> <version>2.0-beta-1</version> <scope>test</scope> </dependency> <dependency> <groupId>plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-profile</artifactId> <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact-manager</artifactId> <version>2.0-beta-1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <version>2.0-beta-1</version> </dependency> <dependency> <groupId>plexus</groupId> <artifactId>plexus-container-default</artifactId> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>