Software Alternatives & Reviews

Apache Maven

Apache Maven is a project comprehension and management software tool.

Apache Maven Reviews and details

Screenshots and images

  • Apache Maven Landing page
    Landing page //
    2023-05-11

Badges

Promote Apache Maven. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Apache Maven - Review of Concepts & Theory!

Apache Maven - Introduction || Automation || Episode 01

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Apache Maven and what they use it for.
  • One Simple Trick For Resolving Java Runtime Dependency Issues
    If you work with any JVM-based language, such as Java, Kotlin, Scala, Groovy, Clojure etc., you will most likely have come across build and dependency management tools such as Ant / Ivy, Maven, sbt, Leinengen or Gradle. - Source: dev.to / 29 days ago
  • Working with Environment Variables in Java
    When using build tools like Maven or Gradle, you can configure environment variables in the build scripts or configuration files. - Source: dev.to / about 1 month ago
  • Advanced React Course on Maven
    Not to be confused with Apache Maven (https://maven.apache.org/). - Source: Hacker News / 3 months ago
  • Intro to Java Question
    For large projects, purpose-made build tools such as Gradle and Maven are preferred for managing the directory structure since they introduce additional semantics for managing test code and other programming languages (among lots of other things). Most IDEs can integrate with these build tools easily. If you're just starting out though, I wouldn't worry too much about these, you can visit them later. Source: 5 months ago
  • Quarkus 3.4 - Container-first Java Stack: Install with OpenJDK 21 and Create REST API
    Project Build and Management: Apache Maven 3 (3.9.5), Gradle 8 (8.3). - Source: dev.to / 7 months ago
  • Maven on Java 21 and Devuan 5 (Debian 12): Install manually
    Apache Maven is a popular open source software to build and manage projects of Java (and also other programming languages), licensed under Apache-2.0. - Source: dev.to / 7 months ago
  • Replace Docker Desktop with Podman in OSX
    Your tools, such as Maven or Testcontainers, communicate with Podman without reconfiguration. - Source: dev.to / 10 months ago
  • Using JDK21 Preview Features and/or incubator classes
    So how can you configure your Maven build to support such a play lesson? It's easier than you think. Let's start the configuration. My assumption is that you would like to play around with a preview features of JDK21 for example String Templates (JEP430). I just selected this JEP for demonstration. You can select whatever JEP in preview. - Source: dev.to / 10 months ago
  • ELI5: What makes different programming languages "better" than others? Or more powerful? Why have different languages developed over time? Are they all based on the same thing?
    There are lots of sites for online sharing such libraries, C# has NuGet, Java has Maven, JavaScript has NPM, Ruby has Gems, and there are others for other languages. Source: about 1 year ago
  • First steps with the Apache Kafka® Java client library
    The most convenient way of including kafka-client in your Java project is by either using Maven or Gradle. Select the latest version of the kafka-client from mvnrepository, choose which build tool you use, copy the dependency and add it to your project. - Source: dev.to / about 1 year ago
  • Using ArC outside Quarkus
    We will be using ArC in Maven application. To modify build process we need to create plugin. We need to have access to application .class files and all compile and runtime dependencies. It looks something like this:. - Source: dev.to / about 1 year ago
  • How We Built a Serverless Backend Using GraalVM, AWS Lambda and Astra DB (Part 2)
    We’re going to use Maven as our build tool, and we’ll combine the following Maven plugins and dependencies to generate the runtime package:. - Source: dev.to / about 1 year ago
  • Want to Get Better at Java? Go Old School.
    After Ant was on the scene for a while, the Maven utility was introduced. As happy as we were with Ant, we eventually flocked to the easier-to-use Maven. Still later, Gradle was introduced. In my opinion, Gradle is a much more powerful tool. I wrote a blog about it quite a few years ago. Your IDE likely uses one of these under the covers to build your other projects. - Source: dev.to / over 1 year ago
  • Neovim For Java
    Maven and gradle are two cli tools to manage java projects. Each of them have their own way to define dependencies, packages, run, build, etc. For example, using Gradle, gradle init starts a new project and gradle run compiles and executes it (given that you have the right project configurations). Jdtls, the java language server, uses either of them to have intellisense on java projects. Source: over 1 year ago
  • API Testing with Java and Spring Boot Test - Part 1: The basic setup
    We choose Maven as our dependencies manager. Now, the first thing to do is to add the dependencies we need in our project. - Source: dev.to / over 1 year ago
  • How to Use Maven Profiles to Selectively Activate Plugins and Other Configuration from the Command Line
    Apache Maven is the software project management and build tool that is preferred by many Java and Kotlin developers, as well as those developing for the JVM more generally. In this post, I explain how you can define profiles in your Maven pom.xml that you can selectively activate from the command line at the time of your build. There are a variety of reasons that you might use this feature. For example, perhaps... - Source: dev.to / over 1 year ago
  • Become a Maven ninja!
    If you don't know, Maven is a build automation tool (dependency management, building, running tests etc.) used for languages on the JVM (Java Virtual Machine). I use it when programming in Kotlin and Java, with the latter becoming less and less frequent (Kotlin rules!!). Several people will probably ask why I'm not using Gradle instead, but that is a discussion for another time. - Source: dev.to / over 1 year ago
  • Architectural Tests - Standardize your project's architecture now!
    Maven: Dependency management tool in Java. - Source: dev.to / over 1 year ago
  • Trying New Programming Languages Helped Me Grow as a Software Engineer
    Same as in Python you don't start with Jdango and virtual environments, you shouldn't start using Java with Spring Boot/Spring. Google library you need "java http client" https://openjdk.org/groups/net/httpclient/intro.html - it doesn't look complicated. First example is using "reactive-streams", you don't have to use that syntax if you aren't familiar (same as in Python there are new features, which beginners may... - Source: Hacker News / over 1 year ago
  • How we moved from Artifactory and saved $200k p.a. Part 2 of 5 - Design
    From analysing our usage within Artifactory we settled upon support for npm, NuGet, generic artefacts (zip, exe, dll etc), Docker images and Maven. We quickly determined that our biggest challenge would be Docker images, accounting for greater than 50% of our consumed storage, with several repositories holding more than 1 TB of image data. Latterly, Maven would also prove challenging. - Source: dev.to / over 1 year ago
  • Infrastructure as code (IaC) for Java-based apps on Azure
    Microsoft also publishes plugins for popular Java IDEs and DevTools such as Maven, IntelliJ, and Eclipse to meet Java developers where they are and more easily integrate them into their development workflows. - Source: dev.to / over 1 year ago

External sources with reviews and comparisons of Apache Maven

35+ Of The Best CI/CD Tools: Organized By Category
Apache Maven is a software build automation and project management tool. It’s popular among the open-source and Java community. Maven allows you to build and deploy code in Scala, Ruby, Java, C#, Python, etc.

Do you know an article comparing Apache Maven to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Apache Maven discussion

Log in or Post with

This is an informative page about Apache Maven. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.