home.social

#maven4 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #maven4, aggregated by home.social.

fetched live
  1. Maven Resolver 1.9.26 and 2.0.15 staged and are on vote (72h). This paves the way toward Apache Maven 3.9.13 and 4.0.0-rc-6...

    #maven #maven4

  2. Maveniverse Toolbox started as example for use of MIMA, it is a Maven Plugin, CLI, Maven 4 mvnsh extension, and today got another (re)use: Toolbox MCP Server. They are all built around same "shared core"!

    github.com/maveniverse/toolbox

    #maven #maveniverse #maven3 #maven4

  3. Do you want to be good Maven Universe citizen?

    MIMIR is a pure workstation wide artifact cache usable on CI as well.

    NJORD adds the publishing aspect, you can publish any Maven project to Central Portal with it.

    HEIMDALL, the new god on the block, is Maven Repository Filtering on steroids: just by loading it you get prefix filtering. With configuring it, even more!

    Works with Maven 3.9 and Maven 4.

    maveniverse.eu/docs/

    #maven3 #maven4 #maveniverse

  4. All you need for Maven: Mimir for caching, Njord for publishing and Heimdall for shielding (but there are more useful project as well, check them out!) maveniverse.eu/docs/

    #maven3 #maven4 #maveniverse

  5. Maveniver Njord 0.5.1 performed first automated Maven Central from GH Action. Stay tuned!

    #maven3 #maven4 #maveniverse

  6. Maven 4: Still XML. Still boring. Still Winning.

    What's so ugly about Maven?
    Oh, right, XML. The ancient language feared by the hipster cult of Gradle.

    But let's be honest:
    You don't write build files every day. You come back after months, forget everything, and now… you're debugging a Groovy poem.
    Maven? You squint at the XML, and boom. Autocomplete, structure, sanity.

    Maven 4? Still XML. Still boring. Still… Winning at automations.
    Yes there are more features, and yes you can use other DSL's than XML with polyglot or any other extension like also before.
    Something new and interesting could be the BOM packaging and requirement of java 17. You can always build lower stuff also with 17. It's simply Java.

    My killer feature of Maven:
    👉 Stable, sandboxed plugins, run directly from the command line. No need to create bloated build files.
    No copy-pasting the same config into 12 submodules and repositories.
    All automated. All under my control.
    No need to depend on the next third party cloud elf named like dependabot.
    Or an SDK Man for switching java versions.
    All I need is simply a JAR file and a build tool which does not disrupt me.

    ✨ Favourite Maven Spells - aka plugins running on my CI without defining them:
    mvn wrapper:wrapper - Because of consistency, no jar binary inside my repo.
    mvn dependency:tree - See who brought the uninvited guests.
    mvn versions:update-properties - Auto-update without the bots.
    mvn license:add-third-party - keep track of used licenses
    mvn org.owasp:dependency-check-maven:check - Security without sacrifice.
    [...]

    Stop waiting for the next shiny thing, you can always contribute to any tool.
    Start building. Or better automate it.

    #Maven4 #maven #cicd #buildtool #coding #programming

  7. Maveniverse Mímir offers system-wide and also LAN-wide caches, try it out! Will make you LOVE nuke your local repository!

    github.com/maveniverse/mimir/r

    #maven #maven3 #maven4 #maveniverse

  8. Apache Maven Daemon aka mvnd 2.0.0-rc-1 is release (wraps Maven 4.0.0-rc-1). Go get it while hot! github.com/apache/maven-mvnd/r

    #maven #maven4

  9. Unified API to invoke Maven as in "cli", "forked", "resident" and more to come is merged (and replaces old MavenCLI of course): github.com/apache/maven/commit #maven #maven4

  10. Maveniverse Toolbox 0.2.1 is out, got new POM depMgmt commands (dm-list and dm-tree), see examples in PR: github.com/maveniverse/toolbox #maven #maven3 #maven4 #maveniverse

  11. Maven Resolver 2.0.0 is on vote (72h), and just for fun one of the interesting things you can do with it: you ever wanted to have local repository on Google JIMFS? Now you can! github.com/apache/maven-resolv #maven #maven4