TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Apache Maven

    Score9.1 out of 10
    N/AApache Maven is an open source build automation tool.N/A

    Azure DevOps

    Score8.1 out of 10
    N/AAzure DevOps (formerly VSTS, Microsoft Visual Studio Team System) is an agile development product that is an extension of the Microsoft Visual Studio architecture. Azure DevOps includes software development, collaboration, and reporting capabilities.

    $2

    per GB (first 2GB free)

    GNU Make

    Score7.7 out of 10
    N/AGNU Make is an open source and free build automation tool.N/A
    Pricing
    Apache MavenAzure DevOpsGNU Make
    Editions & Modules
    No answers on this topic
    Azure Artifacts
    $2
    per GB (first 2GB free)
    Basic Plan
    $6
    per user per month (first 5 users free)
    Azure Pipelines - Self-Hosted
    $15
    per extra parallel job (1 free parallel job with unlimited minutes)
    Azure Pipelines - Microsoft Hosted
    $40
    per parallel job (1,800 minutes free with 1 free parallel job)
    Basic + Test Plan
    $52
    per user per month
    No answers on this topic
    Offerings
    Pricing Offerings
    Apache MavenAzure DevOpsGNU Make
    Free Trial
    NoNoNo
    Free/Freemium Version
    NoNoNo
    Premium Consulting/Integration Services
    NoNoNo
    Entry-level Setup FeeNo setup feeNo setup feeNo setup fee
    Additional Details
    More Pricing Information
    Community Pulse
    Apache MavenAzure DevOpsGNU Make
    Considered Multiple Products
    Apache
    No answer on this topic
    Microsoft
    Chose Azure DevOps
    With more functionality added, JIRA has become slow, whereas VSTS is a pleasure to use. Trac and JIRA do not show the entire health status of the pipeline like VSTS. Hygieia is open source and trying to achieve what VSTS does but it is not as mature yet.
    Incentivized
    Open Source
    Chose GNU Make
    I'm a full-stack developer that has used various build tools, including Maven, Gradle, and NPM/yarn. For our C projects, I also investigated CMake and Ninja, but they seemed more difficult to learn and more tedious to work with. GNU Make is a single binary that can be easily …
    Incentivized
    Key User Insights
    Would buy again
    100%
    Would buy again
    8 Answers
    97%
    Would buy again
    38 Answers
    No answers on this topic
    Delivers good value for the price
    100%
    Delivers good value for the price
    8 Answers
    100%
    Delivers good value for the price
    37 Answers
    No answers on this topic
    Happy with the feature set
    100%
    Happy with the feature set
    8 Answers
    100%
    Happy with the feature set
    39 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    7 Answers
    96%
    Lived up to sales and marketing promises
    23 Answers
    No answers on this topic
    Implementation went as expected
    100%
    Implementation went as expected
    8 Answers
    100%
    Implementation went as expected
    32 Answers
    No answers on this topic
    Best Alternatives
    Apache MavenAzure DevOpsGNU Make
    Small Businesses
    CloudBees Codeship
    Score9 out of 10
    No answers on this topic
    Apache Maven
    Score9.1 out of 10
    Medium-sized Companies
    Gradle Build Tool (Open Source)
    Score9 out of 10
    Azure DevOps Server
    Score8.5 out of 10
    Apache Maven
    Score9.1 out of 10
    Enterprises
    Gradle Build Tool (Open Source)
    Score9 out of 10
    Azure DevOps Server
    Score8.5 out of 10
    Gradle Build Tool (Open Source)
    Score9 out of 10
    All AlternativesView all alternativesView all alternativesView all alternatives
    User Ratings
    Apache MavenAzure DevOpsGNU Make
    Likelihood to Recommend
    9.0
    (15 ratings)
    8.9
    (74 ratings)
    7.1
    (2 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (3 ratings)
    -
    (0 ratings)
    Usability
    9.0
    (2 ratings)
    8.4
    (13 ratings)
    -
    (0 ratings)
    Support Rating
    5.1
    (3 ratings)
    8.1
    (11 ratings)
    7.1
    (2 ratings)
    Implementation Rating
    -
    (0 ratings)
    10.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Apache MavenAzure DevOpsGNU Make
    Likelihood to Recommend
    Apache
    Maven is great if you have an application with a lot of third-party dependencies and don’t want each developer to keep track of where the dependency can be downloaded. It’s also a great way to make it easy for a new developer to be able to build the application. It’s less suitable for simple projects without any third-party dependencies.
    Incentivized
    Read full review
    Microsoft
    Azure DevOps works well when you’ve got larger delivery efforts with multiple teams and a lot of moving parts, and you need one place to plan work, track it properly, and see how everything links together. It’s especially useful when delivery and development are closely tied and you want backlog items, code and releases connected rather than spread across tools. Where it’s less of a fit is for small teams or simple pieces of work, as it can feel like more setup and process than you really need, and non-technical users often struggle with the interface. It also isn’t great if you want instant, easy programme-level views or a very visual planning experience without putting time into configuration.
    Incentivized
    Read full review
    Open Source
    GNU Make is a great tool for simple builds where language-specific options are not available, or to provide shortcuts for common commands (e.g., "make build" as shorthand for "go build ..." with a bunch of flags). However, it is complementary to other build systems. It does not replace them, which is perhaps one of its greatest strengths as well (works with existing ecosystem instead of trying to do everything). GMU Make it simple to get started with, and the philosophy of understanding how sources map to outputs, as well as the dependency graph, are beneficial.
    Incentivized
    Read full review
    Pros
    Apache
    • If you are building in the Java ecosystem, then Maven definitely has the biggest repository of artifacts needed for such projects.
    • It has a very simple to use extendable architecture. Everything is configurable through the Pom.xml file which is very simple to follow.
    Incentivized
    Read full review
    Microsoft
    • Utilize Git as a repository to share work between multiple users
    • Ability to configure Pipelines to build containers to run virtual deployments and testing scripts.
    • Split individual tasks and relate to master documents for quick navigation and ability to see overall picture of project.
    • Track status of each task
    • Integrate with Git to utilize branches, merging, approvals, history, etc.
    Incentivized
    Read full review
    Open Source
    • Performance and accuracy of cross-module dependencies.
    • Simple to write and easy to understand.
    Incentivized
    Read full review
    Cons
    Apache
    • Maven provides a very rigid model that makes customization tedious and sometimes impossible. While this can make it easier to understand any given Maven build, as long as you don’t have any special requirements, it also makes it unsuitable for many automation problems.
    • Maven has few, built-in dependency scopes, which forces awkward module architectures in common scenarios like using test fixtures or code generation. There is no separation between unit and integration tests
    Incentivized
    Read full review
    Microsoft
    • I did mention it has good visibility in terms of linking, but sometimes items do get lost, so if there was a better way to manage that, that would be great.
    • The wiki is not the prettiest thing to look at, so it could have refinements there.
    • It could improve the search slightly better.
    Read full review
    Open Source
    • No dependency management tools (but there are no cross-platform tools of this type anyway)
    • Tedious to do cross-compilation (Debug & Release builds, 32- and 64-bit builds, x86/ARM builds)
    Incentivized
    Read full review
    Likelihood to Renew
    Apache
    No answers on this topic
    Microsoft
    I don't think our organization will stray from using VSTS/TFS as we are now looking to upgrade to the 2012 version. Since our business is software development and we want to meet the requirements of CMMI to deliver consistent and high quality software, this SDLC management tool is here to stay. In addition, our company uses a lot of Microsoft products, such as Office 365, Asp.net, etc, and since VSTS/TFS has proved itself invaluable to our own processes and is within the Microsoft family of products, we will continue to use VSTS/TFS for a long, long time.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    Apache
    The overall usability of Apache Maven is very good to us. We were able to incorporate it into our company's build process pretty quickly. We deployed it to multiple teams throughout the entire enterprise. We got good feedback from our developers stating that Apache Maven has simplified their build process. It also allowed to to standardize the build process for the entire enterprise, thus ensure that each development team is using the same, consistent process to build code.
    Incentivized
    Read full review
    Microsoft
    It's a great help to get more information about new feature release and stay updated on what the dev team is working on. I like how easy it is to just login and read through the work items. Each work item has basic details: Title, Description, Assigned to, State, Area (what it belongs to), and iteration (when it’s worked on). See image above.They move through different states (New → Discovery → Ready for Prod → etc.).
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    Apache
    I can't speak to the support, as I've never had issues. Apache Maven "just works," and errors were user errors or local nexus errors. Apache Maven is a great build/dependency management tool. I give it a 9/10 because occasionally the error message don't immediately indicate a solution...but again, those errors were always user or configuration errors, and the Maven documentation is extensive, so I don't find fault in Maven, but in its users.
    Incentivized
    Read full review
    Microsoft
    When we've had issues, both Microsoft support and the user community have been very responsive. DevOps has an active developer community and frankly, you can find most of your questions already asked and answered there. Microsoft also does a better job than most software vendors I've worked with creating detailed and frequently updated documentation.
    Incentivized
    Read full review
    Open Source
    In general, it is fair to say the support is sufficient although we do not deal with support directly. There are a lot of forum people chiming in with suggestions or recommendations of particular usage or issues we run into. Since it is open software, patch and fixes will be available from time to time. A lot of information is available in the web now for knowing GNU Make from learning, example, teaching, etc.
    Incentivized
    Read full review
    Implementation Rating
    Apache
    No answers on this topic
    Microsoft
    Was not part of the process.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Alternatives Considered
    Apache
    Ant, Maven's opposing framework, is often a point of comparison. Although Ant does not require formal conventions, it is procedural in the sense that you must tell Ant exactly what to do and when. It also lacks a lifecycle, along with goal definition and dependencies. Maven, on the other hand, requires less work as it knows exactly where your source code is as long as the pom.xml file is generated.
    Incentivized
    Read full review
    Microsoft
    Microsoft Planner is used by project managers and IT service managers across our organization for task tracking and running their team meetings. Azure DevOps works better than Planner for software development teams but might possibly be too complex for non-software teams or more business-focused projects. We also use ServiceNow for IT service management and this tool provides better analysis and tracking of IT incidents, as Azure DevOps is more suited to development and project work for dev teams.
    Incentivized
    Read full review
    Open Source
    I'm a full-stack developer that has used various build tools, including Maven, Gradle, and NPM/yarn. For our C projects, I also investigated CMake and Ninja, but they seemed more difficult to learn and more tedious to work with. GNU Make is a single binary that can be easily downloaded, even for Windows under MingW32, is straightforward to learn, and works pretty well despite its age.
    Incentivized
    Read full review
    Return on Investment
    Apache
    • It was very handy to roll out organization level frameworks to be used by diverse departments and business
    • Consistent build artifacts enabling smooth release cycles, thereby enabling to adhere to release calendars and feature rollouts
    • Reduced 80 man hours of work every release cycle
    Incentivized
    Read full review
    Microsoft
    • We have saved a ton of time not calculating metrics by hand.
    • We no longer spend time writing out cards during planning, it goes straight to the board.
    • We no longer track separate documents to track overall department goals. We were able to create customized icons at the department level that lets us track each team's progress against our dept goals.
    Incentivized
    Read full review
    Open Source
    • Streamline the build based on a lot of existing component being done, reusable.
    • Commonly understandable, therefore, rampup effort is small.
    Incentivized
    Read full review
    ScreenShots