Artifacts using Maven API Implementation (16)
Sort by:Popular

Core classes of Apache Maven to manage the building process.
Last Release on Jul 15, 2025
Model for Maven POM (Project Object Model)
Last Release on Jul 15, 2025
Provides utility methods for creating JARs and other archive files from a Maven project.
Last Release on Oct 8, 2025
Per-directory local and remote repository metadata.
Last Release on Jul 15, 2025
The effective model builder, with inheritance, profile activation, interpolation, ...
Last Release on Jul 15, 2025
Components completing Maven Resolver for utilizing Maven POM and repository metadata.
Last Release on Jul 15, 2025
The effective settings builder, with inheritance and password decryption.
Last Release on Jul 15, 2025
The Maven Source Plugin creates a JAR archive of the source files of the current project.
Last Release on Apr 3, 2024
The Compiler Plugin is used to compile the sources of your project.
Last Release on Sep 22, 2025
The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The difference is that the main resources are the resources associated with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.
Last Release on Mar 24, 2023